Question: If the pseudo code below were a programming language, how many tests are required to achieve 100% statement coverage? Read A IF A > 0
If the pseudo code below were a programming language, how many tests are required to achieve 100% statement coverage? Read A IF A > 0 THEN IF A = 21 THEN Print Key ENDIF ENDIF
Cyclomatic complexity: ___ Statement coverage: __ Branch coverage: ___
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
