| blib/lib/Lingua/EN/Alphabet/Shaw.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 26 | 65.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 71 | 118 | 2 | 2 | $$_[2] eq 'g' and $word =~ /^[A-Z]/ |
| 72 | 118 | 2 | 2 | $$_[2] eq 'h' and $word =~ /^[a-z]/ |
| 92 | 7 | 108 | 24 | @result and $result[-1]{'bank'} eq 'L' |
| 208 | 0 | 0 | 0 | defined $$detail{'src'} and not $entity |
| 248 | 13 | 0 | 0 | $tag eq 'meta' and lc $$attrs{'name'} eq 'generator' |
| 13 | 0 | 0 | $tag eq 'meta' and lc $$attrs{'name'} eq 'generator' and lc $$attrs{'content'} eq lc $generator_name | |
| 261 | 11 | 0 | 1 | $tag eq 'head' and not $generator_seen |
| line | l | !l | condition |
|---|---|---|---|
| 77 | 109 | 0 | $_source_to_bank{$$candidate[3]} || '?' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 193 | 1 | 8 | 18 | not $tag or $toplevel_tags{$tag} |