Condition Coverage

blib/lib/DBIx/Simple.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
42 0 0 0 defined $arguments[0] and UNIVERSAL::isa($arguments[0], 'DBI::db')
48 0 0 0 defined $arguments[3] and exists $arguments[3]{'PrintError'}
50 0 0 0 defined $arguments[3] and exists $arguments[3]{'RaiseError'}
115 0 0 0 defined $_ and $_->_die($cause, 0)
287 0 0 0 $save and $keep
539 0 0 0 defined $type && length $type

or 2 conditions

line l !l condition
399 0 0 shift() || ':RowObject'
456 0 0 shift() || ':RowObject'
540 0 0 $type ||= 'neat'

or 3 conditions

line l !l&&r !l&&!r condition
50 0 0 0 $no_raiseerror or defined $arguments[3] and exists $arguments[3]{'RaiseError'}
81 0 0 0 $_[0]{'abstract'} ||= 'SQL::Abstract'->new
196 0 0 0 $$self{'dbi_version'} ||= 'DBI'->VERSION
541 0 0 0 $type eq 'box' or $type eq 'table'