Branch Coverage

blib/lib/AppConfig/Getopt.pm
Criterion Covered Total %
branch 18 24 75.0


line true false branch
58 0 2 if @_
101 2 2 if defined $args
112 0 4 if ($state->_debug)
120 0 4 if ($@)
128 2 2 if defined $args
156 2 16 unless $$self{'ALIASES'}{$var}
159 8 10 unless (defined($args = $$self{'ARGS'}{$var}))
163 0 8 unless defined($argcount = $$self{'ARGCOUNT'}{$var})
165 4 4 if $argcount eq 1
166 2 2 if $argcount eq 2
167 0 2 if $argcount eq 3
171 18 0 if defined $args