blib/lib/NoSQL/PL2SQL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 22 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
75 | 0 | 0 | 0 | exists $errors{$k} and ref $errors{$k} eq 'CODE' |
100 | 0 | 0 | 0 | @_ && !ref($_[0]) |
101 | 0 | 0 | 0 | @_ && ref $_[0] |
117 | 0 | 0 | 0 | defined $objectid and defined $object |
140 | 0 | 0 | 0 | exists $$self{'perldata'}{$objectid} and $$self{'perldata'}{$objectid}{'reftype'} eq 'perldata' |
line | l | !l | condition |
---|---|---|---|
109 | 0 | 0 | return sqlcarp($package, $errors[2], {}, @args, 'Fetch requires an objectid.') or return undef |
138 | 0 | 0 | $self->record($objectid) || {'id', 0} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
109 | 0 | 0 | 0 | defined $objectid or defined $object |