blib/lib/App/DistSync/Lock.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 23 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
138 | 0 | 0 | 0 | exists $self->{'pid'} and defined $self->{'pid'} |
145 | 0 | 0 | 0 | exists $self->{'hold'} and defined $self->{'hold'} |
157 | 0 | 0 | 0 | $file and -e $file |
175 | 0 | 0 | 0 | $r_pid and $self->running($r_pid) |
178 | 0 | 0 | 0 | $hold > 0 and $stamp - $r_stamp > $hold |
239 | 0 | 0 | 0 | $file and $status |
0 | 0 | 0 | $file and $status and -e $file |
line | l | !l | condition |
---|---|---|---|
135 | 0 | 0 | $self->{'file'} ||= 'MANIFEST.LOCK' |