| blib/lib/Stash/Manip.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 21 | 71.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 94 | 0 | 0 | 92 | defined $variable and length $variable |
| 221 | 1 | 1 | 1 | $type eq 'ARRAY' and $name ne 'ISA' |
| 343 | 0 | 0 | 0 | ref \$$namespace{$_} eq 'GLOB' && defined *{$$namespace{$_};}{'CODE'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 123 | 4 | 8 | 17 | $type eq 'HASH' or $type eq 'ARRAY' |
| 12 | 3 | 14 | $type eq 'HASH' or $type eq 'ARRAY' or $type eq 'IO' | |
| 11 | 4 | 10 | $type eq 'HASH' or $type eq 'ARRAY' or $type eq 'IO' or $type eq 'CODE' | |
| 129 | 5 | 0 | 2 | !defined($ref) || $ref eq 'SCALAR' || $ref eq 'REF' || $ref eq 'LVALUE' |