blib/lib/Set/Integer/Gapfillers.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 15 | 80.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
172 | 3 | 1 | 1 | $status{'lower'} and $status{'upper'} |
3 | 0 | 1 | $status{'lower'} and not $status{'upper'} | |
226 | 58 | 1 | 9 | defined $$paramsref{'expand'} and $$paramsref{'expand'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
110 | 1 | 1 | 31 | $args{'firsts'}[0] > $args{'upper'} or $args{'seconds'}[-1] < $args{'lower'} |
172 | 0 | 0 | 3 | $status{'lower'} || $status{'upper'} |