|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
101
 | 
 9  | 
 3  | 
 unless ($nodes[$i] and $nodes[$i]->isa('RDF::Trine::Node::Variable'))
  | 
 
| 
113
 | 
 0  | 
 3  | 
 unless $statement
  | 
 
| 
117
 | 
 0  | 
 12  | 
 $statement->isa('RDF::Trine::Statement::Quad') ? :
  | 
 
| 
194
 | 
 0  | 
 0  | 
 &blessed($_) ? :
  | 
 
| 
195
 | 
 0  | 
 0  | 
 if $max_result_size and ++$count >= $max_result_size
  | 
 
| 
198
 | 
 0  | 
 0  | 
 if (ref $rescount)
  | 
 
| 
208
 | 
 0  | 
 0  | 
 if ('ARRAY' eq ref $rows[0]) { }
  | 
 
| 
209
 | 
 0  | 
 0  | 
 if (@$headers == @{$rows[0];}) { }
  | 
 
| 
263
 | 
 4  | 
 5  | 
 if ($max_result_size)
  | 
 
| 
264
 | 
 1  | 
 3  | 
 if $count++ >= $max_result_size
  | 
 
| 
271
 | 
 8  | 
 0  | 
 $subject->is_resource ? :
  | 
 
| 
277
 | 
 5  | 
 3  | 
 if ($object->is_resource) { }
  | 
 
| 
 | 
 0  | 
 3  | 
 elsif ($object->isa('RDF::Trine::Node::Blank')) { }
  | 
 
| 
293
 | 
 0  | 
 3  | 
 if (defined $object->literal_value_language) { }
  | 
 
| 
 | 
 0  | 
 3  | 
 elsif (defined $object->literal_datatype) { }
  | 
 
| 
333
 | 
 0  | 
 6  | 
 $statement->subject->isa('RDF::Trine::Node::Blank') ? :
  |