Forum member

ylorph

1 post

Posts by ylorph

  1. Coverage Metric differs on coding style

    Hi, NCrunch does not give the same coverage metric for the following 2 classes, although functionally they are identical. Does Ncrunch coverage work on the code line as in the editor; or on msil code itself, like ncover does ? [code=csharp]// Will be 100% coverage public class CoverageW…