Software quality model: Difference between revisions

Content deleted Content added
wikify
Goal oriented measurement: Repairing links to disambiguation pages - You can help! using AWB
Line 10:
 
===Goal oriented measurement===
The software metric "[[cyclomatic complexity]]" has considerable influence on the [[software testability|testability]] of a function, module and eventually the software as a whole. In simple terms cyclomatic complexity increases as the number of [[conditional construct]]s in a [[Function (computer science)|function]] increases, which actually mean that more testing effort is needed. So, cyclomatic complexity is a predicate for the goal "testability", and as CC increases, testability becomes tougher (decreases).
 
===Predicate contribution===