- priority: 5 --> 9
I ran a between Instrumenter.cs and
Instrumenter.cs.instrumented, to check what kind of
coverage this program returns. Seems to be decision
coverage (can't find it on the website, and a testrun
failed). That can be interesting, but it did not
instrument the switch statement (line 54-79) or the
foreach statement (line 131-137). I also found some
if-statements not instrumented, like for example line
165. Using ncover-1.0.1
That way, it can falsely suggest 100% coverage, when in
fact a lot is not covered! seems a nasty bug to me...
If i'm wrong, and it is covered in another way, can
anyone explain me what is covered? It gives coverage
numbers and percentages, but doesn't tell me what those
numbers mean.