Condition Coverage

blib/lib/File/Hotfolder.pm
Criterion Covered Total %
condition 0 34 0.0


and 3 conditions

line !l l&&!r l&&r condition
143 0 0 0 $$self{'filter'} and not $$self{'filter'}($path)
161 0 0 0 $status and $$self{'delete'}
199 0 0 0 blessed $logger and $logger->can('log')

or 2 conditions

line l !l condition
46 0 0 $args{'watch'} // ''
57 0 0 $args{'callback'} || sub { 1; }
0 0 $args{'print'} || 0
71 0 0 ref $catch // !1
199 0 0 ref $logger // !1

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 0 'Linux::Inotify2'->new || croak("Unable to create new inotify object: $!")
76 0 0 0 $_[0] // $_[1]
123 0 0 0 $e->IN_CLOSE_WRITE or $e->IN_MOVED_TO
124 0 0 0 $e->IN_CREATE or $e->IN_MOVED_TO
0 0 0 $e->IN_DELETE_SELF or $e->IN_MOVE_SELF