You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that the coverage for the InvokeAnonymous function shows all lines and all branches covered ( which clearly cannot be correct ). For the named function, the coverage is correct.
The text was updated successfully, but these errors were encountered:
driseley
pushed a commit
to driseley/coverlet-issue-343
that referenced
this issue
Feb 18, 2019
@driseley thanks for providing the repro project. @MarcoRossignoli when you do get some time can you take a look at this. You've got more experience with compiler generated code
Coverlet appears to report incorrect coverage for anonymous statement lambda functions.
For the following class:
The following tests:
Report the following results:
![image](https://user-images.githubusercontent.com/6659301/52945061-cb2f4980-3368-11e9-9af9-69ff3e5b39a3.png)
Notice that the coverage for the InvokeAnonymous function shows all lines and all branches covered ( which clearly cannot be correct ). For the named function, the coverage is correct.
The text was updated successfully, but these errors were encountered: