public interface Coverable
| Modifier and Type | Method and Description |
|---|---|
int |
getBranchCount() |
int |
getBranchesCoveredCount() |
double |
getBranchRate() |
int |
getCodeFunctionCount() |
int |
getCodeFunctionCoveredCount() |
int |
getCodeLineCount() |
int |
getCodeLinesCoveredCount() |
double |
getFunctionCoverRate() |
double |
getLineCoverRate() |
java.lang.String |
getUri() |
java.lang.String getUri()
int getCodeLineCount()
int getCodeLinesCoveredCount()
int getBranchCount()
int getBranchesCoveredCount()
double getLineCoverRate()
double getBranchRate()
int getCodeFunctionCount()
int getCodeFunctionCoveredCount()
double getFunctionCoverRate()