Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
112 0 0 0 $$self{'filter'} and not $path =~ /$$self{'filter'}/
130 0 0 0 $delete and $$self{'delete'}

or 2 conditions

line l !l condition
35 0 0 $args{'watch'} // ''
42 0 0 $args{'callback'} || sub { 1; }
0 0 $args{'print'} || 0
50 0 0 $$self{'catch'} //= sub { }

or 3 conditions

line l !l&&r !l&&!r condition
42 0 0 0 'Linux::Inotify2'->new || croak("Unable to create new inotify object: $!")
92 0 0 0 $e->IN_CLOSE_WRITE or $e->IN_MOVED_TO
93 0 0 0 $e->IN_CREATE or $e->IN_MOVED_TO
0 0 0 $e->IN_DELETE_SELF or $e->IN_MOVE_SELF