Condition Coverage

blib/lib/ODO/Query/Simple.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
90 594 360 32 $self->s->equal($statement->s) and $self->p->equal($statement->p)
954 0 32 $self->s->equal($statement->s) and $self->p->equal($statement->p) and $self->o->equal($statement->o)

or 3 conditions

line l !l&&r !l&&!r condition
104 143 0 10 $$config{'s'} || $ODO::Node::ANY
105 141 0 12 $$config{'p'} || $ODO::Node::ANY
106 141 0 12 $$config{'o'} || $ODO::Node::ANY