blib/lib/DBIx/QuickDB/Driver.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 36 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
313 | 0 | 0 | 0 | $driver_handle->{'Type'} and $driver_handle->{'Type'} eq 'db' |
0 | 0 | 0 | $driver_handle->{'Type'} and $driver_handle->{'Type'} eq 'db' and $driver_handle->{'Name'} | |
0 | 0 | 0 | $driver_handle->{'Type'} and $driver_handle->{'Type'} eq 'db' and $driver_handle->{'Name'} and index($driver_handle->{'Name'}, $self->{'dir'}) >= 0 | |
350 | 0 | 0 | 0 | $self->{'root_pid'} and $self->{'root_pid'} == $$ |
line | l | !l | condition |
---|---|---|---|
74 | 0 | 0 | $self->env_vars || {} |
121 | 0 | 0 | $self->{'env_vars'} ||= {} |
152 | 0 | 0 | $self->{'verbose'} // 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
103 | 0 | 0 | 0 | &blessed($in) || $in |
150 | 0 | 0 | 0 | delete $params{'dir'} // tempdir('DB-QUICK-CLONE-XXXXXX', 'CLEANUP', 0, 'TMPDIR', 1) |
189 | 0 | 0 | 0 | $self->{'verbose'} || $params->{'no_log'} || $ENV{'DB_VERBOSE'} |
197 | 0 | 0 | 0 | $params->{'log_file'} || ($no_log ? undef : $self->gen_log) |
270 | 0 | 0 | 0 | $self->{'watcher'} or -S $socket |
281 | 0 | 0 | 0 | $self->{'watcher'} or -S $socket |