File: | lib/Yukki.pm |
Coverage: | 68.8% |
line | % | coverage | condition | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
63 | 100 |
| not $ENV{'YUKKI_CONFIG'} and -f "$cwd_conf" | ||||||||||||
131 | 100 |
| $params // {} | ||||||||||||
216 | 50 |
| $repository //= '-' | ||||||||||||
217 | 100 |
| $special //= '-' | ||||||||||||
223 | 33 |
| $self->settings->repositories->{$repository} // $self->settings->special_privileges->{$special} | ||||||||||||
232 | 50 |
| $_[0] // 'none' | ||||||||||||
240 | 50 |
| $user->{'groups'} // [] |