Condition Coverage

blib/lib/MsOffice/Word/HTML/Writer.pm
Criterion Covered Total %
condition 9 17 52.9


and 3 conditions

line !l l&&!r l&&r condition
54 2 2 0 scalar @{$self->{'sections'};} == 1 and not $self->{'sections'}[0]{'content'}
243 0 2 2 $break and &looks_like_number($break)

or 2 conditions

line l !l condition
134 0 0 $n_tabs ||= 1
142 4 0 $_ ||= ""
193 16 0 'MIME::Types'->new->mimeTypeOf($filename) || ''
244 4 0 $break ||= "auto"

or 3 conditions

line l !l&&r !l&&!r condition
32 0 3 3 exists $self->{'encode_fallback'} or $self->{'charset'} eq "utf-8"