Condition Coverage

blib/lib/RapidApp/Module/StorCmp.pm
Criterion Covered Total %
condition 0 39 0.0


and 3 conditions

line !l l&&!r l&&r condition
322 0 0 0 defined $Cnf->{'editor'} and $Cnf->{'editor'} ne ''
328 0 0 0 $mode eq 'edit' and not jstrue($Cnf->{'no_column'})
331 0 0 0 jstrue($Cnf->{'no_column'}) and not $allow
334 0 0 0 defined $Cnf->{$allow_flag} and not $allow
348 0 0 0 defined $field->{'header'} and $field->{'header'} ne ''
418 0 0 0 $max and $count > $max
471 0 0 0 ref $result eq 'HASH' and defined $result->{'success'}

or 2 conditions

line l !l condition
366 0 0 $field->{'plugins'} ||= []
485 0 0 shift() || undef
504 0 0 $self->get_extconfig_param('add_form_url_params') || {}
509 0 0 +($self->get_extconfig_param('store_button_cnf') || {})->{'add'} || {}
518 0 0 $btnCfg->{'text'} || '(Add ...)'
0 0 $btnCfg->{'iconCls'} || 'ra-icon-add'

or 3 conditions

line l !l&&r !l&&!r condition
314 0 0 0 $mode eq 'add' or $mode eq 'edit'
328 0 0 0 $allow || jstrue($Cnf->{'allow_batchedit'})