Branch Coverage

blib/lib/Bio/Phylo/Forest/DrawTreeRole.pm
Criterion Covered Total %
branch 12 24 50.0


line true false branch
57 194 0 if (not $args{'-tree'}) { }
584 1 0 if ($self->is_cladogram)
630 0 29 if (my $root = $self->get_root)
638 0 0 if ($node->is_terminal) { }
641 0 0 $is_clado ? :
650 0 0 $is_clado ? :
679 29 87 if ($method =~ /^set_(.+)$/) { }
86 1 elsif ($method =~ /^get_(.+)$/) { }
683 29 0 if (grep {/^\Q$prop\E$/;} @properties) { }
687 1 28 if ($prop =~ /_(?:node|tip|branch|clade|font|text)_/)
695 0 29 if ($prop =~ /_(?:margin|padding)$/)
715 86 0 if (grep {/^\Q$prop\E$/;} @properties) { }