| blib/lib/Text/LineFold.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 41 | 41.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 280 | 33 | 2295 | 1016 | not $spcstr->eos and $spcstr->item->lbc == LB_SP() |
| 370 | 0 | 0 | 0 | defined $s and length $s |
| 397 | 0 | 0 | 11 | defined $str and length $str |
| 467 | 0 | 0 | 8 | defined $str and length $str |
| line | l | !l | condition |
|---|---|---|---|
| 358 | 2 | 0 | shift() || '' |
| 361 | 2 | 0 | shift() || '' |
| 396 | 11 | 0 | shift() || '' |
| 470 | 8 | 0 | shift() || 'FIXED' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 255 | 0 | 8 | 0 | $self->{'Charset'} ||= $Text::LineFold::Config->{'Charset'} |
| 259 | 0 | 8 | 0 | $self->{'OutputCharset'} || $self->{'Charset'} |
| 260 | 0 | 0 | 8 | ref $ocharset eq 'MIME::Charset' or $ocharset eq '_UNICODE_' |
| 266 | 0 | 8 | 0 | $self->{'Language'} || $Text::LineFold::Config->{'Language'} |
| 404 | 11 | 0 | 0 | $FORMAT_FUNCS{$method} || $FORMAT_FUNCS{'PLAIN'} |
| 481 | 4 | 1 | 0 | $method eq 'FLOWED' or $method eq 'FLOWEDSP' |
| 5 | 0 | 0 | $method eq 'FLOWED' or $method eq 'FLOWEDSP' or $method eq 'OBSFLOWED' |