Forum member

worlebird

5 posts

Posts by worlebird

  1. "No Coverage" comments not working

    [quote=Remco;9544]Wow, I just got it to happen for me. This is pretty crazy. I'll need to take a deeper look at what's happening here, but I think this is being caused by some fallback code used to mark the first lines of test methods to identify test entry points. In which case, it should just…

  2. "No Coverage" comments not working

    [quote=Remco;9538]To avoid me asking a never-ending list of questions about this, I'm wondering if there's any way you can produce a working sample of this that you can send to me via the NCrunch [url=https://www.ncrunch.net/support/contact]contact form[/url]. I think that the PDB/IL structure of t…

  3. "No Coverage" comments not working

    [quote=Remco;9535]- Would you mind submitting a bug report using the NCrunch menu option? Make sure all your tests have run during the session in which you submit the report.[/quote] I'll do that. [quote=Remco;9535]- Are you able to share a screenshot of the incorrect coverage results as they…

  4. "No Coverage" comments not working

    [quote=Remco;9527]It's worth being aware of the difference between 'physical' code coverage and 'logical' code coverage. The documentation has a good explanation of this here - [url=http://www.ncrunch.net/documentation/troubleshooting_missing-code-coverage]http://www.ncrunch.net/documentation/troub…

  5. "No Coverage" comments not working

    In a test class, I have a common piece of code that I use for setting up an object before multiple tests. For some reason, NCrunch is marking this code (in a test class) with a black dot as "Not covered by any tests". First off, this is nonsense, as I have at least a half dozen tests which call th…