View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002150 | Xdebug | Code Coverage | public | 2022-12-21 10:43 | 2023-08-02 16:45 |
Reporter | derick | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | new | Resolution | open | ||
Target Version | 3.4dev | ||||
Summary | 0002150: Collapse the two FOREACH start op codes into one to improve path/branch coverage accurateness | ||||
Description | Right now, ZEND_FE_RESET_R/RW and ZEND_FE_FETCH_R/RW are both considered having two out branches, which adds an extra path, and an extra branch while generating code coverage without any reasonable explanation for users. Explore whether this can be improved, and also how to make a test where the second (escape) out branch of FE_RESET_R/RW is taken. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 8.1.10-8.1.19 | ||||