View Issue Details

IDProjectCategoryView StatusLast Update
0000961XdebugCode Coveragepublic2020-03-12 17:35
Reportershess Assigned To 
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.