Practice free →
HomeB.Tech CSEcomputerscienceSoftware Engineering › Cyclomatic complexity is a metric that measures:

Cyclomatic complexity is a metric that measures:

Athe number of developers
Bthe total lines of code
Cthe memory used at run time
Dthe number of linearly independent paths through a program's source code
Answer & Solution
Correct answer: D. the number of linearly independent paths through a program's source code
Cyclomatic complexity counts the independent paths through code (a testability/complexity measure).
Solve this in the app — B.Tech CSE practice & 24k+ MCQs →
Related questions