View Issue Details

IDProjectCategoryView StatusLast Update
0001167XdebugUncategorizedpublic2015-06-25 13:42
Reporterliulu Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version2.3.3 
Summary0001167: count php path and branch coverage error
Description

This is a minor bug-fix release for the 2.3 series, and addresses crashes with path and branch coverage.

I used php-code-coverage based on xdebug to count php-code branch and path. I found that if the tests was not cover any line in one file. the return array by debug has no report to that file.

TagsNo tags attached.
Operating System
PHP Version5.6.0-5.6.4

Activities

derick

2015-06-25 13:42

administrator   ~0003137

If PHP does not execute anything in a file, then Xdebug has no ways of knowing about it existing, and hence, I can't it to the output array. So I am marking this as "no change required", as it seems to work correctly.

Issue History

Date Modified Username Field Change
2015-06-23 08:18 liulu New Issue
2015-06-25 13:42 derick Note Added: 0003137
2015-06-25 13:42 derick Status new => resolved
2015-06-25 13:42 derick Resolution open => no change required
2015-06-25 13:42 derick Assigned To => derick
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