blib/lib/AnyEvent/Filesys/Notify/Role/Inotify2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 16 | 87.5 |
line | true | false | branch |
---|---|---|---|
20 | 0 | 4 | unless my $inotify = 'Linux::Inotify2'->new |
67 | 5 | 10 | if $e->mask & 6 |
68 | 2 | 13 | if $e->mask & 3648 |
70 | 8 | 7 | if $e->mask & 384 |
72 | 15 | 0 | if $type |
83 | 1 | 14 | if ($e->IN_ISDIR and $type eq 'created') |
87 | 1 | 1 | if $file eq $e->fullname |
108 | 26 | 2 | unless $event->is_dir and $event->is_created |