blib/lib/App/watchdo.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 9 | 0.0 |
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;}) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
75 | 0 | 0 | 0 | !$seen{$path}++ || $files{$path} || $dirs{$path} |