Uses of Interface
org.jacoco.core.analysis.ICounter
Packages that use ICounter
Package
Description
Coverage calculation and analysis.
Internal: Sortable HTML table for coverage node elements.
-
Uses of ICounter in org.jacoco.core.analysis
Methods in org.jacoco.core.analysis that return ICounterModifier and TypeMethodDescriptionCoverageNodeImpl.getBranchCounter()ICoverageNode.getBranchCounter()Returns the counter for branches.ILine.getBranchCounter()Returns the branches counter for this line.CoverageNodeImpl.getClassCounter()ICoverageNode.getClassCounter()Returns the counter for classes.CoverageNodeImpl.getComplexityCounter()ICoverageNode.getComplexityCounter()Returns the counter for cyclomatic complexity.CoverageNodeImpl.getCounter(ICoverageNode.CounterEntity entity) ICoverageNode.getCounter(ICoverageNode.CounterEntity entity) Generic access to the counters.CoverageNodeImpl.getInstructionCounter()ICoverageNode.getInstructionCounter()Returns the counter for byte code instructions.ILine.getInstructionCounter()Returns the instruction counter for this line.CoverageNodeImpl.getLineCounter()ICoverageNode.getLineCounter()Returns the counter for lines.CoverageNodeImpl.getMethodCounter()ICoverageNode.getMethodCounter()Returns the counter for methods.Methods in org.jacoco.core.analysis with parameters of type ICounter -
Uses of ICounter in org.jacoco.core.internal.analysis
Classes in org.jacoco.core.internal.analysis that implement ICounterMethods in org.jacoco.core.internal.analysis that return ICounterModifier and TypeMethodDescriptionInstruction.getBranchCounter()Returns the branch coverage counter of this instruction.LineImpl.getBranchCounter()Instruction.getInstructionCounter()Returns the instruction coverage counter of this instruction.LineImpl.getInstructionCounter()Methods in org.jacoco.core.internal.analysis with parameters of type ICounterModifier and TypeMethodDescriptionstatic CounterImplCounterImpl.getInstance(ICounter counter) Factory method to retrieve a clone of the given counter.Returns a counter with values incremented by the numbers of the given counter.abstract LineImplAdds the given counters to this line.voidvoidIncrements instructions and branches by the given counter values. -
Uses of ICounter in org.jacoco.report.internal.html.table
Methods in org.jacoco.report.internal.html.table with parameters of type ICounter -
Uses of ICounter in org.jacoco.report.internal.xml
Methods in org.jacoco.report.internal.xml with parameters of type ICounterModifier and TypeMethodDescriptionvoidReportElement.counter(ICoverageNode.CounterEntity counterEntity, ICounter counter) Creates a 'counter' element.