| Copyright | (c) 2014-2015 Guillaume Nargeot |
|---|---|
| License | BSD3 |
| Maintainer | Michele Lacchia <[email protected]> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
SHC.Lix
Description
Functions for converting HPC output to line-based code coverage data.
- toHit :: [Bool] -> Hit
- startLine :: MixEntry -> Int
- toLineHit :: CoverageEntry -> (Int, Bool)
- isOtherwiseEntry :: CoverageEntry -> Bool
- adjust :: CoverageEntry -> CoverageEntry
- toLix :: Int -> [CoverageEntry] -> Lix
Documentation
toLineHit :: CoverageEntry -> (Int, Bool) Source
Arguments
| :: Int | Source line count |
| -> [CoverageEntry] | Mix entries and associated hit count |
| -> Lix | Line coverage |
Convert hpc coverage entries into a line based coverage format