Condition Coverage

blib/lib/Search/QueryParser/SQL.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
195 0 0 0 $reftype ne 'ARRAY' and $reftype ne 'HASH'

or 2 conditions

line l !l condition
164 0 0 delete $$args{'quote_columns'} || ''
165 0 0 delete $$args{'fuzzify'} || 0
166 0 0 delete $$args{'fuzzify2'} || 0
167 0 0 delete $$args{'strict'} || 0
168 0 0 delete $$args{'like'} || 'ILIKE'
169 0 0 delete $$args{'lower'} || 0
170 0 0 delete $$args{'column_class'} || 'Search::QueryParser::SQL::Column'
177 0 0 delete $$args{'default_column'} || [sort(keys %{$$self{'columns'};})]
286 0 0 $_[1] || 0

or 3 conditions

line l !l&&r !l&&!r condition
195 0 0 0 not $reftype or $reftype ne 'ARRAY' and $reftype ne 'HASH'