blib/lib/File/Find/Rule/UnixPermissions.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 14 | 85.7 |
line | true | false | branch |
---|---|---|---|
88 | 0 | 3 | ref $_[0] eq 'HASH' ? : |
90 | 0 | 3 | unless (defined $criteria{'include'}) |
94 | 2 | 1 | unless (defined $criteria{'any_include'}) |
107 | 9 | 6 | if ($mode & $criteria{'include'}[$include_int]) |
115 | 2 | 7 | if ($criteria{'any_include'} and $matched) |
119 | 1 | 6 | unless ($matched) |
123 | 2 | 4 | if ($matched != $include_int) |