(Choose 1 answer)
We can achieve complete statement coverage but still miss bugs because (choose one answer):
A. The failure occurs only if you reach a statement taking the TRUE branch of an IF statement, and you got to the statement with a test that passed through the FALSE branch.
B. The failure depends on the program's inability to handle specific data values, rather than on the program's flow of control.
C. We are not required to test code that customers are unlikely to execute.
D. All of the others
Exit 8