b9df14aef8
Cyclomatic complexity is a software metric (measurement), used to indicate the 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.
4 lines
261 B
Text
4 lines
261 B
Text
Cyclomatic complexity is a software metric (measurement), used to
|
|
indicate the 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.
|