line | % | coverage | branch |
63 | 100 | T | F | if (not $ENV{'YUKKI_CONFIG'} and -f "$cwd_conf") |
68 | 100 | T | F | unless defined $ENV{'YUKKI_CONFIG'} |
71 | 100 | T | F | unless -f $ENV{'YUKKI_CONFIG'} |
151 | 100 | T | F | if (not $base_path =~ m[^/]u) { } |
161 | 50 | T | F | unless $root_path->subsumes($located_path) |
220 | 100 | T | F | if $needs eq 'none' |
225 | 50 | T | F | unless $config |
236 | 100 | T | F | if &$has_access($config->anonymous_access_level) |
237 | 100 | T | F | unless $user |
243 | 100 | T | F | if (&$has_access($level)) |
247 | 100 | T | F | if $config->$groups eq 'ANY' |
249 | 100 | T | F | if (ref $config->$groups eq 'ARRAY') { } |
| 50 | T | F | elsif ($config->$groups ne 'NONE') { } |
253 | 100 | T | F | if &any(sub {
$_ eq $level_group;
}
, @user_groups) |