Condition Coverage

blib/lib/DBIx/Class/Ordered.pm
Criterion Covered Total %
condition 10 17 58.8


and 3 conditions

line !l l&&!r l&&r condition
503 3 16 0 defined $to_position and $to_position < 1
890 0 19 0 &bag_eq([keys %$current], [keys %$other]) && !grep({defined $current->{$_} and $current->{$_} ne $other->{$_} unless defined $current->{$_} xor defined $other->{$_};} keys %$other)

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
423 33 0 0 ($rsrc->resultset->search_rs($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))
535 3 2 14 not defined $to_position or $to_position > $new_group_last_position
663 1 604 1 $self->next::method($col) || grep({$_ eq $col;} $self->position_column, $self->_grouping_columns)