Uses of Interface
org.jacoco.core.analysis.IMethodCoverage
Packages that use IMethodCoverage
Package
Description
Coverage calculation and analysis.
Rules check implementation.
-
Uses of IMethodCoverage in org.jacoco.cli.internal.commands
Methods in org.jacoco.cli.internal.commands with parameters of type IMethodCoverageModifier and TypeMethodDescriptionprivate 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 IMethodCoverageModifier and TypeMethodDescriptionIClassCoverage.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 IMethodCoverageFields in org.jacoco.core.internal.analysis with type parameters of type IMethodCoverageModifier and TypeFieldDescriptionprivate final Collection<IMethodCoverage>
ClassCoverageImpl.methods
Methods in org.jacoco.core.internal.analysis that return types with arguments of type IMethodCoverageMethods in org.jacoco.core.internal.analysis with parameters of type IMethodCoverageModifier and TypeMethodDescriptionvoid
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 IMethodCoverageModifier and TypeMethodDescriptionprivate void
BundleChecker.check
(IMethodCoverage method, String className) -
Uses of IMethodCoverage in org.jacoco.report.internal.html.page
Fields in org.jacoco.report.internal.html.page declared as IMethodCoverageConstructors in org.jacoco.report.internal.html.page with parameters of type IMethodCoverageModifierConstructorDescription(package private)
MethodItem
(IMethodCoverage node, String label, ILinkable sourcePage) -
Uses of IMethodCoverage in org.jacoco.report.internal.xml
Methods in org.jacoco.report.internal.xml with parameters of type IMethodCoverageModifier and TypeMethodDescriptionReportElement.method
(IMethodCoverage coverage) Creates a 'method' element.private static void
XMLCoverageWriter.writeMethod
(IMethodCoverage m, ReportElement parent)