blib/lib/AppConfig/Getopt.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 24 | 75.0 |
line | true | false | branch |
---|---|---|---|
51 | 0 | 2 | if @_ |
94 | 2 | 2 | if defined $args |
105 | 0 | 4 | if ($state->_debug) |
113 | 0 | 4 | if ($@) |
121 | 2 | 2 | if defined $args |
149 | 2 | 16 | unless $$self{'ALIASES'}{$var} |
152 | 8 | 10 | unless (defined($args = $$self{'ARGS'}{$var})) |
156 | 0 | 8 | unless defined($argcount = $$self{'ARGCOUNT'}{$var}) |
158 | 4 | 4 | if $argcount eq 1 |
159 | 2 | 2 | if $argcount eq 2 |
160 | 0 | 2 | if $argcount eq 3 |
164 | 18 | 0 | if defined $args |