Uses of Class
net.sourceforge.cobertura.metrics.api.location.SourceLocationFilter

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

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

Methods in net.sourceforge.cobertura.metrics.api with parameters of type SourceLocationFilter
 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.