What is cyclomatic complexity?
Cyclomatic complexity is a computer science metric (measurement) developed by Thomas McCabe used to generally calculate the complexity of a program. It directly calculates the number of linearly independent paths by a programs source code.