Branch Coverage

blib/lib/DTL/Fast/Filter/Truncatewords.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
12 0 4 unless scalar @{$self->{'parameter'};}
29 2 33 if ($words == $maxlen) { }
36 18 15 unless ($value =~ /^\s+$/s)
43 2 2 if (scalar @newvalue < scalar @value)