Surprise Me!

Cyclomatic Complexity Defined

2014-10-10 16 Dailymotion

For more information on Cyclomatic Complexity, please visit: http://castsoftware.com/glossary/cyclomatic-complexity
Cyclomatic complexity is a code based metric used to measure the number of different paths through a program module. It was introduced and developed by Thomas McCabe in 1976. The primary purpose of cyclomatic complexity is to indicate or quantify the intricacy of a certain program while it is being developed.