Branch Coverage

blib/lib/RDF/Query/Algebra/Extend.pm
Criterion Covered Total %
branch 5 22 22.7


line true false branch
55 0 25 unless (&reftype($vars) eq 'ARRAY' and not &blessed($vars))
84 0 239 if (@_)
115 0 64 $_->isa('RDF::Query::Node::Variable') ? :
129 0 0 if (/^[(]extend\s+[(]\s*/) { }
135 0 0 if (/^\s*[)]/) { }
143 0 0 if (/^\s*[)]/) { }
166 1 0 if ($context->{'skip_extend'})
175 0 0 if ($k->isa('RDF::Query::Expression')) { }
0 0 elsif ($k->isa('RDF::Query::Node::Variable')) { }
228 0 2 if ($v->isa('RDF::Query::Node::Variable')) { }
249 0 0 if ($v->isa('RDF::Query::Node::Variable')) { }