Condition Coverage

blib/lib/Lingua/DxExtractor.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
51 0 0 0 $start_phrase and $text =~ /$start_phrase(.*)\Z/xi
111 0 0 0 grep {$text =~ /$_/i;} @{$self->absolute_negative_phrases;} and $self->final_answer eq 'present'
115 0 0 0 grep {$text =~ /$_/i;} @{$self->absolute_present_phrases;} and $self->final_answer eq 'absent'

or 2 conditions

line l !l condition
93 0 0 $final_answer{'absent'} ||= 0
94 0 0 $final_answer{'present'} ||= 0
134 0 0 $self->negex_debug->{$sentence} || 'None'

or 3 conditions

line l !l&&r !l&&!r condition
31 0 0 0 ref $callee || $callee