Re: Removing Tests from Devel::Cover results

2004-06-18 Thread Paul Johnson
On Thu, Jun 17, 2004 at 11:58:16AM -0400, Geoffrey Young wrote: > 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? > > > >

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