Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: Setting Devel::Cover options for a web application

by chargrill (Parson)
on Feb 14, 2007 at 19:57 UTC ( [id://600058]=note: print w/replies, xml ) Need Help??


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($,,$;,$*,$/)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://600058]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-18 12:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found