line |
true |
false |
branch |
126
|
39 |
0 |
if ($hit_data and ref $hit_data eq 'ARRAY') |
154
|
3 |
17 |
unless ($header) |
166
|
15 |
2 |
if ($self->_fields->{'description'}) { } |
181
|
9 |
11 |
if ($name =~ /.+?\|.+?\|.+?\|(\w+)/) { } |
|
6 |
5 |
elsif ($self->_fields->{'name'} =~ /.+?\|(\w+)?\./) { } |
201
|
6 |
3 |
if (not defined $q_start or $this_q_start < $q_start) |
204
|
6 |
3 |
if (not defined $h_start or $this_h_start < $h_start) |
208
|
7 |
2 |
if (not defined $q_end or $this_q_end > $q_end) |
211
|
5 |
4 |
if (not defined $h_end or $this_h_end > $h_end) |
225
|
0 |
177 |
unless $pos |
229
|
45 |
132 |
if (defined $end and $end + $self->_chunk_true_start > $self->_chunk_true_end or not $end) { } |
238
|
32 |
145 |
if $start >= $self->_chunk_true_end |