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

Packages that use ICounter
org.jacoco.core.analysis Coverage calculation and 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 CoverageNodeImpl.getBranchCounter()
           
 ICounter ICoverageNode.getBranchCounter()
          Returns the counter for branches.
 ICounter CoverageNodeImpl.getClassCounter()
           
 ICounter ICoverageNode.getClassCounter()
          Returns the counter for classes.
 ICounter CoverageNodeImpl.getComplexityCounter()
           
 ICounter ICoverageNode.getComplexityCounter()
          Returns the counter for cyclomatic complexity.
 ICounter CoverageNodeImpl.getCounter(ICoverageNode.CounterEntity entity)
           
 ICounter ICoverageNode.getCounter(ICoverageNode.CounterEntity entity)
          Generic access to the counters.
 ICounter ILine.getInstructionCounter()
          Returns the instruction counter for this line.
 ICounter CoverageNodeImpl.getInstructionCounter()
           
 ICounter ICoverageNode.getInstructionCounter()
          Returns the counter for byte code instructions.
 ICounter CoverageNodeImpl.getLineCounter()
           
 ICounter ICoverageNode.getLineCounter()
          Returns the counter for lines.
 ICounter CoverageNodeImpl.getMethodCounter()
           
 ICounter ICoverageNode.getMethodCounter()
          Returns the counter for methods.
 

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



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