Branch Coverage

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


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