| blib/lib/Template/Plugin/RndString.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 3 | 14 | 21.4 | 
| line | true | false | branch | 
|---|---|---|---|
| 14 | 0 | 1 | if ($args and ref $args eq 'HASH') | 
| 15 | 0 | 0 | if (defined $args->{'chrset'}) | 
| 16 | 0 | 0 | if (ref $args->{'chrset'} eq 'ARRAY') { } | 
| 0 | 0 | elsif (not ref $args->{'chrset'}) { } | |
| 36 | 0 | 1 | if ($minlen and $maxlen) { } | 
| 37 | 0 | 0 | unless ($minlen =~ /^\d+$/ and $maxlen =~ /^\d+$/ and $minlen <= $maxlen) | 
| 49 | 1 | 0 | if (@letters) |