blib/lib/File/Hotfolder.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 39 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
144 | 0 | 0 | 0 | $self->{'filter'} and not $self->{'filter'}->($path) |
165 | 0 | 0 | 0 | $status and $self->{'delete'} |
172 | 0 | 0 | 0 | defined $fork and not $fork |
205 | 0 | 0 | 0 | &blessed($logger) and $logger->can('log') |
line | l | !l | condition |
---|---|---|---|
45 | 0 | 0 | $args{'watch'} // '' |
62 | 0 | 0 | $args{'callback'} || sub { 1; } |
0 | 0 | $args{'print'} || 0 | |
0 | 0 | $args{'event_mask'} || 136 | |
72 | 0 | 0 | ref $catch // !1 |
205 | 0 | 0 | ref $logger // !1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
62 | 0 | 0 | 0 | 'Linux::Inotify2'->new || croak("Unable to create new inotify object: $!") |
77 | 0 | 0 | 0 | $_[0] // $_[1] |
89 | 0 | 0 | 0 | not $is_root or $self->{'scan'} |
125 | 0 | 0 | 0 | $e->IN_CREATE or $e->IN_MOVED_TO |
0 | 0 | 0 | $e->IN_DELETE_SELF or $e->IN_MOVE_SELF |