Kizspy | Question: 51
(Choose 1 answer)
Which of the following statement is CORRECT about of decision coverage?
A. Decision coverage is a measure of the percentage of possible paths through the source code exercised by
tests
B. Decision coverage is a measure of the percentage of business flows through the component exercised by
tests
C. Decision coverage is a measure of the 'if' statements in the code that are exercised with both the true and
false outcomes
D. Decision coverage is a measure of the proportion of decision outcomes in the source code exercised by
tests