line |
l |
!l&&r |
!l&&!r |
condition |
74
|
0 |
0 |
0 |
$params{'colour_frame'} ||= $params{'black_frame'} |
121
|
0 |
0 |
0 |
$x < 0 or $x >= $self->device_width |
|
0 |
0 |
0 |
$x < 0 or $x >= $self->device_width or $y < 0 |
|
0 |
0 |
0 |
$x < 0 or $x >= $self->device_width or $y < 0 or $y >= $self->device_height |
125
|
0 |
0 |
0 |
$x < 0 or $x >= $self->device_height |
|
0 |
0 |
0 |
$x < 0 or $x >= $self->device_height or $y < 0 |
|
0 |
0 |
0 |
$x < 0 or $x >= $self->device_height or $y < 0 or $y >= $self->device_width |
132
|
0 |
0 |
0 |
$x < 0 or $x >= $self->device_width |
|
0 |
0 |
0 |
$x < 0 or $x >= $self->device_width or $y < 0 |
|
0 |
0 |
0 |
$x < 0 or $x >= $self->device_width or $y < 0 or $y >= $self->device_height |
138
|
0 |
0 |
0 |
$x < 0 or $x >= $self->device_height |
|
0 |
0 |
0 |
$x < 0 or $x >= $self->device_height or $y < 0 |
|
0 |
0 |
0 |
$x < 0 or $x >= $self->device_height or $y < 0 or $y >= $self->device_width |
182
|
0 |
0 |
0 |
$self->rotation == 90 or $self->rotation == 270 |
191
|
0 |
0 |
0 |
$self->rotation == 90 or $self->rotation == 270 |