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 <[email protected]>, Leonid Rozenberg <[email protected]> and Anton Bachin <[email protected]>
LicenseMIT
Published
Homepagehttps://github.com/aantron/bisect_ppx
Issue Trackerhttps://github.com/aantron/bisect_ppx/issues
MaintainersAnton Bachin <[email protected]> and Leonid Rozenberg <[email protected]>
Dependencies
Source [http] https://github.com/aantron/bisect_ppx/archive/2.5.0.tar.gz
sha256=ae53fdd62b2062fb3e2996c0d62c1ce63ce91378b64d879cdf61e52b33f5d47c
md5=2eaf2f24c5d91ff975050db37d8a4cd2
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/bisect_ppx/bisect_ppx.2.5.0/opam
Required by
Optionally used by
OSZAR »