bisect_ppxversion

Code coverage for OCaml

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.

AuthorsXavier Clerc <bisect@x9c.fr>, Leonid Rozenberg <leonidr@gmail.com> and Anton Bachin <antonbachin@yahoo.com>
LicenseMPL-2.0
Published
Homepagehttps://github.com/aantron/bisect_ppx
Issue Trackerhttps://github.com/aantron/bisect_ppx/issues
MaintainersAnton Bachin <antonbachin@yahoo.com> and Leonid Rozenberg <leonidr@gmail.com>
Dependencies
Conflicts
Source [http] https://github.com/aantron/bisect_ppx/archive/1.4.1.tar.gz
md5=05d514706646adc947ed21e7e69a1cf1
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/bisect_ppx/bisect_ppx.1.4.1/opam
Required by
Optionally used by