blib/lib/Class/DBI/Audit.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 25 | 64.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
217 | 2 | 21 | 1 | defined $x and not defined $y |
218 | 2 | 21 | 0 | defined $y and not defined $x |
221 | 4 | 0 | 2 | $x =~ /^-?(?:\d+(?:\.\d*)?|\.\d+)$/ and $y =~ /^-?(?:\d+(?:\.\d*)?|\.\d+)$/ |
4 | 2 | 0 | $x =~ /^-?(?:\d+(?:\.\d*)?|\.\d+)$/ and $y =~ /^-?(?:\d+(?:\.\d*)?|\.\d+)$/ and $x == $y | |
224 | 5 | 1 | 0 | $x =~ /^\s*$/ and $y =~ /^\s*$/ |
line | l | !l | condition |
---|---|---|---|
230 | 0 | 36 | $$s{'package'} || 'main::' |
243 | 0 | 12 | $$s{'package'} || 'main::' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
186 | 0 | 16 | 0 | $obj->auditTable || join('_', $obj->table, 'audit') |
219 | 21 | 0 | 2 | defined $x or defined $y |