| blib/lib/Text/ASCIITable/Wrap.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 18 | 72.2 |
| line | true | false | branch |
|---|---|---|---|
| 37 | 0 | 5 | unless defined $text and defined $width |
| 50 | 0 | 5 | defined $nostrict && $nostrict == 1 ? : |
| 52 | 7 | 93 | $line eq '' ? : |
| 55 | 3 | 97 | if ($len == 0 and $newlen > $width) { } |
| 81 | 16 | elsif ($len != 0 and $newlen > $width) { } | |
| 56 | 0 | 3 | $nostrict == 1 ? : |
| 60 | 0 | 81 | $nostrict == 1 ? : |
| 66 | 0 | 4 | $nostrict == 1 ? : |
| 4 | 1 | if $line ne '' |