blib/lib/OPTIMADE/Filter/AndOr.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 12 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
70 | 0 | 0 | 256 | &blessed($arg) and $arg->can('to_filter') |
101 | 0 | 0 | 128 | &blessed($arg) and $arg->can('to_SQL') |
108 | 84 | 43 | 1 | $self->{'operands'}[$i]->isa('OPTIMADE::Filter::AndOr') and !$flatten || $self->operator ne $self->{'operands'}[$i]->operator |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
108 | 38 | 1 | 5 | !$flatten || $self->operator ne $self->{'operands'}[$i]->operator |