I have a few switch statements that are one line of code and a "break" statement, and I noticed that NCrunch only showed coverage for the "break" line. I stepped through the application to make sure I wasn't crazy, and the one line of code was indeed hit during my tests.