Language

Package: ocaml-bisect-ppx @ 1.4.2

Synopsis

Code coverage for OCaml

Description

Bisect_ppx helps you test thoroughly. It is a small preprocessor that inserts instrumentation at places in your code, such as if-then-else and match expressions. After you run tests, Bisect_ppx gives a nice HTML report showing which places were visited and which were missed.

Usage is simple - add package bisect_ppx when building tests, run your tests, then run the Bisect_ppx report tool on the generated visitation files.

Home page
https://github.com/aantron/bisect_ppx
Location
gnu/packages/ocaml.scm (line: 6110, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings