Remco;14685 wrote:Hi, thanks for posting.
I'm not entirely sure what you're asking, but if you right click on a test in the Tests Window (or in the test list popup window), you can choose to show only coverage for that specific test. When you see only the coverage for that test, any line that has a black marker means that the test does not cover that line.
This feature also affects the Metrics Window, so when you're viewing coverage for only one test, you'll also only see the metrics for that test.
I would like to know all the lines of code that are not covered, so that it is not necessary to see method by method, like the Analyze code coverage of visual studio.