line |
true |
false |
branch |
269
|
4 |
2442 |
if ($hit_filter) { } |
273
|
2 |
2 |
unless &$hit_filter($hit) |
276
|
4 |
2438 |
if ($self->{'_confirm_significance'}) |
277
|
3 |
1 |
unless $hit_signif <= $self->{'_max_significance'} |
279
|
4 |
2438 |
if ($self->{'_confirm_score'}) |
281
|
1 |
3 |
unless $hit_score >= $self->{'_min_score'} |
283
|
4 |
2438 |
if ($self->{'_confirm_bits'}) |
285
|
2 |
2 |
unless $hit_bits >= $self->{'_min_bits'} |
289
|
2438 |
8 |
if $add_hit |
293
|
1893 |
553 |
if $hit_signif <= $ithresh |
334
|
117 |
2321 |
if (exists $self->{'_old_hit_names'}{$hit_name} and scalar @{$self->{'_iterations'};}) { } |
336
|
109 |
8 |
if (exists $self->{'_hit_names_below'}{$hit_name}) { } |
|
3 |
5 |
elsif ($hit_signif <= $ithresh) { } |
344
|
1773 |
548 |
if ($hit_signif <= $ithresh) { } |