Visual Studio 2013 Ultimate's Code Coverage markers are more accurate than NCrunch's markers. In this simple example, you can see that NCrunch says that I have 100% code coverage of MyMethod while Visual Studio more correctly shows me that I have not covered all code paths. This encourages me to go with VS's solution, though I would really prefer to stay with NCrunch.
http://snag.gy/oGfDa.jpg
On a related note, I like the inline highlighting done by VS2013, though I don't like the loss of syntax highlighting when it is enabled. It would be neat if NCrunch did inline highlighting but only a bordered highlight so the text retained its syntax highlighting yet I could get green/red/white boxes around code that is passing/failing/uncovered. Perhaps if the whole function was covered the box would go away and be replaced with the "1/1 passing" above it like VS2013 or something. This would encourage me to reach 100% coverage so that my functions don't have colored boxes everywhere. :D