You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/tests/Data/RawCodeCoverageDataTest.php
+49-39
Original file line number
Diff line number
Diff line change
@@ -358,63 +358,73 @@ public function testHeavyIndentationIsHandledCorrectly(): void
358
358
101,
359
359
// line 108 is unstable - variable has no coverage if it holds const expr - https://github.com/sebastianbergmann/php-code-coverage/issues/953
360
360
113,
361
-
// array destruct element, should be present 114,
361
+
// array destruct element, should be present 114
362
362
117,
363
363
127,
364
364
132,
365
365
133,
366
366
134,
367
-
135,
368
367
136,
369
-
// line 137 is else statement, not in xdebug output (only if/elseif conditions are covered)
370
368
138,
371
-
141,
372
-
146,
373
-
148,
374
-
149,
369
+
// line 145 is unstable - same reason as line 108
370
+
150,
371
+
// array destruct element, should be present 151 - same reason as line 114
375
372
154,
376
-
157,
377
-
162,
378
-
// line 163 is try statement, not in xdebug output (only catch condition is covered)
379
373
164,
380
-
165,
381
-
168,
374
+
169,
375
+
170,
376
+
171,
377
+
172,
382
378
173,
383
-
174,
379
+
// line 174 is else statement, not in xdebug output (only if/elseif conditions are covered)
384
380
175,
385
-
// line 176 is finally statement, not in xdebug output (only catch condition is covered)
386
-
177,
387
-
180,
388
-
188,
389
-
193,
390
-
195,
391
-
197,
392
-
198,
381
+
178,
382
+
183,
383
+
185,
384
+
186,
385
+
191,
386
+
194,
393
387
199,
394
-
200,
388
+
// line 200 is try statement, not in xdebug output (only catch condition is covered)
389
+
201,
395
390
202,
396
-
// line 203 is default case, not in xdebug output (only cases with condition are covered)
397
-
204,
398
-
207,
399
-
216,
400
-
218,
401
-
220,
402
-
222,
403
-
224,
404
-
226,
405
-
228,
391
+
205,
392
+
210,
393
+
211,
394
+
212,
395
+
// line 213 is finally statement, not in xdebug output (only catch condition is covered)
396
+
214,
397
+
217,
398
+
225,
406
399
230,
407
400
232,
408
401
234,
409
-
256,
402
+
235,
403
+
236,
404
+
237,
405
+
239,
406
+
// line 240 is default case, not in xdebug output (only cases with condition are covered)
0 commit comments