View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000238 | Xdebug | Uncategorized | public | 2007-02-07 15:01 | 2007-02-09 21:19 |
Reporter | Arjen | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Summary | 0000238: Incorrect code coverage | ||||
Description | <?php xdebug_start_code_coverage(); try { try { var_dump(xdebug_get_code_coverage()); array When short-style if-statements are used, the line 'throw new Exception(..) is marked as executed. When curly brackets are used, the line is NOT marked as executed. This is the expected behavior, as the exception is not thrown. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.2.0 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2007-02-07 15:01 | Arjen | New Issue | |
2007-02-09 21:19 | derick | Status | new => resolved |
2007-02-09 21:19 | derick | Resolution | open => not fixable |
2007-02-09 21:19 | derick | Assigned To | => derick |
2007-02-09 21:19 | derick | Note Added: 0000563 | |
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 |