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.cli.internal.commands
Methods in org.jacoco.cli.internal.commands with parameters of type ICounter -
Uses of ICounter in org.jacoco.core.analysis
Fields in org.jacoco.core.analysis with type parameters of type ICounterModifier and TypeFieldDescriptionprivate final Comparator
<ICounter> NodeComparator.counterComparator
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 ICounterConstructor parameters in org.jacoco.core.analysis with type arguments of type ICounterModifierConstructorDescription(package private)
NodeComparator
(Comparator<ICounter> counterComparator, ICoverageNode.CounterEntity entity) -
Uses of ICounter in org.jacoco.core.internal.analysis
Classes in org.jacoco.core.internal.analysis that implement ICounterModifier and TypeClassDescriptionclass
ICounter
implementations.private static class
Immutable version of the counter.private static class
Mutable version of the counter.Methods 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 CounterImpl
CounterImpl.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 LineImpl
Adds the given counters to this line.void
void
Increments instructions and branches by the given counter values.private void
SourceNodeImpl.incrementLine
(ICounter instructions, ICounter branches, int line) -
Uses of ICounter in org.jacoco.report.internal.html.page
Methods in org.jacoco.report.internal.html.page with parameters of type ICounterModifier and TypeMethodDescriptionprivate HTMLElement
SourceHighlighter.span
(HTMLElement parent, String id, String style1, String style2, String title, ICounter branches) -
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 TypeMethodDescriptionvoid
ReportElement.counter
(ICoverageNode.CounterEntity counterEntity, ICounter counter) Creates a 'counter' element.private static void
ReportElement.counterAttributes
(XMLElement element, String missedattr, String coveredattr, ICounter counter)