Condition Coverage

blib/lib/RDF/Query/Algebra/Project.pm
Criterion Covered Total %
condition 7 21 33.3


and 3 conditions

line !l l&&!r l&&r condition
58 0 0 175 &reftype($vars) eq 'ARRAY' and not &blessed($vars)
212 0 0 1 $p->isa('RDF::Query::Algebra::GroupGraphPattern') and scalar @{[$p->patterns];} == 1
213 0 0 1 $p->isa('RDF::Query::Algebra::Extend') and $p->pattern->isa('RDF::Query::Algebra::Aggregate')
371 0 0 0 &blessed($v) and $v->isa('RDF::Query::Node::Variable')
0 0 0 &blessed($v) and $v->isa('RDF::Query::Node::Variable') and exists $$bound{$v->name}

or 2 conditions

line l !l condition
120 32 135 shift() || ''
121 167 0 $context->{'indent'} || ' '
174 29 0 shift() || {}