stack-hpc-coveralls-0.0.1.0: Initial project template from stack

Copyright(c) 2014-2015 Guillaume Nargeot
LicenseBSD3
MaintainerMichele Lacchia <michelelacchia@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

SHC.Lix

Description

Functions for converting HPC output to line-based code coverage data.

Synopsis

Documentation

toLix 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