Branch coverage incorrect when using elvis operator #729
Labels
Bug
Bug issue type
Check In JaCoCo
S: postponed
Status: work on the issue is not in the short term plans
Kover incorrectly reports a gap in branch coverage
Consider this class:
and these tests:
Kover reports only 75% branch coverage, highlighting
map[i]
as not covered.Expected behavior
Kover should report full coverage in this example, in my opinion, given there is no code path not exercised with the test.
Reproducer
See code above.
Reports
Environment
The text was updated successfully, but these errors were encountered: