| lib/Hash/Persistent.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 13 | 76.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 38 | 37 | 5 | 1 | $$options{'read_only'} and $$options{'auto_commit'} |
| 58 | 15 | 3 | 23 | -e $fname and not $$_self{'write_only'} |
| 128 | 41 | 0 | 0 | $$_self{'auto_commit'} and not $$self{'removed'} |
| line | l | !l | condition |
|---|---|---|---|
| 33 | 0 | 43 | $lock_options ||= {} |
| 35 | 29 | 14 | $options ||= {} |