blib/lib/Function/Parameters.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 16 | 75.0 |
line | l | !l | condition |
---|---|---|---|
328 | 30 | 138 | delete $type{'name'} // "optional" |
332 | 77 | 91 | delete $type{'attributes'} // "" |
338 | 4 | 0 | delete $type{'reify_type'} // "(undef)" |
365 | 80 | 86 | delete $type{'shift'} // [] |
404 | 12 | 72 | $^H{'Function::Parameters/config'} // {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
95 | 8 | 0 | 0 | $_[0] =~ /\G , \s* /cgux or _malformed_type($_[0], "missing ',' or ']'") |
322 | 0 | 6 | 15 | $type{'check_argument_count'} ||= $type{'strict'} |