|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
84
 | 
 0  | 
 1125  | 
 if ($n->isa('RDF::Trine::Node::Variable')) { }
  | 
 
| 
 | 
 295  | 
 830  | 
 elsif ($n->isa('RDF::Trine::Node::Literal')) { }
  | 
 
| 
 | 
 378  | 
 452  | 
 elsif ($n->isa('RDF::Trine::Node::Resource')) { }
  | 
 
| 
 | 
 94  | 
 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'))
  |