|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cobertura.check.CoverageRate
Field Summary | |
private double |
branchCoverageRate
|
private double |
lineCoverageRate
|
Constructor Summary | |
CoverageRate(double lineCoverageRate,
double branchCoverageRate)
|
Method Summary | |
double |
getBranchCoverageRate()
|
double |
getLineCoverageRate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final double lineCoverageRate
private final double branchCoverageRate
Constructor Detail |
public CoverageRate(double lineCoverageRate, double branchCoverageRate)
Method Detail |
public double getLineCoverageRate()
public double getBranchCoverageRate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |