blib/lib/Bio/Phylo/Matrices/Character.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 18 | 16.6 |
line | true | false | branch |
---|---|---|---|
45 | 0 | 22 | if (&looks_like_number($weight)) { } |
0 | 22 | elsif (defined $weight) { } | |
46 | 0 | 0 | if (my($meta) = @{$self->get_meta('bp:charWeight');}) { } |
77 | 0 | 22 | if ($codonpos) |
78 | 0 | 0 | if ($codonpos == 1 or $codonpos == 2 or $codonpos == 3) { } |
0 | 0 | elsif (defined $codonpos) { } | |
79 | 0 | 0 | if (my($meta) = @{$self->get_meta('bp:codonPos');}) { } |
155 | 0 | 0 | if (my $to = $self->get_type_object) |
156 | 0 | 0 | unless ($to->get_type =~ /continuous/i) |