Condition Coverage

blib/lib/RDF/Core/Literal.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
69 0 0 0 ref $node and $node->isa('RDF::Core::Node')
71 0 0 0 $node->isLiteral && $node->getValue eq $self->getValue && (!($node->getLang || $self->getLang) || uc $node->getLang eq uc $self->getLang) && (!($node->getDatatype || $self->getDatatype) || $node->getDatatype eq $self->getDatatype)

or 3 conditions

line l !l&&r !l&&!r condition
48 0 0 0 ref $pkg || $pkg