Condition Coverage

blib/lib/RDF/Query/Parser/SPARQL.pm
Criterion Covered Total %
condition 12 29 41.3


and 3 conditions

line !l l&&!r l&&r condition
292 586 0 5758 &blessed($thing) and $thing->isa('Regexp')
339 5838 0 4103 &blessed($thing) and $thing->isa('Regexp')
853 0 2 0 &blessed($peek) and $peek->isa('RDF::Query::Algebra::BasicGraphPattern')
1543 0 0 0 &blessed($expr) and $expr->isa('RDF::Trine::Node::Literal')
0 0 0 &blessed($expr) and $expr->isa('RDF::Trine::Node::Literal') and $expr->is_numeric_type
1557 0 0 4 &blessed($expr) and $expr->isa('RDF::Trine::Node::Literal')
0 0 4 &blessed($expr) and $expr->isa('RDF::Trine::Node::Literal') and $expr->is_numeric_type

or 2 conditions

line l !l condition
515 1 0 $self->{'build'}{'triples'} || []

or 3 conditions

line l !l&&r !l&&!r condition
840 0 26 19 $need_dot or $self->_test('.')
1391 0 2 92 $self->_test($r_ANON) or $self->_test('_:')