Re: make cover

2002-03-01 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On 28-Feb-02 Paul Johnson tried to scribble about: > On Thu, Feb 28, 2002 at 07:23:43PM +0100, Tels wrote: > >> Anyway, it is not so easy to run your entire testsuite trough >> Devel::Cover. Well, sort it is: >> >> PERL_DL_NONLAZY=1 /usr/local/bin/perl

Re: make cover

2002-02-28 Thread Richard Clamp
On Thu, Feb 28, 2002 at 07:23:43PM +0100, Tels wrote: > Moin, > > as a fan of Devel::Cover I can't stress enough how usefull this module is. > Writing tests is easy, writing *good* tests is not-so-easy. > > So, I tried to use Devel::Cover to coverage my testsuites. There are quite > some bugs an

Re: make cover

2002-02-28 Thread Paul Johnson
On Thu, Feb 28, 2002 at 07:23:43PM +0100, Tels wrote: > Anyway, it is not so easy to run your entire testsuite trough Devel::Cover. > Well, sort it is: > > PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -e 'use > Test::Harness qw(&runtests $switches $verbose); $switches="-w > - -MD

make cover

2002-02-28 Thread Tels
ke: perl Makefile.PL make cover make podcover The former does anything, the latter only pod coverage. That way it would be easier for module authors to do testsuite coverage. The make target could also then print a summary. Currently you have then to do this manually. What