inc/Test/UseAllModules.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 22 | 40.9 |
line | true | false | branch |
---|---|---|---|
21 | 0 | 1 | if @_ and $_[0] eq 'under' |
30 | 0 | 1 | if @_ and $_[0] eq 'except' |
38 | 6 | 95 | if (my($module) = $file =~ /$RULE/) |
42 | 0 | 0 | if $module eq $rule or $module =~ /$rule/ |
54 | 0 | 1 | unless (-f 'MANIFEST') |
55 | 0 | 0 | unless _planned() |
61 | 0 | 1 | unless (@modules) |
62 | 0 | 0 | unless _planned() |
65 | 1 | 0 | unless _planned() |
69 | 0 | 6 | unless use_ok $module |
72 | 0 | 1 | if @failed |