blib/lib/Catmandu/Store/Solr/CQL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
71 | 0 | 0 | 0 | $mapping and $mapping->{'default_relation'} |
83 | 0 | 0 | 0 | $mapping and $mapping->{'default_index'} |
117 | 0 | 0 | 0 | ref $op and $op->{'field'} |
139 | 0 | 0 | 0 | ref $op and $op->{'filter'} |
160 | 0 | 0 | 0 | ref $op and $op->{'cb'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
183 | 0 | 0 | 0 | $base eq '=' or $base eq 'scr' |
267 | 0 | 0 | 0 | $lft->isa('CQL::TermNode') or $lft->isa('CQL::ProxNode') |
269 | 0 | 0 | 0 | $rgt->isa('CQL::TermNode') or $rgt->isa('CQL::ProxNode') |