Condition Coverage

blib/lib/Statistics/Discrete.pm
Criterion Covered Total %
condition 2 27 7.4


and 3 conditions

line !l l&&!r l&&r condition
115 0 0 0 scalar @cols != 1 and scalar @cols != 2
268 9 0 1 $current_index == $median_index + 1 and $odd == 0
596 0 0 0 $bin_type != 0 and $bin_type != 1
0 0 0 $bin_type != 0 and $bin_type != 1 and $bin_type != 2
633 0 0 0 $self->{'optimal-binning'} == 0 and defined $self->{'num-bins'}
0 0 0 $self->{'optimal-binning'} == 0 and defined $self->{'num-bins'} and $self->{'num-bins'} == $nb

or 3 conditions

line l !l&&r !l&&!r condition
727 0 0 0 $s_min > 1 or $s_max < 1
874 0 0 0 $min == 0 or $max == 0
0 0 0 $min == 0 or $max == 0 or $min * $max < 0