| blib/lib/OPTIMADE/Filter/AndOr.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 12 | 66.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 71 | 0 | 0 | 256 | &blessed($arg) and $arg->can('to_filter') | 
| 102 | 0 | 0 | 128 | &blessed($arg) and $arg->can('to_SQL') | 
| 109 | 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 | 
|---|---|---|---|---|
| 109 | 38 | 1 | 5 | !$flatten || $self->operator ne $self->{'operands'}[$i]->operator |