blib/lib/RDF/Lazy/Node.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 24 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
63 | 11 | 2 | 1 | $check eq '@' and $self->lang |
64 | 5 | 5 | 3 | $check =~ /^@(.+)/ and $self->lang($1) |
65 | 7 | 2 | 1 | $check =~ /^\^\^?$/ and $self->datatype |
66 | 9 | 0 | 0 | $check =~ /^\^\^?(.+)$/ and $self->datatype($1) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
27 | 0 | 0 | 29 | not ref $self or $AUTOLOAD =~ /^(.+::)?DESTROY$/ |
62 | 0 | 0 | 14 | $check eq '' or $check eq 'literal' |
68 | 0 | 0 | 1 | $check eq ':' or $check eq 'resource' |
70 | 1 | 0 | 0 | $check eq '-' or $check eq 'blank' |