Bio/Tools/Analysis/SimpleAnalysisBase.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 24 | 20.8 |
line | true | false | branch |
---|---|---|---|
129 | 1 | 3 | if (defined $value) |
130 | 0 | 1 | unless $value->isa('Bio::PrimarySeqI') |
132 | 0 | 1 | if $value->isa('Bio::SeqI') |
136 | 0 | 1 | unless $value->alphabet =~ /$mol_type/i |
183 | 0 | 0 | if (defined $self->{'_result'}) |
186 | 0 | 0 | if (defined $self->{'_parsed'}) |
226 | 0 | 0 | if $args |
229 | 0 | 0 | unless $self->seq |
245 | 0 | 0 | if (defined $value) |
250 | 0 | 0 | unless defined $STATUS{$value} |
268 | 0 | 0 | unless $spec{$key} |
274 | 0 | 0 | if $spec{$key}{'mandatory'} eq 'true' and not defined $self->$key |