Expand description
Library to convert lcov data to cobertura XML files
Structs§
- Branch
- Branch data of coverage info
- Class
- Class data of coverage info
- Coverage
Data - Coverage information collected while parsing
- CppDemangler
- C++ demangling, actually accepts any demangler tool that works over stdin/stdout it writes the mangled named to spawned process’ stdin and reads the demangled response from stdout
- Null
Demangler - default demangler, does nothing to the identifier names
- Rust
Demangler - Demangles rustc names, uses rustc_demangle crate
Traits§
- Demangler
- Basic interface to demangle function/method names
Functions§
- corbertura_
xml_ split - Algorithm:
- coverage_
to_ file - convenience function to write coverage data to a XML file
- coverage_
to_ string - convenience function to convert coverage data into a XML String
- dump_
xml - dumps cobertura XML into given Writer object
- parse_
file - parses from filename
- parse_
lines - parses from iterator