Branch Coverage

blib/lib/PDF/Font.pm
Criterion Covered Total %
branch 3 10 30.0


line true false branch
97 0 234 unless defined $font_name
100 0 234 unless exists $PDF::Font::SUPPORTED_FONTS->{$font_name}
135 0 0 unless exists $self->{'charset'}{$codepoint}
150 0 0 unless exists $self->{'charset'}{$codepoint}
183 0 59904 if ($self->{'debug'})