OCaml Metrics
OCaml Metrics is a simple OCaml code analysis tool. It can compute some metrics of functions and modules: cyclomatic complexity, the number of lines of code, Halstead complexity measures (difficulty, volume and effort) and Maintainability Index. OCaml Metrics generates reports in three formats: HTML, simple XML or plain text.
This allows developers to find parts of their projects which need refactoring in order to keep the projects easily maintainable.
[ Homepage ]
| Author: | Marcin Sulikowski. |
| Last modification date: | 02-Jun-2009 |
| Version: | 0.51 |
| Development status: | Beta |
| Kind: | Development tools |
| License: | Open Source :: GPL |
| Topic: | Programming languages :: Program analysis |
| Homepage: | http://students.mimuw.edu.pl/~ms248283/ocaml-metrics/ |