View Issue Details

IDProjectCategoryView StatusLast Update
0000961XdebugCode Coveragepublic2020-03-12 17:35
Reportershess Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionwon't fix 
Summary0000961: code-coverage-setter
Description

Hello!

It would be superb to have a function xdebug_set_code_coverage( $data
), where $data should have the format that xdebug_get_code_coverage() returns.
This should enable the user to receive an overall-coverage-report of several tests that cannot be executed in one single call:
It would be possible to store the coverage-data of a test (via xdebug_get_code_coverage() to a session-variable) and resume the gathering of information at a later point.

TagsNo tags attached.
Operating System
PHP Version5.1.0

Activities

derick

2016-12-11 12:53

administrator   ~0003980

You can easily combine the results of multiple code coverage runs yourself. PHPUnit's code coverage does that for example.

Issue History

Date Modified Username Field Change
2013-07-10 18:08 shess New Issue
2016-12-11 12:53 derick Note Added: 0003980
2016-12-11 12:53 derick Status new => resolved
2016-12-11 12:53 derick Resolution open => won't fix
2016-12-11 12:53 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