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 | |||
| 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. | ||||
| Operating System | Ubuntu 15.04 | ||||
| PHP Version | 7.0.0-7.0.4 | ||||