View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000401 | Xdebug | Code Coverage | public | 2008-08-22 09:05 | 2020-03-12 17:13 |
| Reporter | sebastian | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | not fixable | ||
| Summary | 0000401: Code Coverage is wrong for if statement | ||||
| Description |
10 print_r($codeCoverage); This results in Array which is wrong as line 5 is not executed. Adding braces for the if() block changes things a bit:
10 results in Array | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.2-dev | ||||
|
|
Unfortunately, this one is not fixable. PHP simply reports no code on line 4: line # op fetch ext return operands2 0 EXT_STMT |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2008-08-22 09:05 | sebastian | New Issue | |
| 2009-03-28 20:09 | derick | Note Added: 0000937 | |
| 2009-03-28 20:09 | derick | Status | new => closed |
| 2009-03-28 20:09 | derick | Resolution | open => not fixable |
| 2020-03-12 16:55 | derick | Severity | minor => feature |
| 2020-03-12 17:13 | derick | Category | Feature/Change request => Code Coverage |