| blib/lib/Bio/Gonzales/Seq/Filter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 36 | 16.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 21 | 1 | 0 | 0 | &blessed($seqs) and $seqs->isa('Bio::Gonzales::Seq') |
| 23 | 1 | 0 | 0 | $config and ref $config ne 'HASH' |
| 44 | 0 | 0 | 0 | &blessed($seqs) and $seqs->isa('Bio::Gonzales::Seq') |
| 46 | 0 | 0 | 0 | $config and ref $config ne 'HASH' |
| 67 | 0 | 0 | 0 | &blessed($seqs) and $seqs->isa('Bio::Gonzales::Seq') |
| 69 | 0 | 0 | 0 | $config and ref $config ne 'HASH' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 29 | 1 | 0 | 0 | not exists $config->{'terminal'} or $config->{'terminal'} |
| 30 | 1 | 0 | 0 | not exists $config->{'end_terminal'} or $config->{'end_termninal'} |
| 32 | 1 | 0 | 0 | not exists $config->{'uncommon_aa'} or $config->{'uncommon_aa'} |
| 34 | 1 | 0 | 0 | not exists $config->{'no_desc'} or $config->{'no_desc'} |
| 58 | 0 | 0 | 0 | not exists $config->{'no_desc'} or $config->{'no_desc'} |
| 80 | 0 | 0 | 0 | not exists $config->{'no_desc'} or $config->{'no_desc'} |