| blib/lib/RDF/Query/Algebra/Filter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 17 | 52.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 206 | 0 | 0 | 16 | &blessed($expr) and $expr->isa('RDF::Query::Algebra') |
| 0 | 0 | 0 | &blessed($expr) and $expr->isa('RDF::Query::Node::Variable') |
| line | l | !l | condition |
|---|---|---|---|
| 119 | 47 | 37 | shift() || '' |
| 120 | 84 | 0 | $context->{'indent'} || ' ' |
| 137 | 8 | 0 | shift() || {} |
| 138 | 0 | 8 | shift() || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 63 | 44 | 1 | 3 | $pattern->isa('RDF::Query::Algebra::GroupGraphPattern') or $pattern->isa('RDF::Query::Algebra::Filter') |