Searched defs:coverage (Results 1 – 8 of 8) sorted by relevance
170 struct coverage struct172 int lines;173 int lines_executed;175 int branches;176 int branches_executed;177 int branches_taken;179 int calls;180 int calls_executed;182 char *name;
363 AC_ARG_ENABLE(coverage, optenable
20 using namespace coverage; variable
24 using namespace coverage; variable
242 coverage_t coverage; member524 coverage_t coverage; in process_file() local1311 add_branch_counts (coverage_t *coverage, const arc_t *arc) in add_branch_counts()1378 function_summary (const coverage_t *coverage, const char *title) in function_summary()1483 add_line_counts (coverage_t *coverage, function_t *fn) in add_line_counts()
30 bool coverage; member
71 int coverage; /* test must produce coverage */ in main() member [all...]