Partially covered throw statement (async handler) #1103
Labels
bug
Something isn't working
tenet-coverage
Issue related to possible incorrect coverage
with repro
Issue with repro
Hi,
In the following code the
throw
statement is marked as partially covered (because of the async statemachine), even though I see no way to cover that hidden branch. Could this be detected and marked as covered by coverlet?Unit Tests:
Reported Coverage:

Coverlet Version: 3.0.3
The text was updated successfully, but these errors were encountered: