Re: Apache::Test and Devel::Cover

2005-10-31 Thread Geoffrey Young
Tyler MacDonald wrote: > Geoffrey Young <[EMAIL PROTECTED]> wrote: > >>>Disregard, I just searched the archives and apparently just before I >>>subscribed to the list Phillippe announced the 'testcover' parameter... >>>which is documented in Apache::TestMB, but not yet in Apache::TestMM :-/ >> >

Re: Apache::Test and Devel::Cover

2005-10-30 Thread Tyler MacDonald
Geoffrey Young <[EMAIL PROTECTED]> wrote: > > Disregard, I just searched the archives and apparently just before I > > subscribed to the list Phillippe announced the 'testcover' parameter... > > which is documented in Apache::TestMB, but not yet in Apache::TestMM :-/ > but that's only half the stor

Re: Apache::Test and Devel::Cover

2005-10-30 Thread Geoffrey Young
Tyler MacDonald wrote: > Disregard, I just searched the archives and apparently just before I > subscribed to the list Phillippe announced the 'testcover' parameter... > which is documented in Apache::TestMB, but not yet in Apache::TestMM :-/ but that's only half the story - you still need the s

Re: Apache::Test and Devel::Cover

2005-10-30 Thread Geoffrey Young
Tyler MacDonald wrote: > I'm trying to get code coverage metrics of an apache2 module I'm developing, > using Devel::Cover. I've figured out a way to do it, but it's a bit hacky > :-) > > Devel::Cover instructs you to run "make test" like so: > > HARNESS_PERL_SWITCHES=-MDevel::Cover make test >

Re: Apache::Test and Devel::Cover

2005-10-30 Thread Tyler MacDonald
Disregard, I just searched the archives and apparently just before I subscribed to the list Phillippe announced the 'testcover' parameter... which is documented in Apache::TestMB, but not yet in Apache::TestMM :-/ - Tyler Tyler MacDonald <[EMAIL PROTECTED]> wrote: > I'm trying to get cod

Apache::Test and Devel::Cover

2005-10-30 Thread Tyler MacDonald
I'm trying to get code coverage metrics of an apache2 module I'm developing, using Devel::Cover. I've figured out a way to do it, but it's a bit hacky :-) Devel::Cover instructs you to run "make test" like so: HARNESS_PERL_SWITCHES=-MDevel::Cover make test to get coverage analysis. What I've don