Uses of Interface
org.jacoco.core.analysis.ICounter

Packages that use ICounter
org.jacoco.core.analysis Coverage calculation and analysis. 
org.jacoco.core.internal.analysis   
 

Uses of ICounter in org.jacoco.core.analysis
 

Methods in org.jacoco.core.analysis that return ICounter
 ICounter ILine.getBranchCounter()
          Returns the branches counter for this line.
 ICounter ICoverageNode.getBranchCounter()
          Returns the counter for branches.
 ICounter CoverageNodeImpl.getBranchCounter()
           
 ICounter ICoverageNode.getClassCounter()
          Returns the counter for classes.
 ICounter CoverageNodeImpl.getClassCounter()
           
 ICounter ICoverageNode.getComplexityCounter()
          Returns the counter for cyclomatic complexity.
 ICounter CoverageNodeImpl.getComplexityCounter()
           
 ICounter ICoverageNode.getCounter(ICoverageNode.CounterEntity entity)
          Generic access to the the counters.
 ICounter CoverageNodeImpl.getCounter(ICoverageNode.CounterEntity entity)
           
 ICounter ILine.getInstructionCounter()
          Returns the instruction counter for this line.
 ICounter ICoverageNode.getInstructionCounter()
          Returns the counter for byte code instructions.
 ICounter CoverageNodeImpl.getInstructionCounter()
           
 ICounter ICoverageNode.getLineCounter()
          Returns the counter for lines.
 ICounter CoverageNodeImpl.getLineCounter()
           
 ICounter ICoverageNode.getMethodCounter()
          Returns the counter for methods.
 ICounter CoverageNodeImpl.getMethodCounter()
           
 

Methods in org.jacoco.core.analysis with parameters of type ICounter
 int CounterComparator.compare(ICounter c1, ICounter c2)
           
 

Uses of ICounter in org.jacoco.core.internal.analysis
 

Classes in org.jacoco.core.internal.analysis that implement ICounter
 class CounterImpl
          ICounter implementations.
 

Methods in org.jacoco.core.internal.analysis that return ICounter
 ICounter LineImpl.getBranchCounter()
           
 ICounter Instruction.getBranchCounter()
          Returns the branch coverage counter of this instruction.
 ICounter LineImpl.getInstructionCounter()
           
 ICounter Instruction.getInstructionCounter()
          Returns the instruction coverage counter of this instruction.
 

Methods in org.jacoco.core.internal.analysis with parameters of type ICounter
static CounterImpl CounterImpl.getInstance(ICounter counter)
          Factory method to retrieve a clone of the given counter.
 CounterImpl CounterImpl.increment(ICounter counter)
          Returns a counter with values incremented by the numbers of the given counter.
abstract  LineImpl LineImpl.increment(ICounter instructions, ICounter branches)
          Adds the given counters to this line.
 void SourceNodeImpl.increment(ICounter instructions, ICounter branches, int line)
          Increments instructions and branches by the given counter values.
 void MethodCoverageImpl.increment(ICounter instructions, ICounter branches, int line)
           
 



Copyright © 2009–2023 Mountainminds GmbH & Co. KG. All rights reserved.