Bisect
Bisect is a 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.
[ Homepage ]
| Author: | Xavier Clerc. |
| Last modification date: | 07-Nov-2012 |
| Version: | 1.3 |
| Development status: | Stable |
| Kind: | Development tools |
| License: | Open Source :: GPL |
| Topic: | Software development :: Testing |
| Homepage: | http://bisect.x9c.fr/ |