vstudio 2012/NCrunch v2.7.0.5
I noticed today test failures due to nullref exceptions but the code they were supposed to fail on were green.
Also as seen in screenshot the coverage marker is even on line existing of a code comment so I guess somehow the coverage got out of sync (I submitted bug report). Known issue?
Code is like below:
Code:
//We only want...
_someType.SomeMethod(obj1,
task.ActivateProp,
null,
customer);