GCC Middle and Back End API Reference
coverage_info Struct 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
 
charname
 

Detailed Description

Describes coverage of a file or function.   

Field Documentation

◆ branches

int coverage_info::branches

Referenced by add_branch_counts(), and file_summary().

◆ branches_executed

int coverage_info::branches_executed

Referenced by add_branch_counts(), and file_summary().

◆ branches_taken

int coverage_info::branches_taken

Referenced by add_branch_counts(), and file_summary().

◆ calls

int coverage_info::calls

Referenced by add_branch_counts(), and file_summary().

◆ calls_executed

int coverage_info::calls_executed

Referenced by add_branch_counts(), and file_summary().

◆ conditions

int coverage_info::conditions

◆ conditions_covered

int coverage_info::conditions_covered

◆ lines

◆ lines_executed

◆ name


The documentation for this struct was generated from the following file: