Branch Coverage

blib/lib/Font/BDF/Reader.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
42 0 0 if ($bdf_file)
43 0 0 if ($self->open_bdf_file($bdf_file))
97 0 0 unless (-f $bdf_file)
126 0 0 if ($key =~ /^CHARS$/i)
150 0 0 if ($chars_read != $chars)
175 0 0 if /ENDFONT/ or /^$/
176 0 0 if (/^BITMAP/)
181 0 0 if /^ENDCHAR/
187 0 0 if /^ENDCHAR/
191 0 0 if ($key eq 'STARTCHAR' or $val eq 'ENCODING') { }