blib/lib/Template/Like/Filters.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 16 | 43.7 |
line | true | false | branch |
---|---|---|---|
10 | 0 | 1 | if ($text =~ /\x0D|\x0A/) { } |
20 | 0 | 5 | unless defined $text |
30 | 0 | 5 | unless defined $text |
43 | 0 | 1 | if $length =~ /\D/ |
44 | 0 | 1 | if length $text <= $length |
45 | 0 | 1 | if $length < 4 |
51 | 0 | 1 | if $iterations =~ /\D/ or $iterations < 1 |
73 | 0 | 0 | if ($num =~ /^[-+]?\d\d\d\d+/g) |