Branch Coverage

blib/lib/ODO/RDFS/Class.pm
Criterion Covered Total %
branch 5 18 27.7


line true false branch
29 0 8 unless ref $self
38 0 8 if (exists $properties{'subClassOf'} and defined $properties{'subClassOf'})
41 0 0 unless (UNIVERSAL::isa($properties{'subClassOf'}, 'ODO::RDFS::Properties::subClassOf'))
45 0 0 unless ($self->can('properties'))
49 0 0 unless ($self->properties->can('subClassOf'))
71 0 0 if UNIVERSAL::isa($self->subject, 'ODO::Node::Literal')
85 0 6 unless UNIVERSAL::can($my_super, '__to_statement_array')
96 6 6 unless $propertyName and $propertyName ne ''
104 0 0 if (UNIVERSAL::isa($p_value, 'ODO::Node::Literal')) { }