| Copyright | (c) 2014-2015 Guillaume Nargeot |
|---|---|
| License | BSD3 |
| Maintainer | Guillaume Nargeot <guillaume+hackage@nargeot.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
Trace.Hpc.Coveralls.Lix
Description
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
isOtherwiseEntry :: CoverageEntry -> Bool Source #
adjust :: CoverageEntry -> CoverageEntry Source #