| blib/lib/Catmandu/Cmd.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 16 | 56.2 |
| line | true | false | branch |
|---|---|---|---|
| 45 | 0 | 34 | if ($opts->{'version'}) |
| 49 | 0 | 34 | if ($opts->{'help'}) |
| 90 | 22 | 59 | if ($arg eq $opts{'separator'}) { } |
| 15 | 44 | elsif ($arg =~ s/^-+//) { } | |
| 96 | 0 | 15 | if (exists $o->{$arg}) { } |
| 97 | 0 | 0 | if (is_array_ref($o->{$arg})) { } |
| 118 | 0 | 9 | if ($opts->var) |
| 126 | 0 | 9 | $opts->preprocess ? : |