View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000697 | Xdebug | Uncategorized | public | 2011-05-27 23:54 | 2011-05-29 18:29 |
Reporter | cbandy | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Gentoo | OS Version | stable |
Product Version | 2.2dev | ||||
Summary | 0000697: Incorrect code coverage of function arguments when using XDEBUG_CC_UNUSED | ||||
Description | When there are three values (or variables) separated by two operators as an argument, the line is not reported as covered. In the below example, line 8 is not reported as covered. | ||||
Steps To Reproduce | Script: <?php xdebug_start_code_coverage(XDEBUG_CC_UNUSED); function test() test(); print_r(xdebug_get_code_coverage()); Actual Result: Array ) Expected Result: Array ) | ||||
Additional Information | PHP 5.3.6-pl0-gentoo, Xdebug r3441 | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.6 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-05-27 23:54 | cbandy | New Issue | |
2011-05-29 18:29 | derick | Note Added: 0001751 | |
2011-05-29 18:29 | derick | Status | new => closed |
2011-05-29 18:29 | derick | Assigned To | => derick |
2011-05-29 18:29 | derick | Resolution | open => fixed |
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 |