Condition Coverage

blib/lib/PDF/Builder/Resource/Font/CoreFont.pm
Criterion Covered Total %
condition 12 25 48.0


and 3 conditions

line !l l&&!r l&&r condition
258 37 0 0 defined $opts{'-encode'} and not defined $opts{'encode'}
259 37 0 0 defined $opts{'-metrics'} and not defined $opts{'metrics'}
260 37 0 0 defined $opts{'-dokern'} and not defined $opts{'dokern'}
261 37 0 0 defined $opts{'-kerning'} and not defined $opts{'kerning'}
262 37 0 0 defined $opts{'-pdfname'} and not defined $opts{'pdfname'}
320 0 3 34 $is_standard and not $self->issymbol
3 34 0 $is_standard and not $self->issymbol and not $opts{'encode'}

or 2 conditions

line l !l condition
210 0 37 $font->{'uni'} ||= []
264 2 35 $opts{'encode'} //= "latin1"