net.sourceforge.cobertura.check
public class PackageCoverage extends Object
Field Summary | |
---|---|
double | branchCount |
double | branchCoverage |
double | lineCount |
double | lineCoverage |
Method Summary | |
---|---|
void | addBranchCount(double branchCount) |
void | addBranchCoverage(double branchCoverage) |
void | addLineCount(double lineCount) |
void | addLineCoverage(double lineCoverage) |
double | getBranchCount() |
double | getBranchCoverage() |
double | getLineCount() |
double | getLineCoverage() |