If a test is a single line NCrunch always shows only the same green > character no matter how slow the test is, and no timing information is shown when one hovers that character, it only says "Tests start on this line."
This is rather unfortunate for me. I have a lot of single line tests and the number will only be growing faster since I have adopted a style of testing where one test usually only does one assertion.
It would be great if the same information would be available for single line tests that is available for any other line of code executed by tests. The time is available after all, it is shown in the test window...