When viewing code coverage data using Visual Studio 2010, I see the following result in the given namespace:
SomeClass1
SomeClass2
SomeClass2.< >c__DisplayClass1
SomeClass2.< >c__DisplayClass19
SomeClass2.< >c__DisplayClass28
SomeClass3
SomeClass3.< >c__DisplayClass2F
etc
If I expand any of the entries using "DisplayClass", I see that this is a method that has a lambda expression. Because of so many lambda expressions, it is difficult to get meaningful data from code coverage results.
Is there a way to clear this report?
Idaho source
share