blib/lib/Text/Wrap/NoStrip.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 6 | 83.3 |
line | true | false | branch |
---|---|---|---|
31 | 0 | 7 | if ($chunk =~ /\R/) { } |
38 | 4 | 5 | if ($width + $len > $columns) { } |
41 | 2 | 2 | if (not $chunk =~ /\s/ and $len > $columns - $si_len) { } |