| blib/lib/Scripting/Loader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 20 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 33 | 0 | 0 | if ref $allow and ref $allow ne 'ARRAY' | 
| 34 | 0 | 0 | unless (ref $allow) | 
| 40 | 0 | 0 | unless exists $Engine{$_} | 
| 49 | 0 | 0 | if ref $paths and ref $paths ne 'ARRAY' | 
| 50 | 0 | 0 | unless ref $paths | 
| 68 | 0 | 0 | unless 'Scripting::Expose'->has_namespace($ns) | 
| 78 | 0 | 0 | unless 'Scripting::Security'->match($path, $digest) | 
| 82 | 0 | 0 | if ('Scripting::Event'->has_event($ns, $event)) | 
| 92 | 0 | 0 | if (exists $Engine{$engine}) | 
| 93 | 0 | 0 | unless (exists $Engine_Loaded{$engine}) |