Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Devel-Cover CPAN distribution.

Report information
The Basics
Id: 68517
Status: resolved
Priority: 0/
Queue: Devel-Cover

People
Owner: Nobody in particular
Requestors: rjk [...] tamias.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.78
Fixed in: (no value)



Subject: summary, report total from cover tool includes ignored files
If I run `cover -test -ignore_re RE`, the summary printed to STDOUT includes files excluded by the regular expression. Furthermore, although those files are not listed in the summary of the HTML report, they are still included in the calculation of the Total row.
I found the same , however if you apply the filter to Devel::Cover directly you get some filtering (e.g PERL5OPT=-MDevel::Cover=-inc,regex prove && cover ) but its still buggy. kudos on your fine domain name , i have amias.net but i will never be tamed ;-) Cheers Amias On Fri May 27 22:03:00 2011, rjk-cpan@tamias.net wrote: Show quoted text
> If I run `cover -test -ignore_re RE`, the summary printed to STDOUT > includes files excluded by the regular expression. > > Furthermore, although those files are not listed in the summary of the > HTML report, they are still included in the calculation of the Total
row. Show quoted text
>
Thanks very much for this report. I believe this is now fixed with ad64145 and a couple of subsequent commits, and will be in the next release. Thanks again.