Branch Coverage

blib/lib/RDF/Query/Algebra/Filter.pm
Criterion Covered Total %
branch 9 16 56.2


line true false branch
62 0 46 unless $pattern->isa('RDF::Query::Algebra')
63 3 43 unless ($pattern->isa('RDF::Query::Algebra::GroupGraphPattern') or $pattern->isa('RDF::Query::Algebra::Filter'))
90 0 303 if (@_)
104 0 298 if (@_)
140 1 5 if ($context->{'skip_filter'})
148 5 0 if ($pattern_sparql =~ /}\s*$/) { }
206 12 0 if (&blessed($expr) and $expr->isa('RDF::Query::Algebra')) { }
0 0 elsif (&blessed($expr) and $expr->isa('RDF::Query::Node::Variable')) { }