blib/lib/Tree/Cladogram/Imager.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 7 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
163 | 0 | 0 | 0 | length $name > 0 and not $name =~ /^\d+$/ |
line | l | !l | condition |
---|---|---|---|
36 | 0 | 0 | 'Imager::Font'->new('color', 'Imager::Color'->new($self->leaf_font_color), 'file', $self->leaf_font_file, 'size', $self->leaf_font_size, 'utf8', 1) || die(q[Error. Can't define leaf font: ] . 'Imager'->errstr) |
46 | 0 | 0 | 'Imager::Font'->new('color', 'Imager::Color'->new($self->title_font_color), 'file', $self->title_font_file, 'size', $self->title_font_size, 'utf8', 1) || die(q[Error. Can't define title font: ] . 'Imager'->errstr) |