| blib/lib/File/Flock/Tiny.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 9 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 36 | 4 | 35 | 0 | ref $file and ref $file eq 'GLOB' || $file->isa('IO::Handle') |
| 160 | 37 | 1 | 1 | *$lock->{'destroy_only_in'} and *$lock->{'destroy_only_in'} != $$ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 36 | 4 | 4 | 27 | ref $file eq 'GLOB' || $file->isa('IO::Handle') |