Uses of Class
org.jacoco.core.internal.analysis.CounterImpl
-
Packages that use CounterImpl Package Description org.jacoco.core.analysis Coverage calculation and analysis.org.jacoco.core.internal.analysis -
-
Uses of CounterImpl in org.jacoco.core.analysis
Fields in org.jacoco.core.analysis declared as CounterImpl Modifier and Type Field Description protected CounterImplCoverageNodeImpl. branchCounterCounter for branches.protected CounterImplCoverageNodeImpl. classCounterCounter for classes.protected CounterImplCoverageNodeImpl. complexityCounterCounter for complexity.protected CounterImplCoverageNodeImpl. instructionCounterCounter for instructions.protected CounterImplCoverageNodeImpl. lineCounterCounter for linesprotected CounterImplCoverageNodeImpl. methodCounterCounter for methods. -
Uses of CounterImpl in org.jacoco.core.internal.analysis
Fields in org.jacoco.core.internal.analysis declared as CounterImpl Modifier and Type Field Description protected CounterImplLineImpl. branchesbranch counterstatic CounterImplCounterImpl. COUNTER_0_0Constant for Counter with 0/0 values.static CounterImplCounterImpl. COUNTER_0_1Constant for Counter with 0/1 values.static CounterImplCounterImpl. COUNTER_1_0Constant for Counter with 1/0 values.protected CounterImplLineImpl. instructionsinstruction counterMethods in org.jacoco.core.internal.analysis that return CounterImpl Modifier and Type Method Description static CounterImplCounterImpl. getInstance(int missed, int covered)Factory method to retrieve a counter with the given number of items.static CounterImplCounterImpl. getInstance(ICounter counter)Factory method to retrieve a clone of the given counter.abstract CounterImplCounterImpl. increment(int missed, int covered)Returns a counter with values incremented by the given numbers.CounterImplCounterImpl. increment(ICounter counter)Returns a counter with values incremented by the numbers of the given counter.
-