| blib/lib/Text/WrapProp.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 10 | 90.0 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 0 | 1 | if $text eq '' |
| 47 | 2 | 312 | if $nextline eq '' and $c eq ' ' |
| 50 | 297 | 15 | if ($cursor + $width_table[ord $c] <= $width) { } |
| 60 | 12 | 111 | if m[( |:|;|,|\.|-|\(|\)|/)]o |
| 64 | 3 | 12 | if (not $j) { } |