Branch Coverage

blib/lib/OPTIMADE/Filter/ListComparison.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
21 30 28 if defined $property
28 0 26 if defined $operator
35 28 26 if defined $values
46 6 52 if (builtin::blessed($arg) and $arg->can('to_filter')) { }
81 0 26 unless ($self->property)
84 0 26 unless ($self->operator)
87 0 26 if (not $self->values)