Description
Report which changed lines are missing test coverage. It helps development teams focus coverage review on the code touched by a patch instead of only looking at the total project percentage.
This is a terminal and CI tool. Coverage gaps should guide better tests, but they do not prove behavior is correct, so important changes still need meaningful assertions and failure-case checks.