Cyclomatic complexity is used to calculate

Loading

Choose the correct option.

Cyclomatic complexity is used to calculate

A. number of independent paths in the basis set of a program
B. number of binary decisions + 1
C. upper bound for the number of tests that must be conducted to ensure

that all statements have been executed at least once
D. number of branches and decisions

Leave a Comment