Cyclometric complexity: Difference between revisions

Content deleted Content added
See also: this metric is also described under the (correct) name Cyclomatic_complexity. Should be merged in future.
Taxman (talk | contribs)
m added merge notice. Thanks for the catch.
Line 1:
{{merge}} [[Cyclomatic_complexity]]
 
'''Cyclometric complexity''' is a [[software metric]] concept in [[computational complexity theory]]. Its magnitude is denoted by the letter ("M"). "M" is defined to be one larger than the number of decision points (IFs, UNTILs, ENDs...) in a module ([[function (programming)|function]], [[procedure]], chart node, etc.), or more generally a [[system]].
 
Line 18 ⟶ 20:
*[[Software engineering]]
*[[Software testing]]
*[[Cyclomatic_complexity]]
[[Category:Software metrics]]
[[Cyclomatic_complexity]]