blib/lib/RDF/Query/Plan/Join/PushDownNestedLoop.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 14 | 78.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
55 | 11 | 19 | 1 | not $opt and $rhs->isa('RDF::Query::Plan::Join') |
30 | 0 | 1 | not $opt and $rhs->isa('RDF::Query::Plan::Join') and $rhs->optional | |
175 | 66 | 7 | 14 | $opt and $self->[0]{'inner_count'} == 0 |
197 | 0 | 0 | 30 | &blessed(scalar $self->lhs) and $self->lhs->state == $self->lhs->OPEN |
line | l | !l | condition |
---|---|---|---|
54 | 11 | 20 | shift() || 0 |