Groovy Documentation

Package org.gmetrics.metric.coverage

 

Class Summary
AbstractCoberturaCoverageMetric Abstract superclass for metrics that provide test code coverage from a Cobertura XML file.
CoberturaBranchCoverageMetric Metric for test code coverage by branch (branch-rate) from a Cobertura XML file.
CoberturaCoverageFile Parses and provides access to a Cobertura "coverage.xml"
CoberturaLineCoverageMetric Metric for test code coverage by line (line-rate) from a Cobertura XML file.
CoberturaSignatureParser Provides utility methods to parse and compare Cobertura method signatures
Ratio Represents a simple ratio of X / Y
 


Groovy Documentation