blib/lib/HiPi/Interface/EPaper.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
302 | 0 | 0 | 0 | $data and ref $data eq 'ARRAY' |
0 | 0 | 0 | $data and ref $data eq 'ARRAY' and @$data | |
339 | 0 | 0 | 0 | $tw <= $maxtextwidth and $th <= $maxtextheight |
344 | 0 | 0 | 0 | $tw <= $maxtextwidth - 20 and $th <= $maxtextheight |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
197 | 0 | 0 | 0 | $self->rotation == 90 or $self->rotation == 270 |
206 | 0 | 0 | 0 | $self->rotation == 90 or $self->rotation == 270 |