Uses of Interface
org.jacoco.core.analysis.IMethodCoverage
Packages that use IMethodCoverage
Package
Description
Coverage calculation and analysis.
-
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 IMethodCoverageMethods 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 TypeMethodDescriptionvoidClassCoverageImpl.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 IMethodCoverageModifier and TypeMethodDescriptionReportElement.method(IMethodCoverage coverage) Creates a 'method' element.