public interface ISourceNode extends ICoverageNode
ICoverageNode.CounterEntity, ICoverageNode.ElementType
Modifier and Type | Field and Description |
---|---|
static int |
UNKNOWN_LINE
Place holder for unknown lines (no debug information)
|
Modifier and Type | Method and 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 © 2009-2012 Mountainminds GmbH & Co. KG. All Rights Reserved.