New module Devel::Cover::Report::Clover

2011-10-13 Thread Perl Authors Upload Server
The next version of the Module List will list the following module: modid: Devel::Cover::Report::Clover DSLIP: Rdphp description: Make clover.xml reports from Devel::Cover userid: DBARTLE (David Bartle) chapterid: 3 (Development_Support) enteredby: SMUELLER (Steff

New module Devel::Cover

2001-05-10 Thread Perl Authors Upload Server
The next version of the Module List will list the following module: modid: Devel::Cover DSLIP: adc?? description: Code coverage metrics for Perl userid: PJCJ (Paul Johnson) chapterid:3 (Development_Support) enteredby: ANDK (Andreas J. König) enteredon: Thu

Re: New module: Devel::Cover

2001-04-15 Thread Paul Johnson
On Sun, Apr 15, 2001 at 07:26:45PM +0200, Johan Vromans wrote: > [Quoting Paul Johnson, on April 10 2001, 00:08, in "New module: Devel::C"] > > I think the name Devel::Cover might be appropriate. It is a shame that > > a certain amount of confusion will probably ensue, > > How about a specialisa

Re: New module: Devel::Cover

2001-04-15 Thread Johan Vromans
[Quoting Paul Johnson, on April 10 2001, 00:08, in "New module: Devel::C"] > I think the name Devel::Cover might be appropriate. It is a shame that > a certain amount of confusion will probably ensue, How about a specialisation of Devel::Coverage, e.g. Devel::Coverage::RunOps? -- Johan

New module: Devel::Cover

2001-04-09 Thread Paul Johnson
I have written a new module to perform code coverage on Perl code. It is similar to Devel::Coverage, but implemented in an entirely different way. Devel::Coverage hooks into the debugger, but my module has a plugable runops function to collect the data and uses B to map that back to reality. In