View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000365 | Xdebug | Code Coverage | public | 2008-04-18 18:24 | 2020-03-12 17:35 |
Reporter | derick | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Summary | 0000365: Feature patch, allow code coverage to avoid "covering" certain files by path. | ||||
Description | Adds a new userspace command to the code coverage section:- void xdebug_code_coverage_exclude_paths (array); Basically, passes an array of strings that the coverage should avoid counting on. The strings are matched against the Reasons for creating it. I have a rather heavy weight test syste to deal with against a rather large application and I | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.2.5 | ||||
|
Was able to compile it and call it from a PHP file. But it is not what I thought it would be. A pity ;-) FWIW: xdebug_code_coverage_exclude_paths(array(FILE)); => won't work as expected currently. Could you adapt your patch? |
|
Duplicate of 0001059 |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-04-18 18:24 | derick | New Issue | |
2008-07-03 22:47 | Milian Wolff | Note Added: 0000858 | |
2016-12-13 21:34 | derick | Note Added: 0004051 | |
2016-12-13 21:34 | derick | Relationship added | duplicate of 0001059 |
2016-12-13 21:34 | derick | Status | new => resolved |
2016-12-13 21:34 | derick | Resolution | open => duplicate |
2016-12-13 21:34 | derick | Assigned To | => derick |
2020-03-12 16:55 | derick | Severity | minor => feature |
2020-03-12 17:35 | derick | Category | Feature/Change request => Code Coverage |