Condition Coverage

lib/POSIX/1003/FS.pm
Criterion Covered Total %
condition 7 19 36.8


and 3 conditions

line !l l&&!r l&&r condition
80 0 0 0 POSIX::lchown($uid, $gid, $_) and ++$successes
105 5 0 0 $args{'unique'} and @fns

or 2 conditions

line l !l condition
89 1 4 $args{'on_error'} || sub { 0; }
117 0 2 $flags // 0

or 3 conditions

line l !l&&r !l&&!r condition
87 1 4 0 $args{'flags'} // $glob{'GLOB_NOSORT'} | $glob{'GLOB_NOESCAPE'} | $glob{'GLOB_BRACE'}
95 0 0 0 not $thiserr or $thiserr == $glob{'GLOB_NOMATCH'}
110 5 0 0 $err //= @fns ? $glob{'GLOB_NOMATCH'} : 0