Bio/SeqIO/asciitree.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 26 | 65.3 |
line | true | false | branch |
---|---|---|---|
110 | 0 | 58 | if @_ |
145 | 0 | 1 | unless defined $seq |
147 | 0 | 1 | unless (ref $seq and $seq->isa('Bio::SeqI')) |
163 | 0 | 58 | if ($sf->has_tag('standard_name')) |
166 | 37 | 21 | if ($sf->has_tag('product')) |
172 | 0 | 58 | if ($self->show_detail) |
183 | 0 | 0 | if ($val) |
194 | 58 | 0 | unless (@sub_sfs) |
202 | 0 | 58 | if ($detail) |
215 | 100 | 64 | if $strand > 0 |
216 | 64 | 100 | if $strand < 0 |
219 | 58 | 106 | if ($sf->isa('Bio::SeqFeatureI')) |
221 | 26 | 32 | if ($sf->location->isa('Bio::Location::SplitLocationI')) |