| blib/lib/MooseX/Storage/Util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 9 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 26 | 0 | 0 | 3 | ref $data and ref $data eq 'HASH' |
| 0 | 0 | 3 | ref $data and ref $data eq 'HASH' and not &blessed($data) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 29 | 0 | 3 | 0 | $options{'key'} ||= $MooseX::Storage::Engine::CLASS_MARKER |