line |
!l |
l&&!r |
l&&r |
condition |
399
|
3 |
0 |
5 |
$self->_testStrand($other, $so) && $own_start == $other_start && $own_end == $other_end |
481
|
0 |
74 |
97 |
$self->_testStrand($other, $so) && !($own_start + $own_min > $other_end || $own_end - $own_min < $other_start || ($own_start > $other_end - $other_min || $own_end < $other_start + $other_min)) |
509
|
1 |
1 |
10 |
$self->_testStrand($other, $so) && $other_start >= $own_start && $other_end <= $own_end |
581
|
0 |
0 |
12 |
defined $intersect->strand and defined $compare->strand |
|
0 |
0 |
12 |
defined $intersect->strand and defined $compare->strand and $intersect->strand == $compare->strand |
661
|
1 |
0 |
37 |
$args[0] and $args[0]->isa('Bio::Map::RelativeI') |
782
|
0 |
0 |
10 |
$args[0] and $args[0]->isa('Bio::Map::RelativeI') |
899
|
0 |
0 |
489 |
defined $other and $other->isa('Bio::RangeI') |