| blib/lib/PDF/Builder/Resource/Font.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 19 | 63.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 32 | 50 | 1 | 1 | defined $encoding and $encoding =~ /^uni(\d+)$/o |
| 214 | 0 | 0 | 0 | defined $data->{'comps'} and not $self->{'-nocomps'} |
| line | l | !l | condition |
|---|---|---|---|
| 28 | 47 | 0 | $encoding || '' |
| 124 | 13312 | 0 | $self->glyphByEnc($n) || '.notdef' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 28 | 5 | 45 | 2 | $self->issymbol or ($encoding || '') eq 'asis' |
| 87 | 0 | 11202 | 52 | $data->{'u2c'}{$xuni} ||= $n |
| 94 | 0 | 11280 | 52 | $data->{'u2e'}{$xuni} ||= $n |