| line |
!l |
l&&!r |
l&&r |
condition |
|
63
|
0 |
0 |
0 |
$ruler_line->{'TYPE'} eq $ruler_line_to_remove->{'TYPE'} and $ruler_line->{'POSITION'} == $ruler_line_to_remove->{'POSITION'} |
|
87
|
0 |
0 |
0 |
$ruler_line->{'TYPE'} eq $ruler_line_to_check->{'TYPE'} and $ruler_line->{'POSITION'} == $ruler_line_to_check->{'POSITION'} |
|
557
|
0 |
0 |
0 |
exists $element->{'GROUP'} and defined $element->{'GROUP'}[-1] |
|
566
|
0 |
0 |
0 |
exists $element->{'GROUP'} and defined $element->{'GROUP'}[-1] |
|
|
0 |
0 |
0 |
exists $element->{'GROUP'} and defined $element->{'GROUP'}[-1] and exists $groups_to_select{$element->{'GROUP'}[-1]} |
|
669
|
0 |
0 |
0 |
$stripe_x - $field <= $x and $x < $stripe_x + $strip->{'WIDTH'} + $field |
|
|
0 |
0 |
0 |
$stripe_x - $field <= $x and $x < $stripe_x + $strip->{'WIDTH'} + $field and $stripe_y - $field <= $y |
|
|
0 |
0 |
0 |
$stripe_x - $field <= $x and $x < $stripe_x + $strip->{'WIDTH'} + $field and $stripe_y - $field <= $y and $y < $stripe_y + $strip->{'HEIGHT'} + $field |
|
712
|
0 |
0 |
0 |
$start_x <= $stripe_x and $stripe_x + $strip->{'WIDTH'} <= $start_x + $width |
|
|
0 |
0 |
0 |
$start_x <= $stripe_x and $stripe_x + $strip->{'WIDTH'} <= $start_x + $width and $start_y <= $stripe_y |
|
|
0 |
0 |
0 |
$start_x <= $stripe_x and $stripe_x + $strip->{'WIDTH'} <= $start_x + $width and $start_y <= $stripe_y and $stripe_y + $strip->{'HEIGHT'} <= $start_y + $height |