Condition Coverage

blib/lib/PDF/API3/Compat/API2/Resource/CIDFont/CJKFont.pm
Criterion Covered Total %
condition 0 44 0.0


and 3 conditions

line !l l&&!r l&&r condition
136 0 0 0 defined $pdf and not $self->is_obj($pdf)
144 0 0 0 defined $opts{-'encode'} and $opts{-'encode'} ne 'ident'
230 0 0 0 ref $self->data->{'wx'} eq 'ARRAY' and defined $self->data->{'wx'}[$w]
0 0 0 ref $self->data->{'wx'} eq 'ARRAY' and defined $self->data->{'wx'}[$w] and $self->data->{'wx'}[$w] != $self->missingwidth
0 0 0 ref $self->data->{'wx'} eq 'ARRAY' and defined $self->data->{'wx'}[$w] and $self->data->{'wx'}[$w] != $self->missingwidth and $notdefbefore == 1
0 0 0 ref $self->data->{'wx'} eq 'HASH' and defined $self->data->{'wx'}{$w}
0 0 0 ref $self->data->{'wx'} eq 'HASH' and defined $self->data->{'wx'}{$w} and $self->data->{'wx'}{$w} != $self->missingwidth
0 0 0 ref $self->data->{'wx'} eq 'HASH' and defined $self->data->{'wx'}{$w} and $self->data->{'wx'}{$w} != $self->missingwidth and $notdefbefore == 1
0 0 0 ref $self->data->{'wx'} eq 'ARRAY' and defined $self->data->{'wx'}[$w]
0 0 0 ref $self->data->{'wx'} eq 'ARRAY' and defined $self->data->{'wx'}[$w] and $self->data->{'wx'}[$w] != $self->missingwidth
0 0 0 ref $self->data->{'wx'} eq 'ARRAY' and defined $self->data->{'wx'}[$w] and $self->data->{'wx'}[$w] != $self->missingwidth and $notdefbefore == 0
0 0 0 ref $self->data->{'wx'} eq 'HASH' and defined $self->data->{'wx'}{$w}
0 0 0 ref $self->data->{'wx'} eq 'HASH' and defined $self->data->{'wx'}{$w} and $self->data->{'wx'}{$w} != $self->missingwidth
0 0 0 ref $self->data->{'wx'} eq 'HASH' and defined $self->data->{'wx'}{$w} and $self->data->{'wx'}{$w} != $self->missingwidth and $notdefbefore == 0

or 2 conditions

line l !l condition
125 0 0 $opts{-'encode'} ||= 'ident'