blib/lib/Lingua/Alphabet/Phonetic/Password.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 8 | 87.5 |
line | true | false | branch |
---|---|---|---|
171 | 26 | 134 | if (exists $special_map{$c}) { } |
21 | 113 | elsif (exists $number_map{$c}) { } | |
113 | 0 | elsif ($word = ($nato->enunciate($c))[0] and $word ne $c) { } | |
182 | 22 | 91 | if ($c =~ /$isupper/) { } |