blib/lib/WordLists/Pronounce/Pronouncer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 24 | 41.6 |
line | true | false | branch |
---|---|---|---|
11 | 0 | 1 | unless defined $args |
19 | 0 | 1 | unless (defined $$self{'lookup'}) |
30 | 0 | 4 | if defined $new |
59 | 0 | 4 | unless $field |
64 | 0 | 4 | if $word eq '' |
66 | 3 | 1 | if (@senses) { } |
74 | 1 | 0 | if ($#words > 0) { } |
83 | 0 | 0 | if (defined $$self{'cb_fail'}) |
85 | 0 | 0 | if (ref $$self{'cb_fail'} eq ref sub { } ) { } |
0 | 0 | elsif (ref $$self{'cb_fail'} eq ref '') { } | |
102 | 0 | 4 | if (defined $$self{'cb_word'} and $$args{'as_word'}) { } |
0 | 8 | elsif (defined $$self{'cb_phrase'} and not $$args{'as_word'}) { } |