Branch Coverage

lib/DBIx/ActiveRecord/Arel/Where.pm
Criterion Covered Total %
branch 4 4 100.0


line true false branch
18 4 33 if ($self->op eq 'IN' or $self->op eq 'NOT IN') { }
2 31 elsif ($self->op eq 'IS NULL' or $self->op eq 'IS NOT NULL') { }