Condition Coverage

blib/lib/Slackware/Slackget/Search.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
163 0 0 0 defined $_->getValue($field) and $_->getValue($field) =~ /\Q$string\E/i
165 0 0 0 defined $_->getValue($1) and $_->getValue($1) ne $2
210 0 0 0 defined $_->getValue($1) and $_->getValue($1) ne $2
0 0 0 defined $_->getValue($1) and $_->getValue($1) eq $2
226 0 0 0 defined $field_value and defined $complete_request
243 0 0 0 $is_result and $cpt

or 3 conditions

line l !l&&r !l&&!r condition
67 0 0 0 $_->get_id =~ /\Q$string\E/i or $_->name =~ /\Q$string\E/i
132 0 0 0 $_->get_id =~ /\Q$string\E/i or $_->description =~ /\Q$string\E/i
163 0 0 0 $_->get_id =~ /\Q$string\E/i or defined $_->getValue($field) and $_->getValue($field) =~ /\Q$string\E/i