| blib/lib/MooX/Options.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 21 | 57.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 172 | 34 | 13 | 0 | defined $options{'format'} and $options{'format'} eq 'json' |
| 184 | 47 | 0 | 0 | $options{'autorange'} and not defined $options{'autosplit'} |
| 202 | 44 | 0 | 3 | $cmdline_options{'repeatable'} and defined $cmdline_options{'format'} |
| 44 | 3 | 0 | $cmdline_options{'repeatable'} and defined $cmdline_options{'format'} and substr($cmdline_options{'format'}, -1) ne '@' | |
| 208 | 45 | 0 | 2 | $cmdline_options{'negatable'} and defined $cmdline_options{'format'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 172 | 0 | 0 | 47 | $options{'json'} or defined $options{'format'} and $options{'format'} eq 'json' |
| 198 | 3 | 0 | 44 | $cmdline_options{'autosplit'} or $cmdline_options{'autorange'} |