Static program analysis: Difference between revisions

Content deleted Content added
mix with "static analysis"
m =See also=
Line 30:
One common metric in static analysis is ''[[McCabes Cyclomatic Complexity Metric]]'' which measures the number of choices a function makes. Functions with a high number of conditional statements (if's, while etc.) will have a high [[complexity]]. Such functions therefore can be considered more likely to contain [[bug]]s and be harder to maintain.
 
===See also===
* [[AntiC]]
* [[BLAST]]
Line 50:
* [[SPlint]]
 
* [[Software analysis]]
* [[Software testing]]
* [[Source code scanner]]