blib/lib/Lingua/ZH/CEDICT.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 18 | 22.2 |
line | true | false | branch |
---|---|---|---|
68 | 0 | 0 | if (defined $$e[1] and $$e[1]) |
116 | 0 | 0 | unless $s eq $$_[0] |
133 | 0 | 0 | if ($t ne $$_[0]) |
180 | 1 | 615 | if $$e[0] =~ /$term/ or $$e[1] =~ /$term/ or $$e[2] =~ /\b$term\b/i or $$e[3] =~ /\b$term\b/i or $$e[4] =~ /\b$term\b/i |
207 | 2 | 6710 | if $$e[0] eq $term or $$e[1] eq $term or $$e[2] =~ /^$term$/i or $$e[3] =~ /^$term$/i or $$e[4] =~ /^$term$/i |
235 | 0 | 0 | unless ref $self |
246 | 0 | 0 | unless ref $self |
277 | 0 | 0 | if /^\([^()]+\)$/ |
294 | 0 | 0 | if (/^\((.+?)\)\s+(.+)$/) { } |