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
 
char * name
 
unsigned paths
 
unsigned paths_covered
 

Detailed Description

Describes coverage of a file or function.

Field Documentation

◆ branches

int coverage_info::branches

◆ branches_executed

int coverage_info::branches_executed

◆ branches_taken

int coverage_info::branches_taken

◆ calls

int coverage_info::calls

◆ calls_executed

int coverage_info::calls_executed

◆ conditions

int coverage_info::conditions

◆ conditions_covered

int coverage_info::conditions_covered

◆ lines

◆ lines_executed

◆ name

◆ paths

unsigned coverage_info::paths

◆ paths_covered

unsigned coverage_info::paths_covered

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