Condition Coverage

File:C4/SQLHelper.pm
Coverage:0.0%

line%coveragecondition
1250
Adec
00
11
$searchtype ||= 'exact'
1270
Adec
00
11
$columns_out ||= ['*']
1600
ABdec
0X0
100
111
$debug and $values
1630
ABdec
0X0
100
111
$@ and $debug
1850
ABdec
0X0
100
111
$@ and $debug
2140
ABdec
0X0
100
111
$@ and $debug
2380
ABdec
0X0
100
111
$@ and $debug
4070
ABdec
0X0
100
111
$$columns{$field}{'Type'} =~ /date/ and not $$filter_input{$field} =~ 'C4::Dates'->regexp('iso')
4300
ABdec
0X0
100
111
@operands > 1 and $searchtype =~ /start_with/o
4670
ABdec
000
011
1X1
not $searchtype or $searchtype eq 'exact'
4710
ABdec
0X0
100
111
$field =~ /(?<!zip)code|(?<!card)number/ and $searchtype ne 'exact'