Struct CoveredFile

Structure that represents one .lst file

struct CoveredFile ;

Fields

NameTypeDescription
coveragePercent doubleThe covered percent
isIgnored boolIs true if the file is set to be ignored from the final report
isInCurrentProject boolIs 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 stringThe module name
path stringThe covered file path