line |
l |
!l&&r |
!l&&!r |
condition |
112
|
0 |
0 |
0 |
defined $self->dc_pin or defined $self->reset_pin |
200
|
0 |
0 |
0 |
$params{$key} //= $spiparams{$key} |
204
|
0 |
0 |
0 |
$params{$key} //= $i2cparams{$key} |
436
|
0 |
0 |
0 |
$x1 < 0 or $x1 >= $self->cols |
|
0 |
0 |
0 |
$x1 < 0 or $x1 >= $self->cols or $x2 < 0 |
|
0 |
0 |
0 |
$x1 < 0 or $x1 >= $self->cols or $x2 < 0 or $x2 >= $self->cols |
|
0 |
0 |
0 |
$x1 < 0 or $x1 >= $self->cols or $x2 < 0 or $x2 >= $self->cols or $y1 < 0 |
|
0 |
0 |
0 |
$x1 < 0 or $x1 >= $self->cols or $x2 < 0 or $x2 >= $self->cols or $y1 < 0 or $y1 >= $self->buffer_rows |
|
0 |
0 |
0 |
$x1 < 0 or $x1 >= $self->cols or $x2 < 0 or $x2 >= $self->cols or $y1 < 0 or $y1 >= $self->buffer_rows or $y2 < 0 |
|
0 |
0 |
0 |
$x1 < 0 or $x1 >= $self->cols or $x2 < 0 or $x2 >= $self->cols or $y1 < 0 or $y1 >= $self->buffer_rows or $y2 < 0 or $y2 >= $self->buffer_rows |
|
0 |
0 |
0 |
$x1 < 0 or $x1 >= $self->cols or $x2 < 0 or $x2 >= $self->cols or $y1 < 0 or $y1 >= $self->buffer_rows or $y2 < 0 or $y2 >= $self->buffer_rows or $y1 > $y2 |
|
0 |
0 |
0 |
$x1 < 0 or $x1 >= $self->cols or $x2 < 0 or $x2 >= $self->cols or $y1 < 0 or $y1 >= $self->buffer_rows or $y2 < 0 or $y2 >= $self->buffer_rows or $y1 > $y2 or $x1 > $x2 |