Condition Coverage

blib/lib/PGObject.pm
Criterion Covered Total %
condition 2 26 7.6


and 3 conditions

line !l l&&!r l&&r condition
325 0 0 0 ref $_ && eval { do { $_->{'cast'} } }

or 2 conditions

line l !l condition
178 0 0 $args{'funcschema'} ||= "public"
179 0 0 $args{'funcprefix'} ||= ""
181 0 0 $args{'argschema'} ||= "public"
207 0 0 $dbh->prepare($query) || die($!)
208 0 0 $sth->execute(@queryargs) || die($dbh->errstr . ': ' . $query)
296 0 0 $args{'funcschema'} ||= "public"
297 0 0 $args{'funcprefix'} ||= ""
299 0 0 $args{'registry'} ||= "default"
354 0 0 $dbh->prepare($query) || die($!)
462 1 2 $args{'registry'} ||= "default"

or 3 conditions

line l !l&&r !l&&!r condition
183 0 0 0 $args{'dbh'} || croak($PGObject::log->error('No dbh provided'))