It is calculated by developing a Control Flow Graph of the code that measures the number of linearly-independent paths through a program module. Cyclomatic complexity is a software metric 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. If […]