Cyclomatic complexity is a software metric. It is used to indicate the complexity of a program. It directly measures the number of linearly independent paths through a program's source code. The c...
Cyclomatic complexity is likely the most widely used complexity metric in software engineering. It describes the complexity of a procedure by measuring the linearly independent paths through its source code.