blib/lib/Tie/StorableDir/Slot.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 12 | 66.6 |
line | true | false | branch |
---|---|---|---|
47 | 10 | 20 | unless ref $thing |
48 | 0 | 20 | unless $$self{'parent'} |
49 | 8 | 12 | if (UNIVERSAL::isa($thing, 'HASH')) { } |
12 | 0 | elsif (UNIVERSAL::isa($thing, 'ARRAY')) { } | |
0 | 0 | elsif (UNIVERSAL::isa($thing, 'SCALAR')) { } | |
68 | 17 | 2 | if (defined $$self{'parent'}) |