|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISourceNode
Interface for coverage nodes that have individual source lines like methods, classes and source files.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jacoco.core.analysis.ICoverageNode |
---|
ICoverageNode.CounterEntity, ICoverageNode.ElementType |
Field Summary | |
---|---|
static int |
UNKNOWN_LINE
Placeholder for unknown lines (no debug information) |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.jacoco.core.analysis.ICoverageNode |
---|
containsCode, getBranchCounter, getClassCounter, getComplexityCounter, getCounter, getElementType, getInstructionCounter, getLineCounter, getMethodCounter, getName, getPlainCopy |
Field Detail |
---|
static final int UNKNOWN_LINE
Method Detail |
---|
int getFirstLine()
UNKNOWN_LINE
int getLastLine()
UNKNOWN_LINE
ILine getLine(int nr)
nr
- line number of interest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |