| lib/IPC/SRLock/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 9 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 57 | 1 | 1 | 1 | $self->patience and $now > $start + $self->patience |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 48 | 4 | 10 | 0 | $args->{'p'} //= $IPC::SRLock::Base::PID |
| 49 | 2 | 12 | 0 | $args->{'t'} //= $self->time_out |