blib/lib/FlatFile/DataStore/DBM.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 12 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
170 | 0 | 1 | 1 | defined $keynum and $keynum =~ /^[0-9]+$/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
367 | 0 | 0 | 4 | not $reftype or $reftype eq 'SCALAR' |
400 | 1 | 0 | 12 | not $reftype or $reftype eq 'SCALAR' |
2 | 9 | 1 | $reftype =~ /Record/ or $reftype eq 'HASH' |