blib/lib/Bio/Phylo/Treedrawer/Abstract.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 21 | 28.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
384 | 2 | 0 | 0 | $options->{'-font'} and ref $options->{'-font'} eq 'HASH' |
418 | 2 | 0 | 0 | $blocks and $blocks =~ /^(\d+)%$/ |
446 | 0 | 0 | 0 | $blocks and not scalar(@maji) % 2 |
458 | 22 | 0 | 0 | $blocks and not scalar(@maji) % 2 |
line | l | !l | condition |
---|---|---|---|
183 | 0 | 0 | $node->get_clade_label_font || {} |
436 | 1 | 1 | $options->{'-label'} || ' ' |
470 | 0 | 2 | $options->{'-tmpl'} || '%s' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
627 | 0 | 0 | 0 | shift() || $DEFAULT_FONT |