blib/lib/Bio/Phylo/Treedrawer/Abstract.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 21 | 28.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
369 | 2 | 0 | 0 | $options->{'-font'} and ref $options->{'-font'} eq 'HASH' |
403 | 2 | 0 | 0 | $blocks and $blocks =~ /^(\d+)%$/ |
431 | 0 | 0 | 0 | $blocks and not scalar(@maji) % 2 |
443 | 22 | 0 | 0 | $blocks and not scalar(@maji) % 2 |
line | l | !l | condition |
---|---|---|---|
169 | 0 | 0 | $node->get_clade_label_font || {} |
421 | 1 | 1 | $options->{'-label'} || ' ' |
455 | 0 | 2 | $options->{'-tmpl'} || '%s' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
612 | 0 | 0 | 0 | shift() || $DEFAULT_FONT |