Copyright | (c) 2014-2015 Guillaume Nargeot |
---|---|
License | BSD3 |
Maintainer | Guillaume Nargeot <guillaume+hackage@nargeot.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Functions for converting hpc output to line-based code coverage data.
- toHit :: [Bool] -> Hit
- getLine :: MixEntry -> Int
- toLineHit :: CoverageEntry -> (Int, Bool)
- isOtherwiseEntry :: CoverageEntry -> Bool
- adjust :: CoverageEntry -> CoverageEntry
- toLix :: Int -> [CoverageEntry] -> Lix
Documentation
toLineHit :: CoverageEntry -> (Int, Bool) Source
:: Int | Source line count |
-> [CoverageEntry] | Mix entries and associated hit count |
-> Lix | Line coverage |
Convert hpc coverage entries into a line based coverage format