CoveredFile

Structure that represents one .lst file

Members

Variables

coveragePercent
double coveragePercent;

The covered percent

isIgnored
bool isIgnored;

Is true if the file is set to be ignored from the final report

isInCurrentProject
bool isInCurrentProject;

Is true if the file is from the tested library and false if is an external file

lines
LineCoverage[] lines;

The file lines with coverage data

moduleName
string moduleName;

The module name

path
string path;

The covered file path

Meta