View Issue Details

IDProjectCategoryView StatusLast Update
0000107XdebugUncategorizedpublic2004-12-14 11:46
Reporterderick Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Summary0000107: Code Coverage only detects executable code in used functions and classes
Description

When using the UNUSED option of code coverage, Xdebug will only scan functions, classes and methods that are used for executable code, resulting in too little output.

TagsNo tags attached.
Operating SystemALL
PHP Version5.1.0-dev

Activities

derick

2004-12-14 11:46

administrator   ~0000220

Fixed in CVS, but Xdebug can only detect it once code coverage is started. This means that it will NOT try to detect executable code in classes, methods and functions in the file where xdebug_code_coverage() was started, unless they are used.

Issue History

Date Modified Username Field Change
2004-12-14 11:43 derick New Issue
2004-12-14 11:46 derick Status new => closed
2004-12-14 11:46 derick Note Added: 0000220
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized