Branch Coverage

blib/lib/Text/BarGraph.pm
Criterion Covered Total %
branch 0 56 0.0


line true false branch
80 0 0 if (exists $$self{'_permitted'}{$field}) { }
87 0 0 if (eval 'require Term::ANSIColor') { }
105 0 0 unless (exists $$self{'_permitted'}{$name})
109 0 0 if (@_)
138 0 0 if ($$self{'autosize'} and -t STDOUT and eval 'require Term::ReadKey')
145 0 0 if (not defined $min_data or $min_data > $$data{$key})
148 0 0 if (length $key > $label_length)
151 0 0 if (not defined $max_data or $$data{$key} > $max_data)
155 0 0 if (not defined $max_data or $$self{'max_data'} > $max_data)
162 0 0 if ($label_length > $columns * 0.25) { }
167 0 0 if ($$self{'num'}) { }
174 0 0 if ($$self{'autozero'})
180 0 0 if ($$self{'enable_color'})
185 0 0 if ($max_data)
188 0 0 if ($$self{'sortvalue'} eq 'key') { }
189 0 0 if ($$self{'sorttype'} eq 'string') { }
203 0 0 if ($$self{'enable_color'}) { }
209 0 0 if ($$self{'num'}) { }
218 0 0 if ($$self{'zero'})
219 0 0 if ($$self{'num'}) { }
233 0 0 if ($$self{'colortype'} eq 'module') { }
0 0 elsif ($$self{'colortype'} eq 'raw') { }
237 0 0 if ($_ eq $p1) { }
0 0 elsif ($_ eq $p2) { }
0 0 elsif ($_ eq $p3) { }
249 0 0 if ($_ eq $p1) { }
0 0 elsif ($_ eq $p2) { }
0 0 elsif ($_ eq $p3) { }