http://qs321.pair.com?node_id=600058


in reply to Re^2: Setting Devel::Cover options for a web application
in thread Setting Devel::Cover options for a web application

I'd suggest another addition to your httpd.conf:

<IfDefine COVERAGE> SetEnv PERL5OPT "-MDevel::Cover=-dir,/opt/FES/data" </IfDefine>

Add a new section in your apachectl (or however you launch apache):

startcover() { echo -n $"Starting apache with code coverage: " $http_bin $other_options -DCOVERAGE }

Adjusting where necessary for different apachectl's (ours is heavily customized, but anyone reasonably familiar with apache administration ought to be able to take it from here).

And then just invoke it thusly:

$ apachectl startcover


--chargrill
s**lil*; $*=join'',sort split q**; s;.*;grr; &&s+(.(.)).+$2$1+; $; = qq-$_-;s,.*,ahc,;$,.=chop for split q,,,reverse;print for($,,$;,$*,$/)