Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
97 0 0 0 -d $path and -r $path
171 0 0 0 -d $object and -r $object
213 0 0 0 -f $object and -r $object
564 0 0 0 $command ne 'proceed' and $command ne 'ifvalid'
0 0 0 $command ne 'proceed' and $command ne 'ifvalid' and $command ne 'validif'
0 0 0 $$self{'processing'}{'skip_switch'} and ($command ne 'proceed' and $command ne 'ifvalid' and $command ne 'validif')

or 2 conditions

line l !l condition
507 0 0 $message || 'database error'
511 0 0 $$self{'cursor'} || '0'
0 0 $message || $$self{'dbix'}->error || 'Check the sql file for errors'