Branch Coverage

blib/lib/Bio/Phylo/Forest/DrawNodeRole.pm
Criterion Covered Total %
branch 8 14 57.1


line true false branch
306 0 45196 if ($self->get_collapsed) { }
329 0 22 if ($self->get_collapsed) { }
354 0 0 if ($self->get_collapsed) { }
576 126 45661 if ($method =~ /^set_(.+)$/) { }
45660 1 elsif ($method =~ /^get_(.+)$/) { }
578 126 0 if (grep {/^\Q$prop\E$/;} @properties) { }
588 45660 0 if (grep {/^\Q$prop\E$/;} @properties) { }