Uses of Class
net.sourceforge.cobertura.metrics.api.CoverageType

Packages that use CoverageType
net.sourceforge.cobertura.metrics.api   
 

Uses of CoverageType in net.sourceforge.cobertura.metrics.api
 

Methods in net.sourceforge.cobertura.metrics.api that return CoverageType
static CoverageType CoverageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CoverageType[] CoverageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.cobertura.metrics.api with parameters of type CoverageType
 double CoverageCalculator.getCoverage(SourceLocationFilter filter, CoverageType type)
          Convenience method, retrieving Coverage rate as a supplied type
 double AbstractCoverageCalculator.getCoverage(SourceLocationFilter filter, CoverageType type)
          Convenience method, retrieving Coverage rate as a supplied type
 Rate CoverageCalculator.getCoverageRate(SourceLocationFilter filter, CoverageType type)
          Retrieves the coverage rate for the supplied CoverageType.
 Rate AbstractCoverageCalculator.getCoverageRate(SourceLocationFilter filter, CoverageType type)
          Retrieves the coverage rate for the supplied CoverageType.
protected abstract  Rate AbstractCoverageCalculator.getRate(SourceLocationFilter nonNullFilter, CoverageType nonNullCoverageType)
          Retrieves the coverage rate for the supplied CoverageType.
 



Copyright © 2013–2015 Cobertura. All rights reserved.