hpc-coveralls-0.3.0: Coveralls.io support for Haskell.

Portabilityportable
Stabilityexperimental
MaintainerGuillaume Nargeot <guillaume+hackage@nargeot.com>
Safe HaskellSafe-Inferred

Trace.Hpc.Lix

Description

Types and functions for converting hpc output to line-based code coverage data.

Synopsis

Documentation

data Hit Source

Constructors

Full 
Partial 
None 
Irrelevant 

Instances

type Lix = [Hit]Source

groupByIndex :: Int -> [(Int, a)] -> [[a]]Source

toLixSource

Arguments

:: Int

Source line count

-> [(MixEntry, Integer)]

Mix entries and associated hit count

-> Lix

Line coverage

Convert hpc coverage entries into a line based coverage format