Branch Coverage

blib/lib/Text/ASCIITable/Wrap.pm
Criterion Covered Total %
branch 13 18 72.2


line true false branch
35 0 5 unless defined $text and defined $width
48 0 5 defined $nostrict && $nostrict == 1 ? :
50 7 93 $line eq '' ? :
53 3 97 if ($len == 0 and $newlen > $width) { }
81 16 elsif ($len != 0 and $newlen > $width) { }
54 0 3 $nostrict == 1 ? :
58 0 81 $nostrict == 1 ? :
64 0 4 $nostrict == 1 ? :
4 1 if $line ne ''