Condition Coverage

blib/lib/Mojolicious/Plugin/SetUserGroup.pm
Criterion Covered Total %
condition 3 15 20.0


and 3 conditions

line !l l&&!r l&&r condition
59 0 0 0 geteuid() == $uid and getegid() == $gid
66 0 0 0 $id != $gid and &any(sub { $_ eq $user; } , split(' ', $members, 0))
75 0 0 0 defined $rc and $rc == 0
78 0 0 0 defined $rc and $rc == 0

or 3 conditions

line l !l&&r !l&&!r condition
15 1 1 1 $conf->{'group'} // $user