Condition Coverage

blib/lib/OPTIMADE/Filter/AndOr.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
71 0 0 280 builtin::blessed($arg) and $arg->can("to_filter")
102 0 0 140 builtin::blessed($arg) and $arg->can("to_SQL")
109 94 45 1 $self->{'operands'}[$i]->isa("OPTIMADE::Filter::AndOr") and !$flatten || $self->operator ne $self->{'operands'}[$i]->operator

or 3 conditions

line l !l&&r !l&&!r condition
109 40 1 5 !$flatten || $self->operator ne $self->{'operands'}[$i]->operator