Condition Coverage

blib/lib/RDF/Query/Expression/Function.pm
Criterion Covered Total %
condition 14 25 56.0


and 3 conditions

line !l l&&!r l&&r condition
78 85 0 138 &blessed($uri) and $uri->isa('RDF::Trine::Node::Resource')
197 0 0 0 &blessed($arg) and $arg->isa('RDF::Query::Algebra')
0 0 0 &blessed($arg) and $arg->isa('RDF::Query::Node::Resource')

or 2 conditions

line l !l condition
227 276 80 shift() || 'RDF::Query'
251 43 7 $val || 0

or 3 conditions

line l !l&&r !l&&!r condition
148 0 0 7 $func eq 'IN' or $func eq 'NOT IN'
0 0 7 $func eq '||' or $func eq '&&'
235 16 4 336 $uriv =~ /^sparql:logical-(.+)$/ or $uriv =~ /^sparql:(not)?in$/
20 8 328 $uriv =~ /^sparql:logical-(.+)$/ or $uriv =~ /^sparql:(not)?in$/ or $uriv eq 'sparql:coalesce'