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 RatioAbstractCoberturaCoverageMetric. getCoverageRatioForClass(java.lang.String className)protected abstract RatioAbstractCoberturaCoverageMetric. getCoverageRatioForSingleClass(java.lang.Object matchingClassElement)protected RatioCoberturaBranchCoverageMetric. getCoverageRatioForSingleClass(java.lang.Object matchingClassElement)protected RatioCoberturaLineCoverageMetric. getCoverageRatioForSingleClass(java.lang.Object matchingClassElement)RatioRatio. plus(Ratio ratio)Methods in org.gmetrics.metric.coverage with parameters of type Ratio Modifier and Type Method Description RatioRatio. plus(Ratio ratio)
-