blib/lib/Catmandu/Importer/RDF.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 21 | 47.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
120 | 0 | 0 | 3 | defined $stream and defined(my $row = $stream->next) |
255 | 2 | 0 | 6 | not $self->type and $self->file |
2 | 0 | 6 | not $self->type and $self->file and not $from_scalar |
line | l | !l | condition |
---|---|---|---|
41 | 11 | 0 | $ns // 1 |
93 | 0 | 0 | $self->cache_options // {} |
254 | 8 | 0 | ref $self->file // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
121 | 2 | 1 | 0 | ref $row eq 'RDF::Query::VariableBindings' or ref $row eq 'RDF::Trine::VariableBindings' |
261 | 6 | 0 | 0 | $self->file // $self->fh |