blib/lib/Attean/API/QueryPlanner.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 15 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
146 | 0 | 0 | 2082 | &blessed($model) and $model->does("Attean::API::Model") |
356 | 0 | 0 | 1075 | &blessed($model) and $model->does("Attean::API::Model") |
505 | 0 | 0 | 64 | $lnodes[$i]->does("Attean::API::Variable") and $lnodes[$i]->value eq $var |
508 | 0 | 0 | 64 | $rnodes[$i]->does("Attean::API::Variable") and $rnodes[$i]->value eq $var |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
301 | 13 | 38 | 0 | not defined $min_key or $min_key eq $v_key |