Condition Coverage

lib/Web/DataService/Plugin/Text.pm
Criterion Covered Total %
condition 0 46 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 ref $value and &reftype($value) eq 'HASH'
0 0 0 ref $value and &reftype($value) eq 'ARRAY'
96 0 0 0 defined $value->{'_keys'} and ref $value->{'_keys'} eq 'ARRAY'
157 0 0 0 defined $counts->{'offset'} and $counts->{'offset'} > 0
169 0 0 0 $request->{'summary_data'} and $request->{'summary_field_list'}
188 0 0 0 ref $field_list eq 'ARRAY' and @$field_list
267 0 0 0 defined $f->{'field'} and defined $$record{$f->{'field'}}
280 0 0 0 $f->{'if_field'} and not $$record{$f->{'if_field'}}
281 0 0 0 $f->{'not_field'} and $$record{$f->{'not_field'}}
287 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 //= ''
294 0 0 $f->{'text_join'} // ', '

or 3 conditions

line l !l&&r !l&&!r condition
88 0 0 0 $request->extra_datainfo_title($key) || $key