View Issue Details

IDProjectCategoryView StatusLast Update
0000275XdebugCode Coveragepublic2020-03-12 17:35
Reportercellog Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionwon't fix 
Summary0000275: add coverage report dump on script exit
Description

for coverage testing of PHP that has a fatal error or intentional exit()/die() it would be great to have the ability to dump coverage at script completion.

TagsNo tags attached.
Operating System
PHP Version5.1.6

Activities

derick

2016-12-06 19:51

administrator   ~0003954

If a script deems to be "failing", then it makes little sense to do this as not all the code has been run anyway.

It is also each enough to work around, by creating a wrapper around die or exit to do this yourself.

Issue History

Date Modified Username Field Change
2007-05-28 18:13 cellog New Issue
2016-12-06 19:51 derick Note Added: 0003954
2016-12-06 19:51 derick Status new => resolved
2016-12-06 19:51 derick Resolution open => won't fix
2016-12-06 19:51 derick Assigned To => derick
2020-03-12 16:55 derick Severity trivial => feature
2020-03-12 17:35 derick Category Feature/Change request => Code Coverage