Uses of Interface
org.jacoco.core.analysis.IMethodCoverage
-
Packages that use IMethodCoverage Package Description org.jacoco.core.analysis Coverage calculation and analysis.org.jacoco.core.internal.analysis org.jacoco.report.internal.xml -
-
Uses of IMethodCoverage in org.jacoco.core.analysis
Methods in org.jacoco.core.analysis that return types with arguments of type IMethodCoverage Modifier and Type Method Description java.util.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 Modifier and Type Class Description class
MethodCoverageImpl
Implementation ofIMethodCoverage
.Methods in org.jacoco.core.internal.analysis that return types with arguments of type IMethodCoverage Modifier and Type Method Description java.util.Collection<IMethodCoverage>
ClassCoverageImpl. getMethods()
Methods in org.jacoco.core.internal.analysis with parameters of type IMethodCoverage Modifier and Type Method Description void
ClassCoverageImpl. addMethod(IMethodCoverage method)
Add a method to this class. -
Uses of IMethodCoverage in org.jacoco.report.internal.xml
Methods in org.jacoco.report.internal.xml with parameters of type IMethodCoverage Modifier and Type Method Description ReportElement
ReportElement. method(IMethodCoverage coverage)
Creates a 'method' element.
-