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 :-/
>>
>
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
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
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
>
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
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