Condition Coverage

blib/lib/DBIx/Class/Ordered.pm
Criterion Covered Total %
condition 9 14 64.2


and 3 conditions

line !l l&&!r l&&r condition
460 3 16 0 defined $to_position and $to_position < 1

or 2 conditions

line l !l condition
478 0 0 $ret || 0

or 3 conditions

line l !l&&r !l&&!r condition
379 31 0 0 ($self->result_source->resultset->search($self->_storage_ident_condition, {'rows', 1, 'columns', $position_column})->cursor->next)[0] || $self->throw_exception(sprintf(q[Unable to locate object '%s' in storage - object went ouf of sync...?], $self->ID))
492 3 2 14 not defined $to_position or $to_position > $new_group_last_position
617 1 597 2 $self->next::method($col) || defined &first(sub { $_ eq $col; } , $self->position_column, $self->_grouping_columns)