blib/lib/RDF/Core/Resource.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
53 | 0 | 0 | if (@_ gt 1) { } |
56 | 0 | 0 | unless defined $namespace |
58 | 0 | 0 | unless defined $localValue |
63 | 0 | 0 | unless defined $URI |
93 | 0 | 0 | unless ref $other and $other->isa('RDF::Core::Node') |
100 | 0 | 0 | if ($URI =~ m[(^.*[/#:])([a-zA-Z_][^/#:]*$)]) { } |