Search Issue Tracker
Fixed in 1.0.1
Votes
0
Found in [Package]
1.0.0
Issue ID
1338636
Regression
No
[Code Coverage] ExcludeFromCoverage attribute doesn't exclude lambda expressions and yield statements from coverage
Steps to reproduce:
1. Open attached project
2. Open Code Coverage window
3. Start and Stop recording
4. In generated report open coverage page for LaserController class
Notice that:
- Shrink() method has ExcludeFromCoverage attribute but last line, which has lambda expression, is shown as uncovered
- TestMethod() which has yield statement is shown as uncovered even though it has ExcludeFromCodeCoverage attribute
Reproduced with: 1.0.0
Editor version 2019.4.21f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Label is not centered when using flex-direction: row
- Incorrect initial target position when the Skinning Editor's "Depth" parameter is adjusted on a bone which is set as the "Effector" parameter on the "Limb Solver 2D" Component
- The order of activation for Water Deformers and Foam Generators will cause water artefacts in the Player
- Crash on `anonymous namespace'::PrepareTreesAndWriteWindParamsJobData::Execute when entering Play mode on a specific project
- [Linux] Crash on 'PPtr<RuntimeAnimatorController>::operator RuntimeAnimatorController*() const' when saving a new animation file
Add comment