blib/lib/File/ChangeNotify/Watcher.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 12 | 83.3 |
line | true | false | branch |
---|---|---|---|
91 | 32 | 19 | if (my $ref = ref $excluded) { } |
92 | 29 | 3 | if ($ref eq 'Regexp') { } |
3 | 0 | elsif ($ref eq 'CODE') { } | |
93 | 6 | 23 | if $path =~ /$excluded/ |
97 | 0 | 3 | if &$excluded($path) |
101 | 1 | 18 | if $path eq $excluded |