Content deleted Content added
AlexWasFirst (talk | contribs) Initial entry. |
mNo edit summary |
||
Line 1:
<b>Static code analysis</b> referes to a bunch of methods for
One common metric in static analysis is ''McCabes Cyclomatic Complexity Metric'' which basically
measure the number of choices a function makes. Functions with a high number of conditional statements (if's, while etc.) will have a high complexity therfore can be considered more likely to contain bugs and be harder to maintain.
<h4>Links</h4>
* Page on Software Measurment [http://yunus.hun.edu.tr/~sencer/research.html]
|