| blib/lib/IO/Lambda/Inotify.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 18 | 61.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 56 | 0 | 2 | 6 | $_[0] and ref $_[0] |
| 2 | 0 | 6 | $_[0] and ref $_[0] and $_[0]->isa('Linux::Inotify2') | |
| 57 | 1 | 0 | 5 | 4 == @_ and defined $_[3] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 68 | 5 | 0 | 0 | $event || $! |
| 120 | 1 | 6 | 0 | $$inotify{'io_lambda_condvar'} //= lambda(sub { } ) |
| 140 | 1 | 1 | 0 | $INOTIFY ||= 'Linux::Inotify2'->new |