blib/lib/App/Base/Script/Common.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 12 | 100.0 |
line | true | false | branch |
---|---|---|---|
154 | 41 | 2 | if ($results->{'parse_result'}) { } |
159 | 3 | 38 | if $results->{'option_values'}{'help'} |
282 | 82 | 1 | if (exists $self->_option_values->{$option}) { } |
340 | 33 | 200 | if ($type eq 'string') { } |
4 | 196 | elsif ($type eq 'integer') { } | |
4 | 192 | elsif ($type eq 'float') { } |