Branch Coverage

blib/lib/ODO/Query/Constraint.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
54 0 0 unless (UNIVERSAL::isa($self->left, 'ODO::Query::Constraint') or UNIVERSAL::isa($self->right, 'ODO::Query::Constraint'))
70 0 0 unless $fh
73 0 0 if ($self->is_unary)
77 0 0 if ($self->is_terminal) { }
79 0 0 if $self->right
86 0 0 if (UNIVERSAL::isa($lC, 'ODO::Query::Constraint')) { }
0 0 elsif (UNIVERSAL::isa($lC, 'ODO::Node')) { }
93 0 0 if (UNIVERSAL::isa($rC, 'ODO::Query::Constraint')) { }
0 0 elsif (UNIVERSAL::isa($rC, 'ODO::Node')) { }