public abstract class CoverageAdapter extends java.lang.Object implements Coverable
| Constructor and Description |
|---|
CoverageAdapter() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBranchRate() |
double |
getFunctionCoverRate() |
double |
getLineCoverRate() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBranchCount, getBranchesCoveredCount, getCodeFunctionCount, getCodeFunctionCoveredCount, getCodeLineCount, getCodeLinesCoveredCount, getUripublic double getLineCoverRate()
getLineCoverRate in interface Coverablepublic double getBranchRate()
getBranchRate in interface Coverablepublic double getFunctionCoverRate()
getFunctionCoverRate in interface Coverable