Condition Coverage

lib/Web/DataService/Plugin/Text.pm
Criterion Covered Total %
condition 0 34 0.0


and 3 conditions

line !l l&&!r l&&r condition
64 0 0 0 defined $param and $param ne ''
90 0 0 0 defined $counts->{'offset'} and $counts->{'offset'} > 0
102 0 0 0 $request->{'summary_data'} and $request->{'summary_field_list'}
121 0 0 0 ref $field_list eq 'ARRAY' and @$field_list
200 0 0 0 defined $f->{'field'} and defined $$record{$f->{'field'}}
213 0 0 0 $f->{'if_field'} and not $$record{$f->{'if_field'}}
214 0 0 0 $f->{'not_field'} and $$record{$f->{'not_field'}}
220 0 0 0 $f->{'dedup'} and defined $$record{$f->{'field'}}
0 0 0 $f->{'dedup'} and defined $$record{$f->{'field'}} and defined $$record{$f->{'dedup'}}
0 0 0 $f->{'dedup'} and defined $$record{$f->{'field'}} and defined $$record{$f->{'dedup'}} and $$record{$f->{'field'}} eq $$record{$f->{'dedup'}}

or 2 conditions

line l !l condition
65 0 0 $value //= ''
227 0 0 $f->{'text_join'} // ', '