blib/lib/DBIx/Class/Numeric.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 13 | 76.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
230 | 0 | 1 | 5 | $def->{$column} and %{$def->{$column};} |
251 | 14 | 2 | 1 | defined $def->{$column}{'min_value'} and $new_val < $def->{$column}{'min_value'} |
254 | 11 | 3 | 3 | defined $def->{$column}{'max_value'} and $new_val > $def->{$column}{'max_value'} |
line | l | !l | condition |
---|---|---|---|
196 | 5 | 0 | $self->get_column($col) || 0 |
5 | 0 | $increase || 0 |