View Issue Details

IDProjectCategoryView StatusLast Update
0000275XdebugCode Coveragepublic2020-03-12 17:35
Reportercellog Assigned To 
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.