blib/lib/Device/Chip/SSD1306.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 24 | 58.3 |
line | true | false | branch |
---|---|---|---|
371 | 0 | 1 | if $_display_dirty_xlo > $x |
372 | 0 | 1 | if $_display_dirty_xhi < $x |
389 | 1 | 0 | if $_display_dirty_xlo > $x1 |
390 | 1 | 0 | if $_display_dirty_xhi < $x2 |
409 | 0 | 1 | if $_display_dirty_xlo > $x |
410 | 0 | 1 | if $_display_dirty_xhi < $x |
441 | 0 | 8 | unless @pixels |
447 | 0 | 16 | $p eq '-' ? : |
16 | 16 | $p eq ' ' ? : | |
454 | 0 | 8 | if $_display_dirty_xlo > $x0 |
455 | 0 | 8 | if $_display_dirty_xhi < $x |
473 | 4 | 12 | unless $_display_dirty & 1 << $page |