| blib/lib/AnyLoader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 7 | 12 | 58.3 | 
| line | true | false | branch | 
|---|---|---|---|
| 19 | 1 | 4 | if (@modules) { } | 
| 32 | 1 | 1 | if (@modules) { } | 
| 55 | 0 | 4 | if $func eq 'DESTROY' | 
| 59 | 3 | 0 | unless ($AnyLoader::OkayToLoad{$caller} and $AnyLoader::LoadAnything{$caller} && (!exists($AnyLoader::ModsToLoad{$caller}) || $AnyLoader::ModsToLoad{$caller}{$module}) || exists $AnyLoader::ModsToLoad{$caller} && $AnyLoader::ModsToLoad{$caller}{$module}) | 
| 85 | 1 | 0 | if ($@) | 
| 94 | 0 | 0 | if (defined &{$full_func;}) { } |