Condition Coverage

blib/lib/Mail/SpamAssassin/Locker/UnixNFSSafe.pm
Criterion Covered Total %
condition 6 21 28.5


and 3 conditions

line !l l&&!r l&&r condition
94 0 0 0 defined $stat[3] and $stat[3] > 1
104 0 0 0 defined $lock_age and defined $now
0 0 0 defined $lock_age and defined $now and $now - $lock_age > 600
190 0 0 32 defined $now_ctime and $now_ctime == $lock_ctime

or 2 conditions

line l !l condition
60 32 0 $max_retries ||= 30
61 32 0 $mode ||= '0700'
124 20 12 $self->{'lock_ctimes'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
155 0 0 32 not @stat_ourtmp = stat LTMP or scalar @stat_ourtmp < 11