| blib/lib/Postscript/TextDecode.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 18 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 4515 | 0 | 0 | unless ($$self{'uc_to_glyph'}) |
| 4557 | 1 | 4 | unless defined $glyph |
| 4572 | 1 | 1 | defined $glyph ? : |
| 4584 | 2 | 3 | unless defined $char |
| 4588 | 3 | 0 | defined $glyph ? : |
| 4633 | 0 | 4 | if (@_) |
| 4643 | 2 | 21 | if (my $encoding = shift()) |
| 4656 | 0 | 2 | if exists $Stored_Encodings{$hash} |
| 4658 | 261 | 0 | if m[^/(.*?)(:?\..*)?$] |