ICoverageNode
IClassCoverage
, IMethodCoverage
, ISourceFileCoverage
ClassCoverageImpl
, MethodCoverageImpl
, SourceFileCoverageImpl
, SourceNodeImpl
public 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, getPlainCopy
static final int UNKNOWN_LINE
int getFirstLine()
UNKNOWN_LINE
int getLastLine()
UNKNOWN_LINE
ILine getLine(int nr)
nr
- line number of interestCopyright © 2018. All rights reserved.