Condition Coverage

blib/lib/HTML/FormatPS.pm
Criterion Covered Total %
condition 13 23 56.5


or 2 conditions

line l !l condition
200 823 0 $self->{'family'} || 'Times'

or 3 conditions

line l !l&&r !l&&!r condition
204 5 0 812 $self->{'italic'} or $self->{'underline'}
226 6 0 17 $self->{'fonts'}{$font_with_size} || do { my $fontID = 'F' . ++$self->{'fno'}; $self->{'fonts'}{$font_with_size} = $fontID; $fontID }
287 1 0 5 $self->{'lmW'} || $self->{'mW'}
288 1 0 5 $self->{'rmW'} || $self->{'mW'}
289 0 0 6 $self->{'tmH'} || $self->{'mH'}
290 0 0 6 $self->{'bmH'} || $self->{'mH'}
536 34 0 4 $self->{'largest_pointsize'} || $self->{'pointsize'}