line |
true |
false |
branch |
80
|
0 |
0 |
if (defined $fh) { } |
97
|
0 |
0 |
if ($this->isIncludedIn($other)) |
102
|
0 |
0 |
if ($this->crossesWithoutPriority($other, $parsing_direction)) |
114
|
0 |
0 |
if ($this->getStartChar > $other->getStartChar and $this->getStartChar < $other->getEndChar and $this->getEndChar > $other->getEndChar and $parsing_direction eq 'LEFT') |
127
|
0 |
0 |
if ($this->getEndChar < $other->getEndChar and $this->getEndChar > $other->getStartChar and $this->getStartChar < $other->getStartChar and $parsing_direction eq 'RIGHT') |
146
|
0 |
0 |
if ($this->getStartChar >= $other->getStartChar and $this->getEndChar < $other->getEndChar or $this->getStartChar > $other->getStartChar and $this->getEndChar <= $other->getEndChar) |