blib/lib/Function/Parameters.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 14 | 71.4 |
line | l | !l | condition |
---|---|---|---|
284 | 25 | 265 | delete $type{'name'} // 'optional' |
288 | 138 | 152 | delete $type{'attributes'} // '' |
294 | 4 | 0 | delete $type{'reify_type'} // '(undef)' |
323 | 140 | 148 | delete $type{'shift'} // [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
90 | 8 | 0 | 0 | $_[0] =~ /\G , \s* /cgux or _malformed_type($_[0], q(missing ',' or ']')) |
278 | 0 | 6 | 19 | $type{'check_argument_count'} ||= $type{'strict'} |