New Devel::Cover Noise

2004-06-17 Thread David Wheeler
Hi All, I checked in a bunch of changes to my module last night, and then the nightly process that runs cover on it output these lines: Devel::Cover: ignoring extra subroutine Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra subroutine Dev

Re: Removing Tests from Devel::Cover results

2004-06-17 Thread Geoffrey Young
Tony Bowden wrote: > Is there any simple way to remove the test files themselves from the > Devel::Cover results? i.e. just see the coverage analysis of the files > being tested rather than all the t/* files as well? > > We want to monitor the total coverage over time on a project, and it > woul

Removing Tests from Devel::Cover results

2004-06-17 Thread Tony Bowden
Is there any simple way to remove the test files themselves from the Devel::Cover results? i.e. just see the coverage analysis of the files being tested rather than all the t/* files as well? We want to monitor the total coverage over time on a project, and it would be nice to just grab that from