blib/lib/AnyLoader.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 6 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
59 | 1 | 3 | 0 | $AnyLoader::OkayToLoad{$caller} and $AnyLoader::LoadAnything{$caller} && (!exists($AnyLoader::ModsToLoad{$caller}) || $AnyLoader::ModsToLoad{$caller}{$module}) || exists $AnyLoader::ModsToLoad{$caller} && $AnyLoader::ModsToLoad{$caller}{$module} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
59 | 1 | 0 | 2 | $AnyLoader::LoadAnything{$caller} && (!exists($AnyLoader::ModsToLoad{$caller}) || $AnyLoader::ModsToLoad{$caller}{$module}) || exists $AnyLoader::ModsToLoad{$caller} && $AnyLoader::ModsToLoad{$caller}{$module} |