blib/lib/RDF/Query/Node/Blank.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 12 | 75.0 |
line | true | false | branch |
---|---|---|---|
56 | 0 | 6 | unless &blessed($nodeb) |
57 | 0 | 6 | if $nodeb->isa('RDF::Trine::Node::Nil') |
58 | 1 | 5 | if $nodeb->isa('RDF::Query::Node::Literal') |
59 | 1 | 4 | if $nodeb->isa('RDF::Query::Node::Resource') |
60 | 0 | 4 | unless $nodeb->isa('RDF::Query::Node::Blank') |
77 | 3 | 137 | unless (defined $name) |