blib/lib/PDL/NamedArgs.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 14 | 78.5 |
line | true | false | branch |
---|---|---|---|
38 | 16 | 24 | if ($i =~ /^([a-zA-Z]\w*)=(.*)$/) { } |
48 | 14 | 16 | if (not ref $i and grep /^$i$/i, @arg_names) { } |
50 | 0 | 14 | if (exists $named{$i}) |
61 | 14 | 26 | if (exists $named{$i}) |
65 | 16 | 10 | if (@unnamed) { } |
10 | 0 | elsif (exists $arg_defaults{$i}) { } | |
72 | 0 | 8 | if (@unnamed) |