lib/Ubic/Lockf.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 15 | 46.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
77 | 53 | 17 | 336 | defined $opts->{'timeout'} and not $opts->{'timeout'} |
line | l | !l | condition |
---|---|---|---|
40 | 377 | 29 | $opts ||= {} |
73 | 406 | 0 | $fname ||= '' |
83 | 0 | 0 | $fname || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
63 | 0 | 0 | 0 | $fname || $fh |
77 | 0 | 0 | 406 | not $opts->{'blocking'} or defined $opts->{'timeout'} and not $opts->{'timeout'} |