What is code coverage and how useful is it?
Code coverage measures the percentage of code executed by tests. It helps identify
untested parts but doesn’t guarantee test quality. High coverage with meaningful tests
improves confidence in code correctness.
xUnit Framework