Branch Coverage

blib/lib/IPC/Lock.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
21 0 0 ref $_[0] eq 'HASH' ? :
30 0 0 unless ($ARGS{'hostname'})
36 0 0 if (not $SIG{$signal} or $SIG{$signal} eq 'DEFAULT')
49 0 0 unless defined $ttl and length $ttl
59 0 0 if ($self->atomic($key, $ttl))
64 0 0 if gettimeofday - $start > $patience
75 0 0 if ($unlock)
84 0 0 if ($$self{'locked'} and $$self{'key'} and $$self{'locked'}{$$self{'key'}})