Branch Coverage

blib/lib/RDF/Simple/Serialiser/NT.pm
Criterion Covered Total %
branch 9 16 56.2


line true false branch
68 2 0 if ($sId eq '')
76 0 2 unless ($sClass)
85 0 2 if ($object->{'Uri'})
98 3 2 unless ($sVal =~ /\A$RDF::Simple::Serialiser::NT::RE{'num'}{'decimal'}\z/)
128 0 1 if ($self->_looks_like_uri($sVal)) { }
142 0 2 if keys %$object
154 0 3 if ($s eq '')
173 10 0 if ($s =~ /\A([^:]*):([^:]+)\z/) { }