blib/lib/HiPi/Interface/MAX7219LEDStrip.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 31 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
169 | 0 | 0 | 0 | $char_ordinal and exists font_5_x_7()->{$char_ordinal} |
315 | 0 | 0 | 0 | $amount_x == 0 and $amount_y == 0 |
line | l | !l | condition |
---|---|---|---|
135 | 0 | 0 | $val //= 0 |
164 | 0 | 0 | $char //= ' ' |
179 | 0 | 0 | $string //= '' |
180 | 0 | 0 | $offset_x ||= 0 |
181 | 0 | 0 | $offset_y ||= 0 |
312 | 0 | 0 | $amount_x //= 0 |
313 | 0 | 0 | $amount_y //= 0 |
335 | 0 | 0 | $position_x //= 0 |
336 | 0 | 0 | $position_y //= 0 |
349 | 0 | 0 | $amount //= 1 |
355 | 0 | 0 | $amount //= 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
137 | 0 | 0 | 0 | $val > 15 or $val < 0 |