Parses and provides access to a Cobertura "coverage.xml"
Constructor and description |
---|
CoberturaCoverageFile
(String coberturaFile, String attributeName) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected groovy.util.slurpersupport.GPathResult |
findClassElement(String className) |
|
protected groovy.util.slurpersupport.GPathResult |
findInnerClasses(String className) |
|
protected groovy.util.slurpersupport.GPathResult |
findMethodElement(String methodName, int numParameters, String methodSignature, groovy.util.slurpersupport.GPathResult classXmlElement) |
|
protected groovy.util.slurpersupport.GPathResult |
findPackageElement(String packageName) |
|
protected groovy.util.slurpersupport.GPathResult |
getCoberturaXml() |
|
protected BigDecimal |
getOverallCoverageRate() |
|
protected boolean |
hasInnerClasses(String className) |
|
protected BigDecimal |
parseCoverageRate(groovy.util.slurpersupport.GPathResult node) |