| blib/lib/Math/NumSeq/GolayRudinShapiro.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 9 | 22.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 69 | 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 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 138 | 22 | 12 | 0 | $value == $$self{'values'}[0] || $value == $$self{'values'}[1] |