Abstract
Bisect is a code coverage tool for the
Objective Caml 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.
Licence
Bisect is released under the GPL v3.
It is copyright (c) 2008-2011 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).