| blib/lib/Mail/SpamAssassin/Locker/UnixNFSSafe.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 21 | 28.5 | 
| 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 | 36 | defined $now_ctime and $now_ctime == $lock_ctime | 
| line | l | !l | condition | 
|---|---|---|---|
| 60 | 36 | 0 | $max_retries ||= 30 | 
| 61 | 36 | 0 | $mode ||= "0700" | 
| 124 | 23 | 13 | $self->{'lock_ctimes'} ||= {} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 155 | 0 | 0 | 36 | not @stat_ourtmp = stat LTMP or scalar @stat_ourtmp < 11 |