blib/lib/Lingua/DxExtractor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 16 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
50 | 0 | 0 | 0 | $start_phrase and $text =~ /$start_phrase(.*)\Z/xi |
109 | 0 | 0 | 0 | grep {$text =~ /$_/i;} @{$self->absolute_present_phrases;} and $self->final_answer eq 'absent' |
113 | 0 | 0 | 0 | grep {$text =~ /$_/i;} @{$self->absolute_negative_phrases;} and $self->final_answer eq 'present' |
line | l | !l | condition |
---|---|---|---|
92 | 0 | 0 | $final_answer{'absent'} ||= 0 |
93 | 0 | 0 | $final_answer{'present'} ||= 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
30 | 0 | 0 | 0 | ref $callee || $callee |