Package | Description |
---|---|
org.jacoco.core.analysis |
Coverage calculation and analysis.
|
org.jacoco.core.internal.analysis |
Modifier and Type | Method and Description |
---|---|
Collection<IMethodCoverage> |
IClassCoverage.getMethods()
Returns the methods included in this class.
|
Modifier and Type | Class and Description |
---|---|
class |
MethodCoverageImpl
Implementation of
IMethodCoverage . |
Modifier and Type | Method and Description |
---|---|
IMethodCoverage |
MethodAnalyzer.getCoverage()
Returns the coverage data for this method after this visitor has been
processed.
|
Modifier and Type | Method and Description |
---|---|
Collection<IMethodCoverage> |
ClassCoverageImpl.getMethods() |
Modifier and Type | Method and Description |
---|---|
void |
ClassCoverageImpl.addMethod(IMethodCoverage method)
Add a method to this class.
|
Copyright © 2018. All rights reserved.