[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Complexity measurement tools provide several pieces of information. They help to:
But why another complexity analyzer? Even though the McCabe analysis
tool already exists (pmccabe
), I think the job it does is too
rough for gauging complexity, though it is ideal for gauging the
testing effort. Each code path should be tested and the pmccabe
program provides a count of code paths. That, however, is not the
only issue affecting human comprehension. This program attempts to
take into account other factors that affect a human’s ability to
understand.
1.1 Code Length | ||
1.2 Switch Statement | ||
1.3 Logic Conditions | ||
1.4 Personal Experience | ||
1.5 Rationale Summary |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by Bruce Korb on May 15, 2011 using texi2html 1.82.