Branch Coverage

File:lib/Yukki.pm
Coverage:89.3%

line%coveragebranch
63100TFif (not $ENV{'YUKKI_CONFIG'} and -f "$cwd_conf")
68100TFunless defined $ENV{'YUKKI_CONFIG'}
71100TFunless -f $ENV{'YUKKI_CONFIG'}
151100TFif (not $base_path =~ m[^/]u) { }
16150TFunless $root_path->subsumes($located_path)
220100TFif $needs eq 'none'
22550TFunless $config
236100TFif &$has_access($config->anonymous_access_level)
237100TFunless $user
243100TFif (&$has_access($level))
247100TFif $config->$groups eq 'ANY'
249100TFif (ref $config->$groups eq 'ARRAY') { }
50TFelsif ($config->$groups ne 'NONE') { }
253100TFif &any(sub {         $_ eq $level_group; } , @user_groups)