Condition Coverage

blib/lib/App/watchdo.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
75 0 0 0 @{$self->exclude;} && grep({$path =~ /$_/;} @{$self->exclude;})
0 0 0 !$seen{$path}++ || $files{$path} || $dirs{$path} and not @{$self->exclude;} && grep({$path =~ /$_/;} @{$self->exclude;})

or 3 conditions

line l !l&&r !l&&!r condition
75 0 0 0 !$seen{$path}++ || $files{$path} || $dirs{$path}