package bisect_ppx

  1. Overview
  2. No Docs
Code coverage for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.1.tar.gz
sha256=0e6ba8db04e1dd439dfba094fe02f44a5eb07447a8cffe7f4a6bab20654c4357
md5=9c320ad23d919972a64fd24e7b4642f1

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, then run the report tool on the generated visitation files.

This is an advanced fork of the original Bisect coverage tool. It has many improvements and updates.

  • Much more thorough code instrumentation, so you can find more gaps in your testing.
  • Fast operation by default.
  • More legible and appealing HTML reports.
  • Various bugfixes.
  • No camlp4 dependency.

Published: 05 Mar 2016

OCaml

Innovation. Community. Security.