blib/lib/AppConfig/Getopt.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 24 | 75.0 |
line | true | false | branch |
---|---|---|---|
50 | 0 | 2 | if @_ |
93 | 2 | 2 | if defined $args |
104 | 0 | 4 | if ($state->_debug) |
112 | 0 | 4 | if ($@) |
120 | 2 | 2 | if defined $args |
148 | 2 | 16 | unless $$self{'ALIASES'}{$var} |
151 | 8 | 10 | unless (defined($args = $$self{'ARGS'}{$var})) |
155 | 0 | 8 | unless defined($argcount = $$self{'ARGCOUNT'}{$var}) |
157 | 4 | 4 | if $argcount eq 1 |
158 | 2 | 2 | if $argcount eq 2 |
159 | 0 | 2 | if $argcount eq 3 |
163 | 18 | 0 | if defined $args |