Sequence coverage is probably the simplest coverage metric, the information is
packaged in PDB files and can be read using tools likeMono.Cecil
[http://www.mono-project.com/Cecil], but just because a method has 100% sequence
coverage does not mean you have 100% code coverage.
I'll use an example from OpenCover's own dogfood tests to demonstrate what I
mean. Here is a method which shows that it has 100% coverage (sequence point
that is).
However I see an issue and that is that on line 101 the