Uses of Interface
org.jacoco.core.analysis.IMethodCoverage
-
Packages that use IMethodCoverage Package Description org.jacoco.cli.internal.commands org.jacoco.core.analysis Coverage calculation and analysis.org.jacoco.core.internal.analysis org.jacoco.report.check Rules check implementation.org.jacoco.report.internal.html.page org.jacoco.report.internal.xml -
-
Uses of IMethodCoverage in org.jacoco.cli.internal.commands
Methods in org.jacoco.cli.internal.commands with parameters of type IMethodCoverage Modifier and Type Method Description private void
ClassInfo.Printer. printMethod(IMethodCoverage method, boolean more)
-
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
.Fields in org.jacoco.core.internal.analysis with type parameters of type IMethodCoverage Modifier and Type Field Description private java.util.Collection<IMethodCoverage>
ClassCoverageImpl. methods
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.check
Methods in org.jacoco.report.check with parameters of type IMethodCoverage Modifier and Type Method Description private void
BundleChecker. check(IMethodCoverage method, java.lang.String className)
-
Uses of IMethodCoverage in org.jacoco.report.internal.html.page
Fields in org.jacoco.report.internal.html.page declared as IMethodCoverage Modifier and Type Field Description private IMethodCoverage
MethodItem. node
Constructors in org.jacoco.report.internal.html.page with parameters of type IMethodCoverage Constructor Description MethodItem(IMethodCoverage node, java.lang.String label, ILinkable sourcePage)
-
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.private static void
XMLCoverageWriter. writeMethod(IMethodCoverage m, ReportElement parent)
-