line |
true |
false |
branch |
82
|
0 |
0 |
if defined $$alias{$fname} |
83
|
0 |
0 |
if defined $$fonts{$fname} |
85
|
0 |
0 |
if (defined $$subs{$fname}) |
88
|
0 |
0 |
if $k =~ /^\-/ |
89
|
0 |
0 |
if (substr($k, 0, 1) eq '+') { } |
103
|
0 |
0 |
if (not $@) { } |
113
|
0 |
0 |
if defined $$cmap{$fname} |
115
|
0 |
0 |
if (not $@) { } |
124
|
0 |
0 |
if scalar(@opts) % 2 == 0 |
134
|
0 |
0 |
if ref $class |
136
|
0 |
0 |
if defined $pdf and not $self->is_obj($pdf) |
144
|
0 |
0 |
if (defined $opts{-'encode'} and $opts{-'encode'} ne 'ident') |
157
|
0 |
0 |
if (defined $$cmap{'ccs'}) |
221
|
0 |
0 |
if defined $opts{'passthru'} |
230
|
0 |
0 |
if (ref $self->data->{'wx'} eq 'ARRAY' and defined $self->data->{'wx'}[$w] and $self->data->{'wx'}[$w] != $self->missingwidth and $notdefbefore == 1) { } |
|
0 |
0 |
elsif (ref $self->data->{'wx'} eq 'HASH' and defined $self->data->{'wx'}{$w} and $self->data->{'wx'}{$w} != $self->missingwidth and $notdefbefore == 1) { } |
|
0 |
0 |
elsif (ref $self->data->{'wx'} eq 'ARRAY' and defined $self->data->{'wx'}[$w] and $self->data->{'wx'}[$w] != $self->missingwidth and $notdefbefore == 0) { } |
|
0 |
0 |
elsif (ref $self->data->{'wx'} eq 'HASH' and defined $self->data->{'wx'}{$w} and $self->data->{'wx'}{$w} != $self->missingwidth and $notdefbefore == 0) { } |