line |
true |
false |
branch |
158
|
0 |
0 |
if defined $self->$_
|
200
|
0 |
0 |
if (not $response->is_success) { }
|
210
|
0 |
0 |
unless my $csv = 'Text::CSV'->new({'binary', 1, 'escape_char', '"', 'quote_char', '"'})
|
217
|
0 |
0 |
unless $csv->eof
|
225
|
0 |
0 |
if (not $max[$col_idx] or length $$parsed_data[$row_idx][$col_idx] > $max[$col_idx])
|
232
|
0 |
0 |
if ($self->headers)
|
237
|
0 |
0 |
unless ($result->num_columns)
|
292
|
0 |
0 |
if (length($sql) + length($self->insert_buffer) > $self->insert_buffer_limit)
|
320
|
0 |
0 |
if ($self->query_cache)
|
321
|
0 |
0 |
if (-f $cache_file)
|
325
|
0 |
0 |
unless ($response)
|
326
|
0 |
0 |
$self->headers ? :
|
338
|
0 |
0 |
if ($response->code == 401 and $response->message eq 'Unauthorized')
|
344
|
0 |
0 |
if ($self->query_cache)
|