blib/lib/RDF/Query/Expression/Function.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 25 | 56.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
78 | 85 | 0 | 135 | &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') |
line | l | !l | condition |
---|---|---|---|
227 | 274 | 80 | shift() || 'RDF::Query' |
251 | 43 | 7 | $val || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
148 | 0 | 0 | 4 | $func eq 'IN' or $func eq 'NOT IN' |
0 | 0 | 4 | $func eq '||' or $func eq '&&' | |
235 | 16 | 4 | 334 | $uriv =~ /^sparql:logical-(.+)$/ or $uriv =~ /^sparql:(not)?in$/ |
20 | 8 | 326 | $uriv =~ /^sparql:logical-(.+)$/ or $uriv =~ /^sparql:(not)?in$/ or $uriv eq 'sparql:coalesce' |