Condition Coverage

blib/lib/Maypole/Plugin/QuickTable.pm
Criterion Covered Total %
condition 0 35 0.0


and 3 conditions

line !l l&&!r l&&r condition
250 0 0 0 $order_by and $order_by eq $field
284 0 0 0 $self->debug and not $str_col

or 2 conditions

line l !l condition
38 0 0 $r->config->model || die("Please configure a model in $r before calling setup()")
103 0 0 $args{'labels'} ||= 1
218 0 0 $params{'o2'} || 'desc'
282 0 0 $object->stringify_column || ''

or 3 conditions

line l !l&&r !l&&!r condition
99 0 0 0 ref $object || $object
141 0 0 0 $args{'objects'} || $self->objects
146 0 0 0 ref $objects[0] || $objects[0]
153 0 0 0 $model_class ||= $self->model_class
205 0 0 0 $model_class ||= $self->model_class
218 0 0 0 $order_dir ||= $params{'o2'} || 'desc'
295 0 0 0 @_ < 3 or $self->template =~ /view/