line |
!l |
l&&!r |
l&&r |
condition |
114
|
0 |
0 |
0 |
$this->getStartChar > $other->getStartChar and $this->getStartChar < $other->getEndChar |
|
0 |
0 |
0 |
$this->getStartChar > $other->getStartChar and $this->getStartChar < $other->getEndChar and $this->getEndChar > $other->getEndChar |
|
0 |
0 |
0 |
$this->getStartChar > $other->getStartChar and $this->getStartChar < $other->getEndChar and $this->getEndChar > $other->getEndChar and $parsing_direction eq 'LEFT' |
127
|
0 |
0 |
0 |
$this->getEndChar < $other->getEndChar and $this->getEndChar > $other->getStartChar |
|
0 |
0 |
0 |
$this->getEndChar < $other->getEndChar and $this->getEndChar > $other->getStartChar and $this->getStartChar < $other->getStartChar |
|
0 |
0 |
0 |
$this->getEndChar < $other->getEndChar and $this->getEndChar > $other->getStartChar and $this->getStartChar < $other->getStartChar and $parsing_direction eq 'RIGHT' |
146
|
0 |
0 |
0 |
$this->getStartChar >= $other->getStartChar and $this->getEndChar < $other->getEndChar |
|
0 |
0 |
0 |
$this->getStartChar > $other->getStartChar and $this->getEndChar <= $other->getEndChar |