I have code coverage enabled for my VS 2010 Ultimate project. I do see the covered and uncovered statistics under the "Code coverage results" tab after execution. I double click on the the method that needs additional coverage in the "Code coverage results" tab, it populates the class that needs to be implemented. The issue is the highlighting is not working correctly. The red highlighting for missing coverage is not shown at the correct code.
The highlighting used to work before but suddenly it stopped as expected.
Can you let me know how to tackle this? I tried to disable and enabled the code coverage, but nothing worked.