Your test suite S for a program P achieves 100% statement coverage. It consists of three test cases, each of which achieves 50% statement coverage. Which of the following statements is CORRECT?
| Events | |||||
|---|---|---|---|---|---|
| State | Available | NotAvailable | ChangeRoom | Cancel | Pay |
| S1: Requesting | S2 | S3 | |||
| S2: Confirmed | S1 | S4 | S4 | ||
| S3: Waiting list | S2 | S4 | |||
| S4: End |
Answer Options
Correct Answer
C: Every executable statement in P containing a defect has been run at least once during the execution of S