A. Gill and C. Runciman, “Haskell Program Coverage,” in Proceedings of the 2007 ACM SIGPLAN Workshop on Haskell, ACM Press, September 2007.

Links

Abstract

We describe the design, implementation and use of HPC, a tool-kit to record and display Haskell Program Coverage. HPC includes tools that instrument Haskell programs to record program coverage, run instrumented programs, and display information derived from coverage data in various ways.

BibTeX

@inproceedings{Gill:07:Hpc,
  author = {Andy Gill and Colin Runciman},
  title = {Haskell {P}rogram {C}overage},
  booktitle = {Proceedings of the 2007 {ACM} {SIGPLAN} {W}orkshop on Haskell},
  year = {2007},
  month = {September},
  publisher = {ACM Press},
}