Abstract
Bisect is a code coverage tool for the
OCaml language. Code instrumentation is usually performed at compile-time, and can be done through either camlp4 or ppx. 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.
Licence
Bisect is released under the GPL v3.
It is copyright (c) 2008-2012 Xavier Clerc.
Help
In order to improve the project, I am primarily looking for testers and
bug reporters. Pointing errors in documentation and indicating where it should be enhanced is also very helpful.
The
darcs repository is
http://bisect.x9c.fr (read-only, useful to always get the last version).