Condition Coverage

blib/lib/Math/SimpleHisto/XS/CLI.pm
Criterion Covered Total %
condition 0 39 0.0


and 3 conditions

line !l l&&!r l&&r condition
123 0 0 0 $step_size and $i >= $step_size

or 2 conditions

line l !l condition
59 0 0 $opt{'min'} ||= 0
60 0 0 $opt{'max'} ||= 1
213 0 0 $ofh ||= \*STDOUT
296 0 0 $$histopt{'min'} || 0
300 0 0 $min_display_value || $hist_min * 0.99 || 1e-09
322 0 0 $value || 1e-15

or 3 conditions

line l !l&&r !l&&!r condition
79 0 0 0 $hist ||= 'Math::SimpleHisto::XS'->new(map({$_, $$histopt{$_};} 'nbins', 'min', 'max'))
168 0 0 0 not defined $min or $min > $_
169 0 0 0 not defined $max or $max < $_
230 0 0 0 $$histopt{'width'} || (intuit_output_size($ofh))[0] - 2
272 0 0 0 not defined $hist_min or $value < $hist_min
273 0 0 0 not defined $hist_max or $value > $hist_max
282 0 0 0 $$histopt{'width'} || (intuit_output_size($ofh))[0] - 2
303 0 0 0 not defined $max_display_value or $max_display_value =~ /^auto$/