Commit 4248169
committed
Removed all codeCoverageIgnore annotations from the code
These annotations are artificially bumping the code coverage. Unreached
code should be reported in the coverage report, even if we cannot reach
100% coverage for some safeguards.
Thus, some places using them were actually testable (and tested) code.1 parent 2c059ee commit 4248169Copy full SHA for 4248169
File tree
Expand file treeCollapse file tree
6 files changed
+1
-19
lines changedOpen diff view settings
Filter options
- src/Symfony/Component
- BrowserKit
- Console
- Input
- Output
- DomCrawler
- Translation
Expand file treeCollapse file tree
6 files changed
+1
-19
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/BrowserKit/Client.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/BrowserKit/Client.php-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
97 | 97 | |
98 | 98 | |
99 | 99 | |
100 | | - |
101 | 100 | |
102 | | - |
103 | 101 | |
104 | 102 | |
105 | 103 | |
| ||
378 | 376 | |
379 | 377 | |
380 | 378 | |
381 | | - |
382 | 379 | |
383 | | - |
384 | 380 | |
385 | 381 | |
386 | 382 | |
|
Collapse file
src/Symfony/Component/Console/Application.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Application.php+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
145 | 145 | |
146 | 146 | |
147 | 147 | |
148 | | - |
| 148 | + |
149 | 149 | |
150 | | - |
151 | 150 | |
152 | 151 | |
153 | 152 | |
|
Collapse file
src/Symfony/Component/Console/Input/StringInput.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Input/StringInput.php-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
72 | 72 | |
73 | 73 | |
74 | 74 | |
75 | | - |
76 | 75 | |
77 | | - |
78 | 76 | |
79 | 77 | |
80 | 78 | |
|
Collapse file
src/Symfony/Component/Console/Output/StreamOutput.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Output/StreamOutput.php-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
75 | 75 | |
76 | 76 | |
77 | 77 | |
78 | | - |
79 | 78 | |
80 | 79 | |
81 | | - |
82 | 80 | |
83 | 81 | |
84 | 82 | |
| ||
96 | 94 | |
97 | 95 | |
98 | 96 | |
99 | | - |
100 | 97 | |
101 | 98 | |
102 | 99 | |
103 | 100 | |
104 | 101 | |
105 | | - |
106 | 102 | |
107 | 103 | |
Collapse file
src/Symfony/Component/DomCrawler/Crawler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/Crawler.php-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
627 | 627 | |
628 | 628 | |
629 | 629 | |
630 | | - |
631 | 630 | |
632 | | - |
633 | 631 | |
634 | 632 | |
635 | 633 | |
| ||
813 | 811 | |
814 | 812 | |
815 | 813 | |
816 | | - |
817 | 814 | |
818 | 815 | |
819 | 816 | |
820 | | - |
821 | 817 | |
822 | 818 | |
823 | 819 | |
|
Collapse file
src/Symfony/Component/Translation/PluralizationRules.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/PluralizationRules.php-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | | - |
22 | 21 | |
23 | 22 | |
24 | 23 | |
| ||
212 | 211 | |
213 | 212 | |
214 | 213 | |
215 | | - |
216 | | - |
217 | 214 | |
0 commit comments