| blib/lib/Class/ParamParser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 24 | 30 | 80.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 188 | 1 | 9 | 78 | ref $ra_args eq 'ARRAY' and @{$ra_args;} |
| 198 | 5 | 0 | 16 | ref $ra_posit_names eq 'ARRAY' and @{$ra_posit_names;} |
| 210 | 29 | 18 | 10 | @rem and $remaining_param_name |
| 234 | 1 | 9 | 78 | ref $ra_args eq 'ARRAY' and @{$ra_args;} |
| 244 | 9 | 0 | 48 | ref $ra_posit_names eq 'ARRAY' and @{$ra_posit_names;} |
| 251 | 24 | 14 | 10 | @rem and $remaining_param_name |
| 351 | 0 | 54 | 18 | $use_dashes and substr($$ra_args[0], 0, 1) eq '-' |
| 404 | 0 | 137 | 152 | $use_dashes and substr($key, 0, 1) eq '-' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 211 | 0 | 5 | 5 | ref $rem[0] eq 'ARRAY' || @rem == 1 |
| 252 | 0 | 5 | 5 | ref $rem[0] eq 'ARRAY' || @rem == 1 |