Branch Coverage

blib/lib/WQS/SPARQL/Result.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
30 3 1 unless (defined $vars_ar)
34 0 4 if ($self->{'verbose'})
40 4 0 if (exists $result_hr->{'results'}{'bindings'})
45 0 5 unless (exists $item_hr->{$var})
53 3 2 if ($item_hr->{$var}{'type'} eq 'uri') { }
1 1 elsif ($item_hr->{$var}{'type'} eq 'literal') { }