blib/lib/Data/Partial/Google/Filter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 18 | 100.0 |
line | true | false | branch |
---|---|---|---|
16 | 34 | 59 | unless ($self->has_properties) |
22 | 9 | 50 | if ($type eq 'ARRAY') { } |
47 | 3 | elsif ($type eq 'HASH') { } | |
42 | 4 | 53 | if ($key eq '*') { } |
48 | 5 | elsif (exists $hash->{$key}) { } | |
47 | 7 | 4 | if defined $masked |
51 | 47 | 1 | if (defined $masked or not $filter->has_properties) |
56 | 42 | 5 | if keys %$out |
65 | 7 | 2 | if @out |