line |
true |
false |
branch |
48
|
0 |
0 |
unless (ref $listable and $listable->can('all_seq_ids'))
|
60
|
0 |
0 |
unless ($seq_n)
|
61
|
0 |
0 |
if defined $self->max_seq_count and not $self->max_seq_count or defined $self->max_org_count and not $self->max_org_count
|
69
|
0 |
0 |
if $seq_n < $self->min_seq_count
|
70
|
0 |
0 |
if defined $self->max_seq_count and $seq_n > $self->max_seq_count
|
74
|
0 |
0 |
unless defined $self->min_org_count or defined $self->max_org_count or defined $self->min_copy_mean or defined $self->max_copy_mean
|
89
|
0 |
0 |
if defined $self->min_org_count and $org_n < $self->min_org_count
|
90
|
0 |
0 |
if defined $self->max_org_count and $org_n > $self->max_org_count
|
94
|
0 |
0 |
if defined $self->min_copy_mean and $cpy_n < $self->min_copy_mean
|
95
|
0 |
0 |
if defined $self->max_copy_mean and $cpy_n > $self->max_copy_mean
|