| lib/PostScript/FontMetrics.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 38 | 52.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 136 | 0 | 1 | 0 | $data =~ /StartFontMetrics/ and $data =~ /EndFontMetrics/ |
| 270 | 0 | 0 | 1 | ref $enc and UNIVERSAL::isa($enc, 'ARRAY') |
| 0 | 0 | 1 | ref $enc and UNIVERSAL::isa($enc, 'ARRAY') and scalar @$enc == 256 | |
| 358 | 148 | 995 | 184 | defined $ext and $_ eq ' ' |
| 388 | 148 | 811 | 184 | defined $ext and $prev eq 'space' |
| 414 | 5 | 17 | 0 | defined $ext and $prev eq 'space' |
| line | l | !l | condition |
|---|---|---|---|
| 303 | 3 | 0 | $$ev[$_] or '.undef' |
| 325 | 1046 | 0 | $$ev[$_] || '.notdef' |
| 381 | 1143 | 0 | $$ev[ord $_] || '.undef' |
| 382 | 16 | 1127 | $$kr{join $;, $prev, $this} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 38 | 0 | 0 | 1 | $$self{'debug'} || $atts{'trace'} |
| 39 | 0 | 0 | 1 | $$self{'trace'} || $atts{'verbose'} |
| 129 | 0 | 1 | 0 | $sz == -1 or $sz == $len |
| 211 | 228 | 0 | 0 | $dontencode or $ix < 0 |