| inc/Test/UseAllModules.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 14 | 57.1 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 0 | 1 | if @_ and $_[0] eq 'except' |
| 22 | 0 | 1 | unless (-f 'MANIFEST') |
| 31 | 17 | 29 | if (my($module) = $file =~ m[^lib/(.*)\.pm\s*$]) |
| 35 | 0 | 0 | if $module eq $rule or $module =~ /$rule/ |
| 42 | 0 | 1 | unless (@modules) |
| 50 | 13 | 4 | unless use_ok $module |
| 53 | 1 | 0 | if @failed |