blib/lib/PGObject/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 26 | 3.8 |
line | true | false | branch |
---|---|---|---|
155 | 0 | 2 | if ref $self |
255 | 0 | 0 | if (ref $self) { } |
265 | 0 | 0 | if eval { do { "$self"->funcschema } } |
266 | 0 | 0 | if eval { do { "$self"->funcprefix } } |
278 | 0 | 0 | if (ref $self and $argname) |
279 | 0 | 0 | if (eval { do { $self->can($argname) } }) { } |
285 | 0 | 0 | if exists $args->{'args'}{$argname} |
286 | 0 | 0 | if eval { do { $db_arg->can('to_db') } } |
287 | 0 | 0 | if $_->{'type'} eq 'bytea' |
295 | 0 | 0 | unless $args{'funcname'} |
306 | 0 | 0 | if ref $self |
326 | 0 | 0 | unless $args{'dbh'} |
328 | 0 | 0 | unless wantarray |