blib/lib/PDF/Builder/Resource/UniFont.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 15 | 46.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
77 | 1 | 0 | 0 | defined $options{'-encode'} and not defined $options{'encode'} |
100 | 0 | 0 | 0 | defined $font->{'blocks'} and ref $font->{'blocks'} eq "ARRAY" |
113 | 0 | 0 | 0 | defined $font->{'codes'} and ref $font->{'codes'} eq "ARRAY" |
199 | 2 | 6 | 1 | defined $last_font_number and $font_number != $last_font_number |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
165 | 4 | 2 | 12 | scalar @blocks == 0 or $blocks[-1][0] != $font_number |