blib/lib/POD2/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 20 | 65.0 |
line | true | false | branch |
---|---|---|---|
26 | 3 | 0 | @_ ? : |
27 | 1 | 2 | unless (exists $args{'lang'}) |
42 | 1 | 0 | $module =~ /::(\w+)\z/ ? : |
0 | 1 | $module eq 'POD2::Base' ? : | |
50 | 2 | 1 | $$self{'inc'} ? : |
55 | 2 | 1 | @_ ? : |
56 | 1 | 2 | unless exists $options{'test'} |
60 | 1 | 2 | if ($options{'test'}) |
83 | 0 | 0 | @_ ? : |
88 | 0 | 0 | if (exists $$pods{$pod}) { } |