Uses of Class
org.gmetrics.metric.coverage.Ratio
-
Packages that use Ratio Package Description org.gmetrics.metric.coverage -
-
Uses of Ratio in org.gmetrics.metric.coverage
Methods in org.gmetrics.metric.coverage that return Ratio Modifier and Type Method Description protected Ratio
AbstractCoberturaCoverageMetric. getCoverageRatioForClass(java.lang.String className)
protected abstract Ratio
AbstractCoberturaCoverageMetric. getCoverageRatioForSingleClass(java.lang.Object matchingClassElement)
protected Ratio
CoberturaBranchCoverageMetric. getCoverageRatioForSingleClass(java.lang.Object matchingClassElement)
protected Ratio
CoberturaLineCoverageMetric. getCoverageRatioForSingleClass(java.lang.Object matchingClassElement)
Ratio
Ratio. plus(Ratio ratio)
Methods in org.gmetrics.metric.coverage with parameters of type Ratio Modifier and Type Method Description Ratio
Ratio. plus(Ratio ratio)
-