View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001473 | Xdebug | Code Coverage | public | 2017-09-20 19:57 | 2017-09-20 20:41 |
Reporter | exussum | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Linux | OS | Ubuntu | OS Version | 17.04 |
Product Version | 2.5.5 | ||||
Summary | 0001473: Coverage incorrect for $this | ||||
Description | Originally reported here | ||||
Steps To Reproduce | <?php
} xdebug_start_code_coverage(XDEBUG_CC_UNUSED | XDEBUG_CC_DEAD_CODE); $a = new a(); $cc = xdebug_get_code_coverage(); | ||||
Additional Information | array(1) { Line 8 in this case should be 1 not -1 | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.0.20-7.0.24 | ||||
|
Hmm odd. The bug appears to be fixed between the 2.5.5 release and the 2.5.4 release (using the tags on git) git checkout XDEBUG_2_5_4 && make clean && make # Shows the bug https://travis-ci.org/okta/okta-sdk-php/jobs/277787327 indicates 2.5.5 is used on the build, not sure how that is possible to show the wrong version there though ? |
|
Can likely be closed, 2.5.5 (and master by extension) have this fixed |
|
Was already fixed in 2.5.5. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-09-20 19:57 | exussum | New Issue | |
2017-09-20 20:07 | exussum | Note Added: 0004410 | |
2017-09-20 20:19 | exussum | Note Added: 0004411 | |
2017-09-20 20:41 | derick | Note Added: 0004412 | |
2017-09-20 20:41 | derick | Status | new => resolved |
2017-09-20 20:41 | derick | Resolution | open => no change required |
2017-09-20 20:41 | derick | Assigned To | => derick |