blib/lib/App/DistSync/Lock.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 23 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
139 | 0 | 0 | 0 | exists $self->{'pid'} and defined $self->{'pid'} |
146 | 0 | 0 | 0 | exists $self->{'hold'} and defined $self->{'hold'} |
158 | 0 | 0 | 0 | $file and -e $file |
176 | 0 | 0 | 0 | $r_pid and $self->running($r_pid) |
179 | 0 | 0 | 0 | $hold > 0 and $stamp - $r_stamp > $hold |
240 | 0 | 0 | 0 | $file and $status |
0 | 0 | 0 | $file and $status and -e $file |
line | l | !l | condition |
---|---|---|---|
136 | 0 | 0 | $self->{'file'} ||= 'MANIFEST.LOCK' |