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
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
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
[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
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