View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001258 | Xdebug | Uncategorized | public | 2016-01-20 18:33 | 2016-02-23 20:25 |
Reporter | asgrim | Assigned To | derick | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 15.04 |
Product Version | 2.4.0rc3 | ||||
Fixed in Version | 2.4.0 | ||||
Summary | 0001258: Coverage does not cover case statements | ||||
Description | I have a switch statement that is fully tested, and all execution paths do not appear to be covered when viewed with PHP_CodeCoverage. I queried on IRC, and a very kind and helpful Mr Rethans said "I probably don't overload the opcode - please submit a bug", so here it is! I'm happy to try and create a proper reproducible test case if the provided code sample is not sufficient. | ||||
Steps To Reproduce | private function compileBinaryOp(Node\BinaryOp\AbstractBinaryOp $node, InputData $inputData)
} | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | Ubuntu 15.04 | ||||
PHP Version | 7.0.0-7.0.4 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-01-20 18:33 | asgrim | New Issue | |
2016-01-20 18:33 | asgrim | File Added: coverage.png | |
2016-02-15 22:34 | robob4him | Note Added: 0003495 | |
2016-02-23 20:25 | derick | Note Added: 0003515 | |
2016-02-23 20:25 | derick | Status | new => closed |
2016-02-23 20:25 | derick | Assigned To | => derick |
2016-02-23 20:25 | derick | Resolution | open => fixed |
2016-02-23 20:25 | derick | Fixed in Version | => 2.4.0 |
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 |