| blib/lib/Text/Password/Pronounceable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 18 | 61.1 |
| line | true | false | branch |
|---|---|---|---|
| 143 | 0 | 11 | unless defined $min |
| 144 | 0 | 11 | unless $min > 0 |
| 146 | 0 | 11 | unless defined $max |
| 147 | 0 | 11 | unless $max > 0 |
| 149 | 0 | 11 | unless $min <= $max |
| 157 | 2 | 1 | if (@_) |
| 168 | 9 | 3 | if (@_) { } |
| 3 | 0 | elsif (ref $self) { } | |
| 176 | 1 | 0 | unless ($min or $max) |