Branch Coverage

blib/lib/RPC/Oracle.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
17 0 0 if (@_ == 2)
26 0 0 if (@_ == 2)
36 0 0 unless $self->_check_identifier($method)
39 0 0 unless ($self->dbh)
48 0 0 if (defined wantarray)
54 0 0 if ($self->schema)
59 0 0 if (@args > 0)
63 0 0 if (@args == 1 and ref $args[0] eq 'HASH') { }
66 0 0 $first ? :
84 0 0 if (ref $bindvar) { }
101 0 0 unless $constant_name
103 0 0 unless $self->_check_identifier($constant_name)
107 0 0 if ($$self{uc $schema}{uc $constant_name})
111 0 0 unless $self->dbh
116 0 0 $schema ? :
140 0 0 if $sub eq 'DESTROY'