View Issue Details

IDProjectCategoryView StatusLast Update
0000096XdebugCode Coveragepublic2020-03-12 17:13
Reporterandrewcherry Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionopen 
Summary0000096: No way of resetting Code Coverage
Description

When xdebug code coverage is started and stopped, there's no way of resetting the coverage array, so the result is cumulative.

TagsNo tags attached.
Operating System*
PHP Version5.0.2

Activities

derick

2004-10-24 16:56

administrator   ~0000204

xdebug_stop_code_coverage() will now clean up the data, unless you pass FALSE as the first parameter to the function.

Issue History

Date Modified Username Field Change
2004-10-21 14:41 andrewcherry New Issue
2004-10-21 14:47 derick Status new => assigned
2004-10-21 14:47 derick Assigned To => derick
2004-10-24 16:56 derick Status assigned => closed
2004-10-24 16:56 derick Note Added: 0000204
2020-03-12 16:56 derick Severity minor => feature
2020-03-12 17:13 derick Category Feature/Change request => Code Coverage