Branch Coverage

blib/lib/RDF/Helper/API.pm
Criterion Covered Total %
branch 0 44 0.0


line true false branch
34 0 0 if (defined $s)
39 0 0 $self->{'ExpandQNames'} ? :
0 0 ref $s ? :
41 0 0 if (defined $p)
46 0 0 $self->{'ExpandQNames'} ? :
0 0 ref $p ? :
48 0 0 if (defined $o)
49 0 0 if (ref $o) { }
54 0 0 $self->{'ExpandQNames'} ? :
56 0 0 if ($type eq 'resource') { }
76 0 0 ref $_[0] eq 'HASH' ? :
131 0 0 $subj->is_blank ? :
134 0 0 if ($obj->is_literal) { }
0 0 elsif ($obj->is_resource) { }
153 0 0 if ($self->count(@_) > 0)
164 0 0 if $count > 1
173 0 0 if $count > 1
182 0 0 unless $in
183 0 0 if ($in->is_resource) { }
0 0 elsif ($in->is_blank) { }
191 0 0 if (my $uri = $in->literal_datatype)
208 0 0 unless (defined $s or defined $p or defined $o)