blib/lib/Lingua/EN/Conjugate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 23 | 36 | 63.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
206 | 55 | 3 | 0 | $tense eq 'present' and defined $negation || $question |
1 | 1 | 1 | $tense eq 'present' and defined $negation || $question and not defined $passive | |
209 | 52 | 6 | 0 | $tense eq 'past' and defined $negation || $question |
4 | 0 | 2 | $tense eq 'past' and defined $negation || $question and not defined $passive | |
214 | 77 | 0 | 0 | $tense eq 'conjunctive_present' and defined $negation |
317 | 0 | 1 | 1 | defined $s_form and match_any($pronoun, ('he', 'she', 'it')) |
379 | 0 | 0 | 0 | defined $t2 && defined $$conjugs{$t2}{$pronoun} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
151 | 1 | 1 | 24 | ref $params{'pronoun'} or ref $params{'tense'} |
2 | 0 | 24 | ref $params{'pronoun'} or ref $params{'tense'} or not defined $params{'pronoun'} | |
1 | 0 | 24 | ref $params{'pronoun'} or ref $params{'tense'} or not defined $params{'pronoun'} or not defined $params{'tense'} | |
206 | 2 | 0 | 1 | defined $negation || $question |
209 | 1 | 0 | 5 | defined $negation || $question |