blib/lib/RDF/Trine/Node.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 18 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
69 | 0 | 0 | 1 | &blessed($self) && $self->isa('RDF::Trine::Node') |
80 | 0 | 3411 | 0 | &blessed($self) && $self->isa('RDF::Trine::Node::Nil') |
91 | 0 | 1079 | 19 | &blessed($self) && $self->isa('RDF::Trine::Node::Blank') |
102 | 0 | 48 | 1063 | &blessed($self) && $self->isa('RDF::Trine::Node::Resource') |
113 | 0 | 207 | 85 | &blessed($self) && $self->isa('RDF::Trine::Node::Literal') |
124 | 0 | 6559 | 5450 | &blessed($self) && $self->isa('RDF::Trine::Node::Variable') |