blib/lib/Tie/Subset/Hash/Masked.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 23 | 24 | 100.0 |
line | true | false | branch |
---|---|---|---|
44 | 1 | 6 | unless @_ == 3 |
46 | 1 | 5 | unless ref $hash eq "HASH" |
47 | 1 | 4 | unless ref $mask eq "ARRAY" |
48 | 1 | 12 | if ref $_ |
1 | 11 | unless defined $_ | |
62 | 6 | 41 | if exists $self->{'mask'}{$key} |
75 | 3 | 2 | unless (exists $self->{'mask'}{$key}) |
93 | 34 | 3 | if (not exists $self->{'mask'}{$key} and exists $self->{'hash'}{$key}) { } |
116 | 8 | 65 | unless defined $next |
117 | 27 | 38 | if exists $self->{'mask'}{$next} |
131 | 4 | 2 | unless (exists $self->{'mask'}{$key}) |
161 | 0 | 1 | if $] lt "5.026" |