|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICounter
A counter holds the total and the covered number of particular items like classes, methods, blocks or instructions. Counters provide canonical comparison of their covered/total ratios.
Method Summary | |
---|---|
int |
getCoveredCount()
Returns the total count of covered items. |
double |
getCoveredRatio()
Calculates the ratio of covered to total count items. |
int |
getNotCoveredCount()
Returns the total count of items not covered. |
double |
getNotCoveredRatio()
Calculates the ratio of not covered to total count items. |
int |
getTotalCount()
Returns the total count of instrumented items. |
Method Detail |
---|
int getTotalCount()
int getCoveredCount()
int getNotCoveredCount()
double getCoveredRatio()
double getNotCoveredRatio()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |