Branch Coverage

blib/lib/CLI/Array.pm
Criterion Covered Total %
branch 0 46 0.0


line true false branch
30 0 0 if defined $$hash{'function'}
31 0 0 if defined $$hash{'min'}
32 0 0 if defined $$hash{'max'}
52 0 0 if (not defined $index) { }
56 0 0 if ($index < 0)
60 0 0 if (not defined $value) { }
69 0 0 if (defined $min)
70 0 0 if ($value < $min)
76 0 0 if (defined $max)
77 0 0 if ($value > $max)
83 0 0 if ($inrange)
85 0 0 if (defined $self->function)
87 0 0 if ($type eq 'STRING' or $type eq 'SSTRING') { }
88 0 0 if ($oldvalue ne $value)
92 0 0 if ($oldvalue != $value)
133 0 0 unless (defined $$vals[$index])
146 0 0 unless (defined $$vals[0])
159 0 0 if (defined $string) { }
160 0 0 if ($string =~ /^\s*unset\s*$/i) { }
168 0 0 if ($first)
176 0 0 if (scalar @$vals != $nval)
180 0 0 if (defined $string)
187 0 0 if (not defined $$self{'VALUE'} or scalar @{$$self{'VALUE'};} == 0)