Minimum Tests Required for Statement Coverage and Branch Coverage :-

Loading

Choose the correct option.

Minimum Tests Required for Statement Coverage and Branch Coverage :-
Read P

Read Q

If p+q > 100 then

Print “Large”

End if

If p > 50 then

Print “pLarge”

End if

A. Statement coverage is 2, Branch Coverage is 2
B. Statement coverage is 3 and branch coverage is 2
C. Statement coverage is 1 and branch coverage is 2
D. Statement Coverage is 4 and Branch coverage is 2