blib/lib/Algorithm/IncludeExclude.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 16 | 100.0 |
line | true | false | branch |
---|---|---|---|
171 | 8 | 48 | if $ref |
172 | 20 | 28 | if (ref $head) { } |
181 | 29 | 19 | if 'ARRAY' ne ref $node |
239 | 22 | 42 | if (@regexes) |
243 | 17 | 12 | if ($rest =~ /$regex/) |
248 | 4 | 18 | if $matches > 1 |
249 | 9 | 9 | if $matches == 1 |
253 | 24 | 27 | unless ref $tree |