Glossary

Test Coverage

The percentage of code that is executed during testing. Measured by tools like `coverage.py`. Higher coverage generally indicates more thorough testing, but 100% coverage does not guarantee correctness. (Ch. 21)

Learn More

Related Terms