add :
- complexity measurement like cyclomatic complexity, maintainability index, Halstead complexity,
- OO measures like weighted methods per class, depth of inheritance tree, class’s number of children, coupling between object classes, lack of cohesion in methods
- readability measures like number of comment lines (inside/outside fonctions), number of character per identifier, number of character per instruction, number of line per function
- code evolution measures in an time interval (with SVN, VSS) like the number of revision of a function, the number of line modified.
I believe someone might be working on a code metrics plugin; if not, I will add it to my list - this has a shot of getting in for v2.1 (June/July release), but definitely by v2.2.
Thanks!
Mike
Thanks to you.
Regards,
Alain