Forum member

arjo_reich

1 post

Posts by arjo_reich

  1. Incorrect Coverage Metrics for single-line if-statements

    So, the Code Cleanup Format at the place I'm at removes braces and inlines any single-lined if-statement. The other day I noticed that NCrunch counts both the evaluation and the "true-part" of a single-lined if-statement is counted as covered when it's not. Since a picture is worth a thousand word…