IPC/Shm/Make.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 20 | 45.0 |
line | true | false | branch |
---|---|---|---|
118 | 37 | 5 | unless $reftype |
123 | 1 | 4 | if ($reftype eq 'SCALAR') { } |
0 | 4 | elsif ($reftype eq 'ARRAY') { } | |
4 | 0 | elsif ($reftype eq 'HASH') { } | |
124 | 1 | 0 | if (my $obj = tied $$refdata) { } |
125 | 0 | 1 | unless $obj->isa('IPC::Shm::Tied') |
135 | 0 | 0 | if (my $obj = tied @$refdata) { } |
136 | 0 | 0 | unless $obj->isa('IPC::Shm::Tied') |
146 | 0 | 4 | if (my $obj = tied %$refdata) { } |
147 | 0 | 0 | unless $obj->isa('IPC::Shm::Tied') |