| line |
true |
false |
branch |
|
27
|
1 |
10 |
if $strict |
|
34
|
1 |
41 |
if (defined $value) |
|
35
|
1 |
0 |
if $value |
|
44
|
0 |
37 |
unless defined $value |
|
46
|
0 |
37 |
unless $value->isa('Bio::LocationI') |
|
48
|
0 |
37 |
unless $self->in |
|
50
|
0 |
37 |
unless $self->out |
|
55
|
2 |
35 |
if ($value->isa('Bio::Location::SplitLocationI')) { } |
|
62
|
5 |
0 |
if $match |
|
65
|
2 |
0 |
$split->each_Location ? : |
|
78
|
12 |
28 |
if ($self->strand == -1) { } |
|
89
|
5 |
35 |
if ($self->strict) |
|
90
|
1 |
4 |
if $start < 0 and $end < 0 |
|
91
|
0 |
4 |
if $start > $self->out->end |
|
92
|
1 |
3 |
if $start < 0 |
|
93
|
2 |
2 |
if $end > $self->out->end |
|
103
|
39 |
0 |
if $value->strand |