Do not treat lines spanned by attributes as executable#1149
Do not treat lines spanned by attributes as executable#1149sebastianbergmann merged 1 commit intosebastianbergmann:12.5from
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 12.5 #1149 +/- ##
=========================================
Coverage 88.21% 88.21%
- Complexity 1400 1401 +1
=========================================
Files 105 105
Lines 4718 4719 +1
=========================================
+ Hits 4162 4163 +1
Misses 556 556 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The proposed changes mark every line spanned by an attribute as non-executable. This makes sense to me and I will merge these changes. This does not really explain the |
Attributes
I have released phpunit/php-code-coverage 12.5.5 and phpunit/php-code-coverage 14.1.1 with this fix, but there will be no more releases for the 13.x version series. |
Yeah: one process lets PHP decide the executable lines of |
Fix #1148
Beware the targeted branch is
12.5, so releases are needed also for13and14branches.