Crate lcov2cobertura

source ·
Expand description

Library to convert lcov data to cobertura XML files

Structs§

  • Branch data of coverage info
  • Class data of coverage info
  • Coverage information collected while parsing
  • 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
  • default demangler, does nothing to the identifier names
  • Demangles rustc names, uses rustc_demangle crate

Traits§

  • Basic interface to demangle function/method names

Functions§