| blib/lib/RDF/Simple/Serialiser/N3.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 18 | 55.5 |
| line | true | false | branch |
|---|---|---|---|
| 55 | 3 | 1 | if (defined $rhNS->{$sNS} and $rhNS->{$sNS} ne '') |
| 70 | 0 | 3 | if ($sId ne '') { } |
| 79 | 0 | 3 | unless ($sClass) |
| 84 | 0 | 3 | unless ($sClass =~ /[^:]+:[^:]+/) |
| 89 | 0 | 0 | unless ($hsClassPrinted{$sClass}) |
| 98 | 0 | 3 | if ($object->{'Uri'}) |
| 110 | 4 | 1 | unless ($sVal =~ /\A$RDF::Simple::Serialiser::N3::RE{'num'}{'decimal'}\z/) |
| 138 | 0 | 2 | if ($self->_looks_like_uri($sVal)) |
| 147 | 0 | 3 | if keys %$object |