View Issue Details

IDProjectCategoryView StatusLast Update
0000334XdebugUncategorizedpublic2007-11-12 23:28
Reportersebastian Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionopen 
Summary0000334: Code Coverage Regressions
Description

Several regressions related to the collection of code coverage information were introduced starting with revision 1.35 of xdebug_code_coverage.c. These regressions seem to be related to the "break" and "continue" keywords.

The following examples are from ezcWorkflow, as discussed on IRC/IM:

  • interfaces/execution.php, line 444
  • definition_storage/xml.php, line 263
  • definition_storage/xml.php, line 375

The lines above are reported as "dead code" with revision 1.34 of xdebug_code_coverage.c and as "not executed" starting with revision 1.35 of xdebug_code_coverage.c.

TagsNo tags attached.
Operating SystemLinux
PHP Version5.2-dev

Activities

derick

2007-11-12 23:28

administrator   ~0000810

Fixed in CVS, thanks for your report.

Issue History

Date Modified Username Field Change
2007-11-12 18:27 sebastian New Issue
2007-11-12 23:28 derick Status new => closed
2007-11-12 23:28 derick Note Added: 0000810
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized