blib/lib/Locale/MakePhrase/LanguageRule.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 18 | 61.1 |
line | true | false | branch |
---|---|---|---|
82 | 0 | 65 | if (@_ == 1 and ref $_[0] eq 'HASH') { } |
65 | 0 | elsif (@_ > 1 and not @_ % 2) { } | |
0 | 0 | elsif (@_ == 5) { } | |
95 | 0 | 65 | if $DEBUG > 5 |
103 | 11 | 54 | unless $$self{'key'} |
104 | 0 | 65 | unless $$self{'language'} |
105 | 34 | 31 | unless $$self{'expression'} |
106 | 34 | 31 | unless $$self{'priority'} |
107 | 0 | 65 | unless defined $$self{'translation'} |