Branch Coverage

blib/lib/ODO/Statement.pm
Criterion Covered Total %
branch 3 14 21.4


line true false branch
117 0 0 unless $statement->isa('ODO::Statement')
120 0 0 if $self->s->equal($statement->s) and $self->p->equal($statement->p) and $self->o->equal($statement->o)
139 0 0 unless $statement->isa('ODO::Statement')
146 0 0 if $self->$comp->isa('ODO::Node::Any') and not $statement->$comp->isa('ODO::Node::Any')
151 0 0 if $self->s->equal($statement->s) and $self->p->equal($statement->p) and $self->o->equal($statement->o)
171 22 25 unless (defined $$self{'_hash_value'})
182 0 108 unless ($$config{'s'}->isa('ODO::Node') and $$config{'p'}->isa('ODO::Node') and $$config{'o'}->isa('ODO::Node'))