Cyclomatic complexity is used to calculate

  1. number of independent paths in the basis set of a program

  2. number of binary decisions + 1

  3. upper bound for the number of tests that must be conducted to ensure that all statements have been executed at least once

  4. number of branches and decisions


Correct Option: B

Find more quizzes: