Condition Coverage

blib/lib/PDF/Builder/Resource/CIDFont/TrueType.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
148 0 0 0 defined $opts{'-encode'} and not defined $opts{'encode'}
149 0 0 0 defined $opts{'-nosubset'} and not defined $opts{'nosubset'}
150 0 0 0 defined $opts{'-dokern'} and not defined $opts{'dokern'}
162 0 0 0 defined $pdf and not $self->is_obj($pdf)
374 0 0 0 $self->subvec($w) and $notdefbefore == 1
0 0 0 $self->subvec($w) and $notdefbefore == 0

or 2 conditions

line l !l condition
156 0 0 $opts{'encode'} //= "latin1"