line |
!l |
l&&!r |
l&&r |
condition |
266
|
0 |
1 |
0 |
defined $x and defined $y |
281
|
0 |
0 |
0 |
defined $x and defined $y |
294
|
0 |
1 |
0 |
defined $x and defined $y |
310
|
0 |
0 |
0 |
defined $x and defined $y |
373
|
0 |
0 |
0 |
$self->x >= $rect->x and $self->x < $rect->x + $rect->w |
|
0 |
0 |
0 |
$rect->x >= $self->x and $rect->x < $self->x + $self->w |
386
|
0 |
0 |
0 |
$self->x + $self->w > $rect->x and $self->x + $self->w <= $rect->x + $rect->w |
|
0 |
0 |
0 |
$rect->x + $rect->w > $self->x and $rect->x + $rect->w <= $self->x + $self->w |
399
|
0 |
0 |
0 |
$self->y >= $rect->y and $self->y < $rect->y + $rect->h |
|
0 |
0 |
0 |
$rect->y >= $self->y and $rect->y < $self->y + $self->h |
412
|
0 |
0 |
0 |
$self->y + $self->h > $rect->y and $self->y + $self->h <= $rect->y + $rect->h |
|
0 |
0 |
0 |
$rect->y + $rect->h > $self->y and $rect->y + $rect->h <= $self->y + $self->h |
540
|
0 |
0 |
0 |
defined $rects and ref $rects eq 'ARRAY' |
552
|
0 |
0 |
0 |
defined $rects and ref $rects eq 'ARRAY' |
633
|
0 |
0 |
0 |
$self->x <= $rect->x && $self->y <= $rect->y && $self->x + $self->w >= $rect->x + $rect->w && $self->y + $self->h >= $rect->y + $rect->h && $self->x + $self->w > $rect->x && $self->y + $self->h > $rect->y |
647
|
0 |
0 |
0 |
defined $x and defined $y |
651
|
0 |
0 |
0 |
$x >= $self->x && $x < $self->x + $self->w && $y >= $self->y && $y < $self->y + $self->h |
664
|
0 |
0 |
0 |
($rect_A->x >= $rect_B->x && $rect_A->x < $rect_B->x + $rect_B->w || $rect_B->x >= $rect_A->x && $rect_B->x < $rect_A->x + $rect_A->w) && ($rect_A->y >= $rect_B->y && $rect_A->y < $rect_B->y + $rect_B->h || $rect_B->y >= $rect_A->y && $rect_B->y < $rect_A->y + $rect_A->h) |
684
|
0 |
0 |
0 |
defined $rects and ref $rects eq 'ARRAY' |
699
|
0 |
0 |
0 |
defined $rects and ref $rects eq 'ARRAY' |
715
|
0 |
0 |
0 |
defined $rects and ref $rects eq 'HASH' |
734
|
0 |
0 |
0 |
defined $rects and ref $rects eq 'HASH' |