Where a test is failing in my big VS2012 solution, the markers are showing no coverage above the exception, where they should show failing coverage. The beginning of the test is also not marked. Tests further down the same testfixture are showing as not covered. These are NUnit tests.
My markers for no coverage are blue, as I sometimes use a dark theme.
thread settings - 2 threads, including a fast lane, optimised for memory efficiency, running in parallel, running all tests automatically.
This isn't the behaviour I expect from NCrunch - even if it is effectively running single-threaded.
Thanks!