| blib/lib/PDF/API3/Compat/API2/Resource/Font/Postscript.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 34 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 142 | 0 | 0 | 0 | $lines[0] == 128 and $lines[1] == 1 | 
| 148 | 0 | 0 | 0 | $lines[0] == 128 and $lines[1] == 2 | 
| 157 | 0 | 0 | 0 | $lines[0] == 128 and $lines[1] == 1 | 
| 508 | 0 | 0 | 0 | $df{'PitchAndFamily'} & 1 || $df{'PitchAndFamily'} & 8 and not $df{'PitchAndFamily'} & 2 | 
| 510 | 0 | 0 | 0 | $df{'PitchAndFamily'} & 16 and not $df{'PitchAndFamily'} & 32 | 
| line | l | !l | condition | 
|---|---|---|---|
| 224 | 0 | 0 | $ch || 0 | 
| 243 | 0 | 0 | $$data{'kern'} ||= {} | 
| 251 | 0 | 0 | $$data{'comps'} ||= {} | 
| 328 | 0 | 0 | $$data{'uni'} ||= [] | 
| 331 | 0 | 0 | uniByName($$data{'char'}[$n] || '.notdef') || 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 319 | 0 | 0 | 0 | $$data{'missingwidth'} ||= $$data{'avgwidth2'} | 
| 508 | 0 | 0 | 0 | $df{'PitchAndFamily'} & 1 || $df{'PitchAndFamily'} & 8 | 
| 531 | 0 | 0 | 0 | $df{'PitchAndFamily'} & 8 || $df{'PitchAndFamily'} & 1 |