Condition Coverage

blib/lib/DBIx/FixtureLoader.pm
Criterion Covered Total %
condition 0 32 0.0


and 3 conditions

line !l l&&!r l&&r condition
96 0 0 0 $update and $ignore
166 0 0 0 $args{'update'} and $args{'ignore'}
170 0 0 0 $update and $ignore
174 0 0 0 $bulk_insert and $skip_null_column
186 0 0 0 $update and $self->_driver_name ne 'mysql'
238 0 0 0 $data->[0] and $data->[0]{'data'}
0 0 0 $data->[0] and $data->[0]{'data'} and ref $data->[0]{'data'} eq 'HASH'

or 2 conditions

line l !l condition
103 0 0 $opts{'format'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
115 0 0 0 $format eq 'csv' or $format eq 'tsv'
189 0 0 0 $self->delete || $args{'delete'}
202 0 0 0 return $txn->commit or croak($dbh->errstr)