blib/lib/Imager/DTP/Letter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
120 | 0 | 0 | 0 | defined $o{'font'} and ref($o{'font'}) =~ /^Imager::Font(::.+)?$/ |
135 | 0 | 0 | 0 | $o{$v} and not $o{$v} =~ /^\d+(\.\d+)?$/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
35 | 0 | 0 | 0 | $o{'xscale'} or $o{'yscale'} |
65 | 0 | 0 | 0 | $sx != 1 or $sy != 1 |
95 | 0 | 0 | 0 | defined $self->getFont or defined $self->getText |