line |
true |
false |
branch |
84
|
0 |
1117 |
if ($n->isa('RDF::Trine::Node::Variable')) { }
|
|
293 |
824 |
elsif ($n->isa('RDF::Trine::Node::Literal')) { }
|
|
375 |
449 |
elsif ($n->isa('RDF::Trine::Node::Resource')) { }
|
|
91 |
358 |
elsif ($n->isa('RDF::Trine::Node::Blank')) { }
|
|
358 |
0 |
elsif ($n->isa('RDF::Trine::Node::Nil')) { }
|
109
|
0 |
0 |
if ($n->does('Attean::API::Variable')) { }
|
|
0 |
0 |
elsif ($n->does('Attean::API::Literal')) { }
|
|
0 |
0 |
elsif ($n->does('Attean::API::IRI')) { }
|
|
0 |
0 |
elsif ($n->does('Attean::API::Blank')) { }
|
159
|
0 |
0 |
unless ($_->isa('RDF::Query::Node'))
|