| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Trace.Hpc.Lcov
Synopsis
- generateLcovFromTix :: [(String, FileInfo)] -> [TixModule] -> LcovReport
- writeReport :: FilePath -> LcovReport -> IO ()
- type FileInfo = (FilePath, [MixEntry])
Documentation
Arguments
| :: [(String, FileInfo)] | Mapping from module name to file info |
| -> [TixModule] | |
| -> LcovReport |
Generate LCOV format from HPC coverage data.
writeReport :: FilePath -> LcovReport -> IO () Source #