Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Pod::Coverage for helper classes

by kcott (Archbishop)
on Feb 02, 2021 at 15:14 UTC ( [id://11127820]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -I. -MPod::Coverage -e 'my $pc = Pod::Coverage::->new(package =
    +> "XYZ"); print $pc->coverage ? "Y" : "N"'
    
  2. or download this
    $ cat X5.pm
    package Y5 {
    ...
    
    $ perl -I. -MPod::Coverage -e 'my $pc = Pod::Coverage::->new(package =
    +> "Y5"); print $pc->coverage ? "Y" : "N"'
    N
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-28 15:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found