| blib/lib/Gantry/Control/C/AuthzBase.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 22 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 28 | 0 | 0 | if ($r->dir_config('exclude_path')) | 
| 30 | 0 | 0 | if ($r->path_info =~ /^$p$/) | 
| 38 | 0 | 0 | if ($user) | 
| 42 | 0 | 0 | unless ($requires) | 
| 66 | 0 | 0 | if ($req eq 'valid-user') { } | 
| 0 | 0 | elsif ($req eq 'user') { } | |
| 0 | 0 | elsif ($req eq 'group') { } | |
| 73 | 0 | 0 | if $user eq $_ | 
| 78 | 0 | 0 | if exists $groups{$_} | 
| 109 | 0 | 0 | if (/^-Engine=(.*)$/) | 
| 112 | 0 | 0 | if ($@) |