Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2020.3
2020.3.21f1
2021.1
Issue ID
1409294
Regression
No
[Coverage] Coverage api returns no sequence points for switch expression
Steps to reproduce:
1. Open attached project
2. Make sure that code coverage is enabled
3. Open Test Runner and run ATestSimplePasses test
4. Inspect CovTest class in generated coverage report
Notice that part of switch expression (lines 1 => 1 and _ => 0) in switch_constant_pattern method shows up as not coverable.
Reproduced with: 2020.3.21f1, 2021.1.26f1
Not reproducible: 2021.2.14f1, 2022.1.0b10, 2022.2.0a8
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Resolution Note (fix version 2021.2):
Fixed in 2021.2 stream