Software Details:
Version: 1.3
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 58
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, Bisect can generate a report in HTML format that is the replica of the application source code annotated with code coverage information.
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.
What is new in this release:
- This version introduces a new instrumenter based on the "-ppx" commandline switch of compilers.
- The report utility now features a "-summary-only" commandline switch to output only a summary (in text mode).
- A large refactoring has been performed, fixing several minor bugfixes.
- Bugs #86 ("-ocaml-prefix" doesn't really work), #87 (install shouldn't build anything), and #89 (do not activate warnings by default) have also been fixed.
What is new in version 1.0:
- switch to OCaml 3.11.1
- multiple outputs now allowed at once
- '-enable' / '-disable' command-line switches to control instrumentation
- support for multithread applications
- new output mode: EMMA-compatible XML
- support for ocamlfind installation
- major code refactoring and improvement
- bug #41: '-I' command-line switch to specify search path
Comments not found