Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Looking for help for unit tests and code coverage on an existing perl script

by tizatron (Novice)
on Jan 31, 2014 at 22:40 UTC ( [id://1072921]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ ./sample.pl my-dev-1
    ---
    classes:
      - all
      - dev
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            classes => \@classes,
        }
    );
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    ", 'check usage message');
    
    done_testing();
    
  4. or download this
    $ ./test.pl 
    1..2
    ...
    
        [ -h ]    print this help message 
    ok 2 - check usage message
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 14:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found