blib/lib/Tie/RDBM.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 36 | 38.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
102 | 2 | 0 | 0 | $canfreeze &&= $haveStorable |
114 | 1 | 0 | 1 | defined $sth and $sth->execute ne '' |
120 | 1 | 0 | 0 | $canfreeze &&= $field_names{$opt->{'frozen'}} |
178 | 8 | 0 | 0 | $self->{'canfreeze'} && $result->[1] |
185 | 5 | 0 | 0 | ref $value and $self->{'canfreeze'} |
325 | 0 | 0 | 4 | $sth and $sth->rows |
340 | 0 | 0 | 20 | $sth and $sth->execute |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
53 | 2 | 0 | 0 | $dsn ||= $opt->{'db'} |
97 | 0 | 2 | 0 | $Types{$driver} || $Types{'default'} |
125 | 1 | 0 | 0 | $opt->{'create'} or $opt->{'drop'} |
159 | 0 | 0 | 2 | $driver eq 'mSQL' || $driver eq 'mysql' |
200 | 1 | 4 | 0 | $self->_update($key, $value, $frozen) || $self->_insert($key, $value, $frozen) |