blib/lib/Acme/Geo/Whitwell/Name.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 20 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
166 | 21 | 17 | 2 | $is_negative && $is_positive |
176 | 65 | 41 | 40 | exists $vowel{$letter} and $is_negative |
106 | 24 | 16 | exists $vowel{$letter} and $is_negative and not $signed | |
312 | 45 | 20 | 37 | $current == 1 && !$sign_checked |
line | l | !l | condition |
---|---|---|---|
273 | 14 | 13 | $string =~ /^[aeiouy]/ || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
167 | 2 | 1 | 37 | $conflicting or $is_negative > 1 |
3 | 1 | 36 | $conflicting or $is_negative > 1 or $is_positive > 1 |