Branch Coverage

blib/lib/RDF/AllegroGraph/Utils.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
14 0 0 unless $typeURI =~ /^<.+>$/
15 0 0 $typeURI =~ /spherical/ ? :
33 0 0 if ($d =~ m["true"\^\^]) { }
0 0 elsif ($d =~ m["false"\^\^]) { }
0 0 elsif ($d =~ /^<(.*)>$/) { }
0 0 elsif ($d =~ /^"(.*)"$/) { }
0 0 elsif (&JSON::XS::is_bool($d)) { }