| blib/lib/PDF/Builder/Resource/Font/CoreFont.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 22 | 59.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 185 | 52 | 0 | 0 | defined $opts{'-encode'} and not defined $opts{'encode'} |
| 186 | 52 | 0 | 0 | defined $opts{'-metrics'} and not defined $opts{'metrics'} |
| 187 | 52 | 0 | 0 | defined $opts{'-dokern'} and not defined $opts{'dokern'} |
| 188 | 52 | 0 | 0 | defined $opts{'-pdfname'} and not defined $opts{'pdfname'} |
| 246 | 29 | 1 | 22 | $is_standard and not $self->issymbol |
| 30 | 22 | 0 | $is_standard and not $self->issymbol and not $opts{'encode'} |
| line | l | !l | condition |
|---|---|---|---|
| 139 | 1 | 51 | $PDF::Builder::Resource::Font::CoreFont::fonts->{$fname}{'uni'} ||= [] |
| 190 | 2 | 50 | $opts{'encode'} //= "latin1" |