View Issue Details

IDProjectCategoryView StatusLast Update
0000381XdebugDocumentationpublic2009-11-22 16:46
Reporterhydra Assigned To 
PrioritynormalSeveritytextReproducibilityN/A
Status closedResolutionfixed 
Summary0000381: Code coverage documentation doesn't match behaviour
Description

I'm using xdebug 2.1.0-dev and code coverage is cleared when xdebug_stop_code_coverage() is called. this is in contrast to the documentation which specifically says it's NOT cleared.

Either a) leave it like this and update the documentation.

or b) retain backwards compatibility add xdebug_clear_code_coverage() and make sure code coverage is not cleared using xdebug_stop_code_coverage()

TagsNo tags attached.
Operating System
PHP Version5.2.6

Activities

derick

2009-11-22 16:46

administrator   ~0001154

The xdebug_stop_code_coverage() function actually has an argument that you can use to stop the information from being cleared. That's in the docs now (soon to be online).

Issue History

Date Modified Username Field Change
2008-06-26 08:58 hydra New Issue
2009-11-22 16:46 derick Note Added: 0001154
2009-11-22 16:46 derick Status new => closed
2009-11-22 16:46 derick Resolution open => fixed