I am currently working with a legacy code base that has a ton tightly coupled code. I would like a way to be able to quickly see what parts of my code are hit when a particular test is executed. I can use the advanced options when right clicking on a test dot to show code coverage for that test only which is a big step toward what I am looking for. However, it would be significantly better for me if the NCrunch Metrics window was also constrained when that option is chosen.
This would allow me to very rapidly determine how much my code was being hit when a particular test ran. My goal with this feature is to be able to write a test that uses a thing, see how much it touches, and then refactor and run the test again and see that the amount of code it touches has decreased. In short, my goal here is for a given tests total code coverage decreases as I refactor my code.