Branch Coverage

blib/lib/Tao/DBI/st.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
39 0 0 unless defined $args->{'sql'}
41 0 0 unless $args->{'dbh'}
46 0 0 if ($self->{'DBH'}->isa('Tao::DBI::db')) { }
53 0 0 unless ($self->{'STMT'})
67 0 0 if /\G::/cg
69 0 0 if /\G:(\w+)/cg
71 0 0 if /\G(:?[^:]*)/cg
88 0 0 if (not $args) { }
0 0 elsif (ref $args) { }
89 0 0 if (@{$self->{'ARGNS'};})
97 0 0 if (@{$self->{'ARGNS'};} != 1)