Condition Coverage

blib/lib/HTML/FormatPS.pm
Criterion Covered Total %
condition 10 23 43.4


or 2 conditions

line l !l condition
195 638 0 $self->{'family'} || 'Times'

or 3 conditions

line l !l&&r !l&&!r condition
199 0 0 637 $self->{'italic'} or $self->{'underline'}
221 2 0 5 $self->{'fonts'}{$font_with_size} || do { my $fontID = 'F' . ++$self->{'fno'}; $self->{'fonts'}{$font_with_size} = $fontID; $fontID }
277 1 0 0 $self->{'lmW'} || $self->{'mW'}
278 1 0 0 $self->{'rmW'} || $self->{'mW'}
279 0 0 1 $self->{'tmH'} || $self->{'mH'}
280 0 0 1 $self->{'bmH'} || $self->{'mH'}
528 20 0 4 $self->{'largest_pointsize'} || $self->{'pointsize'}