A Parser implementation for Cobertura-compatible coverage reports. More...
Inheritance diagram for CoberturaParser:Public Member Functions | |
| def | parse |
Public Member Functions inherited from Parser | |
| def | parse |
| Parses coverage output. More... | |
A Parser implementation for Cobertura-compatible coverage reports.
For details, please see the Cobertura documentation at http://cobertura.github.io/cobertura/.
| def parse | ( | self, | |
| fileContents | |||
| ) |