Branch Coverage

blib/lib/RDF/Core/Model/Parser.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
61 0 0 if (@_ > 0)
75 0 0 if (exists $$params{'subject_ns'}) { }
81 0 0 if (exists $$params{'predicate_ns'}) { }
87 0 0 if (exists $$params{'object_literal'}) { }
0 0 elsif (exists $$params{'object_ns'}) { }
101 0 0 unless defined $parserOptions{'Assert'}
103 0 0 if $self->getOptions->{'SourceType'} eq 'string'
105 0 0 if $self->getOptions->{'SourceType'} eq 'file'