| blib/lib/OPTIMADE/Filter/Zip.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 14 | 71.4 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 16 | 16 | if defined $operator |
| 39 | 16 | 32 | if defined $values |
| 52 | 2 | 56 | if (builtin::blessed($arg) and $arg->can('to_filter')) { } |
| 90 | 0 | 16 | unless ($self->{'properties'}) |
| 93 | 0 | 16 | unless ($self->operator) |
| 96 | 0 | 16 | unless ($self->values) |
| 99 | 0 | 16 | if (&any(sub { scalar @$_ != scalar @{$self->{'properties'};}; } , @{$self->values;})) |