ICoverageNodeIClassCoverage, IMethodCoverage, ISourceFileCoverageClassCoverageImpl, MethodCoverageImpl, SourceFileCoverageImpl, SourceNodeImplpublic interface ISourceNode extends ICoverageNode
ICoverageNode.CounterEntity, ICoverageNode.ElementType| Modifier and Type | Field | Description |
|---|---|---|
static int |
UNKNOWN_LINE |
Place holder for unknown lines (no debug information)
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getFirstLine() |
The number of the first line coverage information is available for.
|
int |
getLastLine() |
The number of the last line coverage information is available for.
|
ILine |
getLine(int nr) |
Returns the line information for given line.
|
getBranchCounter, getClassCounter, getComplexityCounter, getCounter, getElementType, getInstructionCounter, getLineCounter, getMethodCounter, getName, getPlainCopystatic final int UNKNOWN_LINE
int getFirstLine()
UNKNOWN_LINEint getLastLine()
UNKNOWN_LINEILine getLine(int nr)
nr - line number of interestCopyright © 2018. All rights reserved.