Package | Description |
---|---|
org.jacoco.core.analysis |
Coverage calculation and analysis.
|
Modifier and Type | Method and Description |
---|---|
ICounter |
ILine.getBranchCounter()
Returns the branches counter for this line.
|
ICounter |
ICoverageNode.getBranchCounter()
Returns the counter for branches.
|
ICounter |
CoverageNodeImpl.getBranchCounter() |
ICounter |
ICoverageNode.getClassCounter()
Returns the counter for classes.
|
ICounter |
CoverageNodeImpl.getClassCounter() |
ICounter |
ICoverageNode.getComplexityCounter()
Returns the counter for cyclomatic complexity.
|
ICounter |
CoverageNodeImpl.getComplexityCounter() |
ICounter |
ICoverageNode.getCounter(ICoverageNode.CounterEntity entity)
Generic access to the the counters.
|
ICounter |
CoverageNodeImpl.getCounter(ICoverageNode.CounterEntity entity) |
ICounter |
ILine.getInstructionCounter()
Returns the instruction counter for this line.
|
ICounter |
ICoverageNode.getInstructionCounter()
Returns the counter for byte code instructions.
|
ICounter |
CoverageNodeImpl.getInstructionCounter() |
ICounter |
ICoverageNode.getLineCounter()
Returns the counter for lines.
|
ICounter |
CoverageNodeImpl.getLineCounter() |
ICounter |
ICoverageNode.getMethodCounter()
Returns the counter for methods.
|
ICounter |
CoverageNodeImpl.getMethodCounter() |
Modifier and Type | Method and Description |
---|---|
int |
CounterComparator.compare(ICounter c1,
ICounter c2) |
Copyright © 2009-2015 Mountainminds GmbH & Co. KG. All Rights Reserved.