| blib/lib/Getopt/Param.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 13 | 61.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 23 | 12 | 0 | 0 | ref $$arg_ref{'lang_obj'} && $$arg_ref{'lang_obj'}->can('maketext') |
| 49 | 12 | 0 | 0 | $opts{$ident}{'help'} and $$arg_ref{'help_coderef'} |
| 55 | 11 | 0 | 1 | not keys %{$opts{$ident};} and $$arg_ref{'no_args_help'} |
| line | l | !l | condition |
|---|---|---|---|
| 27 | 2 | 10 | $$arg_ref{'quiet'} || 0 |
| 53 | 8 | 4 | $$arg_ref{'help_coderef'} || sub { croak($lang{$ident}->maketext(q[No '[_1]' function defined], 'help')); } |