Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Limited Coverage

by molecules (Monk)
on Jan 21, 2010 at 21:57 UTC ( [id://818820]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    cover -delete
    HARNESS_PERL_SWITCHES=-MDevel::Cover perl ./Build test
    cover
    
  2. or download this
    #!/bin/bash
    if [ -f Build.PL ]; then
    ...
        exit 1
    fi
    cover -delete; HARNESS_PERL_SWITCHES=-MDevel::Cover $makecommand test;
    + cover
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-29 09:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found