I would like to suggest a feature of condition coverage.
At current NCrunch shows a green marker showing that you have covered a line of code, but it does not take into account the number of conditions on that line.
For example, when used in combination with something like SonarQube, NCrunch will inform you the code is covered, by SQ may say that you have only covered 2 of 4 conditions.
It would be great if rather than a green marker, it showed an orange marker and then listed the conditions that have been covered, or at a minimum, a count. When all conditions are covered on that line it could then turn green.
Nick.