| blib/lib/MsOffice/Word/HTML/Writer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 20 | 55.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 53 | 2 | 2 | 0 | scalar @{$self->{'sections'};} == 1 and not $self->{'sections'}[0]{'content'} | 
| 233 | 0 | 4 | 4 | $break and &looks_like_number($break) | 
| line | l | !l | condition | 
|---|---|---|---|
| 36 | 2 | 2 | $params{'title'} || 'Document generated by MsOffice::Word::HTML::Writer' | 
| 0 | 4 | $params{'head'} || '' | |
| 0 | 4 | $params{'hf_head'} || '' | |
| 124 | 0 | 0 | $n_tabs ||= 1 | 
| 132 | 4 | 0 | $_ ||= "" | 
| 183 | 16 | 0 | 'MIME::Types'->new->mimeTypeOf($filename) || '' | 
| 234 | 8 | 0 | $break ||= "auto" |