In PR https://github.com/tonerdo/coverlet/pull/583 we fixed the issue with false line coverage for lambda.
Now we report a correct line coverage, but we've unexpected uncovered branches reported.
We should try to avoid to report compiler generated branches.
Test name Lambda_Issue343
For what it's worth, I'm also seeing this on a non-lambda:

which works fine if I de-asyncify the code:

(coverlet.msbuild 2.8.0)
Should be fixed now on master can you try with nightly build https://github.com/tonerdo/coverlet/blob/master/Documentation/ConsumeNightlyBuild.md?
That's okay, I believe you -- I'll just wait 馃憤
cc: @matteoerigozzi
I agree, should be solved
Most helpful comment
I agree, should be solved