Difference between revisions of "Code Metrics"
From CitconWiki
Jump to navigationJump to searchm (rv to Revision as of 23:53, 4 May 2007 by User:Jtf) |
|||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
What kind of code metrics do you collect? | What kind of code metrics do you collect? | ||
* Complexity | * Complexity |
Latest revision as of 09:39, 15 August 2008
What kind of code metrics do you collect?
- Complexity
- Coverage
- Dependencies
- Comment/Documentation
- Code style
- # of unit tests, lines of code
- Code duplication
- Volatility
- Velocity