File: | C4/SQLHelper.pm |
Coverage: | 0.0% |
line | % | coverage | condition | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
125 | 0 |
| $searchtype ||= 'exact' | ||||||||||||
127 | 0 |
| $columns_out ||= ['*'] | ||||||||||||
160 | 0 |
| $debug and $values | ||||||||||||
163 | 0 |
| $@ and $debug | ||||||||||||
185 | 0 |
| $@ and $debug | ||||||||||||
214 | 0 |
| $@ and $debug | ||||||||||||
238 | 0 |
| $@ and $debug | ||||||||||||
407 | 0 |
| $$columns{$field}{'Type'} =~ /date/ and not $$filter_input{$field} =~ 'C4::Dates'->regexp('iso') | ||||||||||||
430 | 0 |
| @operands > 1 and $searchtype =~ /start_with/o | ||||||||||||
467 | 0 |
| not $searchtype or $searchtype eq 'exact' | ||||||||||||
471 | 0 |
| $field =~ /(?<!zip)code|(?<!card)number/ and $searchtype ne 'exact' |