|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMethodCoverage | |
|---|---|
| org.jacoco.core.analysis | Coverage calculation and analysis. |
| org.jacoco.core.internal.analysis | |
| Uses of IMethodCoverage in org.jacoco.core.analysis |
|---|
| Methods in org.jacoco.core.analysis that return types with arguments of type IMethodCoverage | |
|---|---|
Collection<IMethodCoverage> |
IClassCoverage.getMethods()
Returns the methods included in this class. |
| Uses of IMethodCoverage in org.jacoco.core.internal.analysis |
|---|
| Classes in org.jacoco.core.internal.analysis that implement IMethodCoverage | |
|---|---|
class |
MethodCoverageImpl
Implementation of IMethodCoverage. |
| Methods in org.jacoco.core.internal.analysis that return types with arguments of type IMethodCoverage | |
|---|---|
Collection<IMethodCoverage> |
ClassCoverageImpl.getMethods()
|
| Methods in org.jacoco.core.internal.analysis with parameters of type IMethodCoverage | |
|---|---|
void |
ClassCoverageImpl.addMethod(IMethodCoverage method)
Add a method to this class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||