Branch Coverage

blib/lib/Bio/Gonzales/Seq/Filter.pm
Criterion Covered Total %
branch 7 34 20.5


line true false branch
21 0 1 if &blessed($seqs) and $seqs->isa('Bio::Gonzales::Seq')
22 0 1 unless ref $seqs eq 'ARRAY'
23 0 1 if $config and ref $config ne 'HASH'
29 1 0 if not exists $config->{'terminal'} or $config->{'terminal'}
30 1 0 if not exists $config->{'end_terminal'} or $config->{'end_termninal'}
32 1 0 if not exists $config->{'uncommon_aa'} or $config->{'uncommon_aa'}
34 1 0 if not exists $config->{'no_desc'} or $config->{'no_desc'}
44 0 0 if &blessed($seqs) and $seqs->isa('Bio::Gonzales::Seq')
45 0 0 unless ref $seqs eq 'ARRAY'
46 0 0 if $config and ref $config ne 'HASH'
52 0 0 if ($config->{'intermediate_ambi'}) { }
58 0 0 if not exists $config->{'no_desc'} or $config->{'no_desc'}
67 0 0 if &blessed($seqs) and $seqs->isa('Bio::Gonzales::Seq')
68 0 0 unless ref $seqs eq 'ARRAY'
69 0 0 if $config and ref $config ne 'HASH'
74 0 0 if ($config->{'intermediate_ambi'}) { }
80 0 0 if not exists $config->{'no_desc'} or $config->{'no_desc'}