Test Coverage

You might say

Do not only report “90% coverage”; also show whether the high-risk path combining payment failure and a coupon was actually tested.

Test coverage measures how much of requirements, code structure, or risk paths have been reached by tests.Branch coverage can show whether the coupon-plus-payment-failure combination was reached; a requirements matrix can show a missing payment case. Coverage finds untouched paths. It does not mean no defect or meaningful assertions, even at 100%.
Know first
Test CoverageCode CoverageCoverage
Further reading