Branch Coverage

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


line true false branch
307 0 50971 if ($self->get_collapsed) { }
330 0 22 if ($self->get_collapsed) { }
355 0 0 if ($self->get_collapsed) { }
577 126 51436 if ($method =~ /^set_(.+)$/) { }
51435 1 elsif ($method =~ /^get_(.+)$/) { }
579 126 0 if (grep {/^\Q$prop\E$/;} @properties) { }
589 51435 0 if (grep {/^\Q$prop\E$/;} @properties) { }