Which of the following statements is NOT correct?
- A. A minimal test set that achieves 100% LCSAJ coverage will also achieve 100% branch coverage.
- B. A minimal test set that achieves 100% path coverage will also achieve 100% statement coverage.
- C. A minimal test set that achieves 100% path coverage will generally detect more faults than one that achieves 100% statement coverage.
- D. A minimal test set that achieves 100% statement coverage will generally detect more faults than one that achieves 100% branch coverage.
Answer: Option D