View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001170 | Xdebug | Code Coverage | public | 2015-06-25 12:27 | 2020-03-12 17:35 |
Reporter | stof | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | resolved | Resolution | no change required | ||
Summary | 0001170: Provide a way to disable the path coverage | ||||
Description | PHPUnit with code coverage is way slower on XDebug 2.3 than on 2.2 (see http://bugs.xdebug.org/view.php?id=1123 for the report). Having an option to tell XDebug that we don't need the path coverage would be great. PHPUnit could then use it until it supports rendering this path coverage. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.6.0-5.6.4 | ||||
|
It shouldn't do that, but it's possible I got an if() wrong, or missing, somewhere so that it does more work than it needs. |
|
Well, is there actually a way to disable branch coverage ? I don't see anything about this in the doc: http://xdebug.org/docs/code_coverage |
|
I think this should be a lot better in Xdebug 2.4.0beta1 due to https://github.com/xdebug/xdebug/commit/38f72a294d86dfb86e8789911b0b1a827d9e1fe9 — could you please test with Xdebug (latest from GIT master)? |
|
Side note:
|
|
I am closing this, as path coverage specifically needs to be turned on. There was a bug that always caused path coverage to be enabled, but that should be fixed in 2.4.0beta1. |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-06-25 12:27 | stof | New Issue | |
2015-06-25 13:34 | derick | Note Added: 0003132 | |
2015-06-25 13:38 | stof | Note Added: 0003133 | |
2015-11-09 02:03 | derick | Note Added: 0003215 | |
2015-11-09 08:49 | Maks3w | Note Added: 0003217 | |
2015-11-19 16:07 | derick | Note Added: 0003235 | |
2015-11-19 16:07 | derick | Status | new => resolved |
2015-11-19 16:07 | derick | Resolution | open => no change required |
2015-11-19 16:07 | 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 |