package bisect

  1. Overview
  2. No Docs
Code coverage tool for the OCaml language (deprecated)

Install

Dune Dependency

Authors

Maintainers

Sources

1.3.1.tar.gz
md5=fd0c2d163e4847df075d87fa9bb42b00

Description

Bisect is deprecated in favor of package bisect_ppx.

Bisect is a code coverage tool for the OCaml language. It is a camlp4-based tool that allows to instrument your application before running tests. After application execution, it is possible to generate a report in HTML format that is the replica of the application source code annotated with code coverage information.

Published: 25 Feb 2018

Dependencies (4)

  1. ocamlbuild build
  2. camlp4
  3. ocamlfind
  4. ocaml >= "4.02.0"

Dev Dependencies

None

Used by (7)

  1. arakoon >= "1.8.6"
  2. base58 >= "0.1.2"
  3. batteries >= "2.7.0" & < "2.9.0"
  4. mirage-block-ccm < "1.1.0"
  5. ocveralls
  6. rfc6287 < "1.0.2"
  7. toml >= "5.0.0" & < "7.0.0"

Conflicts

None