Condition Coverage

blib/lib/DBIx/Foo/SearchQuery.pm
Criterion Covered Total %
condition 0 41 0.0


and 3 conditions

line !l l&&!r l&&r condition
198 0 0 0 $search and $filter
201 0 0 0 $filter || $search and $sql_fields
204 0 0 0 $filter || $search || $sql_fields and $match
207 0 0 0 $filter || $search || $sql_fields || $match and $predicate

or 2 conditions

line l !l condition
11 0 0 $_[2] || 1
12 0 0 $_[3] || 20
13 0 0 $_[4] || ' and '
307 0 0 shift() || 'ASC'

or 3 conditions

line l !l&&r !l&&!r condition
195 0 0 0 $filter or $search
0 0 0 $filter or $search or $sql_fields
0 0 0 $filter or $search or $sql_fields or $match
0 0 0 $filter or $search or $sql_fields or $match or $predicate
201 0 0 0 $filter || $search
204 0 0 0 $filter || $search || $sql_fields
207 0 0 0 $filter || $search || $sql_fields || $match