Branch Coverage

blib/lib/Bio/Phylo/Matrices/Character.pm
Criterion Covered Total %
branch 3 18 16.6


line true false branch
44 0 22 if (&looks_like_number($weight)) { }
0 22 elsif (defined $weight) { }
45 0 0 if (my($meta) = @{$self->get_meta('bp:charWeight');}) { }
76 0 22 if ($codonpos)
77 0 0 if ($codonpos == 1 or $codonpos == 2 or $codonpos == 3) { }
0 0 elsif (defined $codonpos) { }
78 0 0 if (my($meta) = @{$self->get_meta('bp:codonPos');}) { }
154 0 0 if (my $to = $self->get_type_object)
155 0 0 unless ($to->get_type =~ /continuous/i)