Struct CoveredFile
Structure that represents one .lst file
struct CoveredFile
;
Fields
Name | Type | Description |
---|---|---|
coveragePercent
|
double | The covered percent |
isIgnored
|
bool | Is true if the file is set to be ignored from the final report |
isInCurrentProject
|
bool | Is true if the file is from the tested library and false if is an external file |
lines
|
LineCoverage[] | The file lines with coverage data |
moduleName
|
string | The module name |
path
|
string | The covered file path |