blib/lib/Bio/MUST/Core/Taxonomy/Criterion.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 39 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
48 | 0 | 0 | 0 | ref $listable and $listable->can("all_seq_ids") |
61 | 0 | 0 | 0 | defined $self->max_seq_count and not $self->max_seq_count |
0 | 0 | 0 | defined $self->max_org_count and not $self->max_org_count | |
70 | 0 | 0 | 0 | defined $self->max_seq_count and $seq_n > $self->max_seq_count |
89 | 0 | 0 | 0 | defined $self->min_org_count and $org_n < $self->min_org_count |
90 | 0 | 0 | 0 | defined $self->max_org_count and $org_n > $self->max_org_count |
94 | 0 | 0 | 0 | defined $self->min_copy_mean and $cpy_n < $self->min_copy_mean |
95 | 0 | 0 | 0 | defined $self->max_copy_mean and $cpy_n > $self->max_copy_mean |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
61 | 0 | 0 | 0 | defined $self->max_seq_count and not $self->max_seq_count or defined $self->max_org_count and not $self->max_org_count |
74 | 0 | 0 | 0 | defined $self->min_org_count or defined $self->max_org_count |
0 | 0 | 0 | defined $self->min_org_count or defined $self->max_org_count or defined $self->min_copy_mean | |
0 | 0 | 0 | defined $self->min_org_count or defined $self->max_org_count or defined $self->min_copy_mean or defined $self->max_copy_mean | |
81 | 0 | 0 | 0 | $_->full_org // $_->taxon_id |