
Complexity measurement tool help to:
* locate suspicious areas in unfamiliar code
* get an idea of how much effort may be required to understand that
code
* get an idea of the effort required to test a code base
* provide a reminder to yourself. you may see what you've written
as obvious, but others may not.
comparing with existing tool mccabe, this program improves scoring of following language constructs:
* code length
* switch statement
* logic conditions
this package contains documentation in texinfo format.