Condition Coverage

blib/lib/StoredHash/Bulk.pm
Criterion Covered Total %
condition 0 18 0.0


or 2 conditions

line l !l condition
123 0 0 $$bulk{'shp'} || die('No StoredHash for Bulk-op')
124 0 0 $$bulk{'idcache'} || 0
160 0 0 $c{'op'} || 'insorup'

or 3 conditions

line l !l&&r !l&&!r condition
28 0 0 0 $c{'dbh'} || $$p{'dbh'}
29 0 0 0 $c{'table'} || $$p{'table'}
120 0 0 0 $c{'dbh'} || $$bulk{'shp'}{'dbh'}
163 0 0 0 not $arr or reftype $arr ne 'ARRAY'