Branch Coverage

blib/lib/ODO/Query/Simple.pm
Criterion Covered Total %
branch 3 4 75.0


line true false branch
87 0 986 unless UNIVERSAL::isa($statement, 'ODO::Statement')
90 32 360 if $self->s->equal($statement->s) and $self->p->equal($statement->p) and $self->o->equal($statement->o)