Forum member

duncan

1 post

Posts by duncan

  1. Ternary Operators should indicate when only one condition is covered

    I like NCrunch... its pretty useful as long as you don't use ternary operators in your code. We do. A lot. It makes our code much more readable. Sadly as soon as I have a test that covers one side of the conditional NCrunch reports that that entire line is covered. Which is incorrect and misle…