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