Condition Coverage

blib/lib/Yukki.pm
Criterion Covered Total %
condition 9 16 56.2


and 3 conditions

line !l l&&!r l&&r condition
41 3 1 1 not $ENV{'YUKKI_CONFIG'} and -f "$cwd_conf"

or 2 conditions

line l !l condition
80 0 1 $params // {}
131 42 0 $repository //= '-'
132 0 42 $special //= '-'
147 48 0 $_[0] // 'none'
155 11 0 $user->{'groups'} // []

or 3 conditions

line l !l&&r !l&&!r condition
138 28 0 0 $self->settings->repositories->{$repository} // $self->settings->special_privileges->{$special}