lib/Perlmazing/Perlmazing/Precompile/truncate_text.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
5 | 0 | 0 | unless defined $str and length $str |
6 | 0 | 0 | unless &is_number($size) |
8 | 0 | 0 | if $length <= $size |
11 | 0 | 0 | if ((my $index = rindex($str, " ")) != -1) |
12 | 0 | 0 | unless ($next eq " ") |