Home › B.Tech CSE › computerscience › Software 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).
Related questions
Changing one module should ideally not force changes in others; this is achieved by keepinA UML use-case diagram primarily captures:In the V-model, each development phase is associated with a corresponding:A good modular software design aims for:Testing the interactions between combined modules is called:The Agile approach to software development emphasises:White-box testing focuses on:Black-box testing focuses on: