Branch Coverage

blib/lib/Getopt/Simple.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
66 0 0 if (ref $$self{'switch'}{$_} eq 'ARRAY') { }
87 0 0 if $#_ == 2
88 0 0 if $#_ == 3
95 0 0 $ignoreCase ? :
104 0 0 if ($$self{'switch'}{'help'})
107 0 0 if $helpThenExit
112 0 0 if (ref $$self{'switch'}{$_} eq 'ARRAY') { }
114 0 0 unless defined $$self{'switch'}{$_}
118 0 0 unless defined $$self{'switch'}{$_}
132 0 0 if $$self{'helpText'}
140 0 0 if (ref $$self{'default'}{$_}{'default'} eq 'ARRAY') { }
149 0 0 if defined $$self{'default'}{$_}{'verbose'} and $$self{'default'}{$_}{'verbose'} ne ''