| blib/lib/PDF/API2/Resource/Font/Postscript.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 34 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 84 | 0 | 0 | 0 | $lines[0] == 128 and $lines[1] == 1 |
| 90 | 0 | 0 | 0 | $lines[0] == 128 and $lines[1] == 2 |
| 99 | 0 | 0 | 0 | $lines[0] == 128 and $lines[1] == 1 |
| 447 | 0 | 0 | 0 | $df{'PitchAndFamily'} & 1 || $df{'PitchAndFamily'} & 8 and not $df{'PitchAndFamily'} & 2 |
| 449 | 0 | 0 | 0 | $df{'PitchAndFamily'} & 16 and not $df{'PitchAndFamily'} & 32 |
| line | l | !l | condition |
|---|---|---|---|
| 166 | 0 | 0 | $ch || 0 |
| 185 | 0 | 0 | $data->{'kern'} ||= {} |
| 193 | 0 | 0 | $data->{'comps'} ||= {} |
| 270 | 0 | 0 | $data->{'uni'} ||= [] |
| 273 | 0 | 0 | uniByName($data->{'char'}[$n] || '.notdef') || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 261 | 0 | 0 | 0 | $data->{'missingwidth'} ||= $data->{'avgwidth2'} |
| 447 | 0 | 0 | 0 | $df{'PitchAndFamily'} & 1 || $df{'PitchAndFamily'} & 8 |
| 470 | 0 | 0 | 0 | $df{'PitchAndFamily'} & 8 || $df{'PitchAndFamily'} & 1 |