Description
A code coverage tester for compiled programs, Python scripts and shell scripts. Developers use it to see which lines or branches were exercised by tests or manual runs.
Use it when improving test coverage or auditing untested code paths. Coverage numbers are guidance, not proof that behavior is correct, so pair them with meaningful tests.