Cyclomatic complexity: Difference between revisions

Content deleted Content added
m clean up
No edit summary
Tags: Mobile edit Mobile app edit Android app edit
Line 1:
{{Short description|Measure of the structural complexity of a software program}}
'''Cyclomatic complexity''' is a [[software metric]] used to indicate the [[Programming complexity|complexity of a program]]. It is a quantitative measure of the number of linearly independent paths through a program's [[source code]]. It was developed by [[Thomas J. McCabe, Sr.]] in 1976.