|
GCC Middle and Back End API Reference
|
Data Fields | |
| int | lines |
| int | lines_executed |
| int | branches |
| int | branches_executed |
| int | branches_taken |
| int | conditions |
| int | conditions_covered |
| int | calls |
| int | calls_executed |
| char * | name |
| unsigned | paths |
| unsigned | paths_covered |
Describes coverage of a file or function.
| int coverage_info::branches |
Referenced by add_branch_counts(), file_summary(), and function_summary().
| int coverage_info::branches_executed |
Referenced by add_branch_counts(), file_summary(), and function_summary().
| int coverage_info::branches_taken |
Referenced by add_branch_counts(), file_summary(), and function_summary().
| int coverage_info::calls |
Referenced by add_branch_counts(), file_summary(), and function_summary().
| int coverage_info::calls_executed |
Referenced by add_branch_counts(), file_summary(), and function_summary().
| int coverage_info::conditions |
Referenced by add_condition_counts(), file_summary(), and function_summary().
| int coverage_info::conditions_covered |
Referenced by add_condition_counts(), file_summary(), and function_summary().
| int coverage_info::lines |
| int coverage_info::lines_executed |
Referenced by accumulate_line_counts(), accumulate_line_info(), add_line_counts(), file_summary(), function_summary(), and generate_results().
| char* coverage_info::name |
Referenced by file_summary(), find_source(), function_summary(), generate_results(), output_gcov_file(), and output_lines().
| unsigned coverage_info::paths |
Referenced by add_path_counts(), file_summary(), and function_summary().
| unsigned coverage_info::paths_covered |
Referenced by add_path_counts(), file_summary(), and function_summary().