Statics Measures Question:

Download Job Interview Questions and Answers PDF

How is cyclomatic complexity computed?

Statics Measures Interview Question
Statics Measures Interview Question

Answer:

Cyclomatic complexity is computed using the control flow graph of the program, the nodes of the graph correspond to indivisible groups of sentences of a program and a directed edge connects two nodes if the second sentence might be executed immediately after the first sentence.

Download Statics Measures Interview Questions And Answers PDF

Previous QuestionNext Question
What is a cyclomatic complexity?What does cyclomatic complexity apply to?