blib/lib/PGObject/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 26 | 3.8 |
line | true | false | branch |
---|---|---|---|
159 | 0 | 2 | if ref $self |
259 | 0 | 0 | if (ref $self) { } |
269 | 0 | 0 | if eval { do { "$self"->funcschema } } |
270 | 0 | 0 | if eval { do { "$self"->funcprefix } } |
282 | 0 | 0 | if (ref $self and $argname) |
283 | 0 | 0 | if (eval { do { $self->can($argname) } }) { } |
289 | 0 | 0 | if exists $args->{'args'}{$argname} |
290 | 0 | 0 | if eval { do { $db_arg->can("to_db") } } |
299 | 0 | 0 | unless $args{'funcname'} |
302 | 0 | 0 | unless $args{'dbh'} |
312 | 0 | 0 | if ref $self |
333 | 0 | 0 | unless $args{'dbh'} |
335 | 0 | 0 | unless wantarray |