blib/lib/Filter/Arguments.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 31 | 36 | 86.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
104 | 15 | 3 | 6 | defined $params{'default'} and ref $params{'default'} eq 'ARRAY' |
200 | 3 | 0 | 1 | not keys %arguments and $default |
270 | 12 | 3 | 14 | wantarray and $default |
15 | 12 | 2 | wantarray and $default and ref $default eq 'ARRAY' |
line | l | !l | condition |
---|---|---|---|
122 | 52 | 4 | $sigil ||= '' |
123 | 52 | 4 | $ident ||= '' |
243 | 1 | 8 | $default || 1 |
279 | 3 | 4 | $default ||= '' |
303 | 36 | 4 | $assignment ||= '' |
304 | 24 | 16 | $parameters ||= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
43 | 4 | 0 | 5 | $val ||= $default |
146 | 7 | 0 | 49 | $alias or $default |
155 | 1 | 0 | 8 | $a eq 'default' or $a eq 'alias' |
163 | 15 | 41 | 0 | $alias ||= $ident |