Code Coverage Report
/kəʊd ˈkʌvərɪdʒ rɪˈpɔːt/
Definition
A report showing which lines, branches, and functions are executed by tests — typically shown as a percentage.
Example in context
"Coverage report: 82% lines covered. The untested 18% is the payment error paths — that's our test gap."
Related terms
Practice this term
Master Code Coverage Report in context by working through exercises in the Testing & QA module. You'll see the term used in real engineering scenarios with multiple-choice, fill-in-the-blank, and matching drills.