Branch Coverage

blib/lib/PGObject.pm
Criterion Covered Total %
branch 1 44 2.2


line true false branch
79 0 5 if grep {$_ eq ':cache';} @directives
192 0 0 if ($args{'argtype1'})
206 0 0 unless $sth->execute(@queryargs)
208 0 0 if $dbh->state eq '25P02'
209 0 0 unless $ref
210 0 0 if $sth->fetchrow_hashref('NAME_lc')
285 0 0 unless $dbh
286 0 0 unless eval { do { $dbh->isa('DBI::db') } }
294 0 0 if $args{'running_funcs'}
295 0 0 if $wf_string
300 0 0 if eval { do { $arg->can('to_db') } }
301 0 0 if eval { do { $arg->can('pgobject_to_db') } }
306 0 0 ref $_ && eval { do { $_->{'cast'} } } ? :
310 0 0 if ($args{'orderby'})
315 0 0 if (s/\s+(ASC|DESC)\s*$//i)
318 0 0 defined $dir ? :
330 0 0 if ($order)
340 0 0 if (ref($carg) =~ /HASH/) { }
348 0 0 if (ref($carg) =~ /ARRAY/)
350 0 0 if (eval { do { $carg->[0]->can('to_db') } })
362 0 0 unless $sth->execute
364 0 0 if $dbh->state eq '42883'