Estimation of Test Coverage Metrics and Structural Complexity


Software Engineering Virtual Laboratory -->

Estimation of Test Coverage Metrics and Structural Complexity

Aim

  • Identify basic blocks in a program module, and draw it's control flow graph (CFG)
  • Identify the linearly independent paths from a CFG
  • Determine Cyclomatic complexity of a module in a program