blib/lib/File/Globstar.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 15 | 86.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
42 | 1 | 3 | 10 | defined $what and length $what |
132 | 6 | 3 | 3 | $directory ne '' and '/' ne substr($directory, -1, 1) |
136 | 75 | 4 | 2 | '/' eq $1 and $pattern =~ s[^\*\*/][] |
196 | 7 | 9 | 0 | $part ne '**' and 0 <= index($part, '**') |
332 | 14 | 0 | 190 | defined $reftype and $regex_type eq $reftype |