blib/lib/PGObject/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 24 | 4.1 |
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') } } |
294 | 0 | 0 | unless $args{'funcname'} |
305 | 0 | 0 | if ref $self |
325 | 0 | 0 | unless $args{'dbh'} |
327 | 0 | 0 | unless wantarray |