Condition Coverage

blib/lib/Math/NumSeq/GolayRudinShapiro.pm
Criterion Covered Total %
condition 2 9 22.2


and 3 conditions

line !l l&&!r l&&r condition
70 0 0 0 _is_integer($self->{'values_min'}) && _is_integer($self->{'values_max'})
74 0 0 0 $self->{'values_min'} == -1 && $self->{'values_max'} == 1

or 3 conditions

line l !l&&r !l&&!r condition
139 22 12 0 $value == $self->{'values'}[0] || $value == $self->{'values'}[1]