research!rsc: Differential Coverage for Debugging
Suppose you have one test case that’s failing. You can get a sense of what code might be involved by comparing the code coverage of successful tests with the code coverage of the failing test.
research!rsc: Differential Coverage for Debugging