What steps will reproduce the problem?
Using a code coverage tool, like NCover, create a code coverage report of
Enumerable class via unit tests
What is the expected output? What do you see instead?
All members are covered 100%. Instead, Distinct is not fully covered. More
specifically, DistinctYield (private) is covered 92% due to a test for line 838
[1] is missing.
[1]
http://code.google.com/p/linqbridge/source/browse/tags/REL-1.2/src/Enumerable.cs
#838
Additional information:
Version 1.2
Original issue reported on code.google.com by azizatif on 18 Nov 2010 at 11:31
Original issue reported on code.google.com by
azizatif
on 18 Nov 2010 at 11:31