|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.lindenbaum.maven.cover.CoverUnit
public final class CoverUnit
Class for a cover unit, i.e. a number of lines that were covered and a number of lines that were not covered.
Constructor Summary | |
---|---|
CoverUnit(int inCoveredLines,
int inNotCoveredLines)
Constructor from a number of lines that were covered and a number of lines that were not covered. |
Method Summary | |
---|---|
int |
getCoveredLines()
Accessor on the number of lines that were covered. |
int |
getNotCoveredLines()
Accessor on the number of lines that were not covered. |
boolean |
isCovered()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoverUnit(int inCoveredLines, int inNotCoveredLines)
inCoveredLines
- number of lines covered.inNotCoveredLines
- number of lines not covered.Method Detail |
---|
public int getCoveredLines()
public int getNotCoveredLines()
public boolean isCovered()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |