Condition Coverage

blib/lib/ExclusiveLock/Guard.pm
Criterion Covered Total %
condition 3 11 27.2


and 3 conditions

line !l l&&!r l&&r condition
42 0 0 6 -f $filename and &ExclusiveLock::Guard::stat($fh)->ino == do { my $s = &ExclusiveLock::Guard::stat($filename); $s ? $s->ino : -1 }
51 0 0 0 $retry_count and ++$count > $retry_count
84 0 0 4 -f $filename and &ExclusiveLock::Guard::stat($unlink_fh)->ino == do { my $s = &ExclusiveLock::Guard::stat($filename); $s ? $s->ino : -1 }

or 2 conditions

line l !l condition
16 0 6 $args{'retry_count'} || 5