line |
!l |
l&&!r |
l&&r |
condition |
569
|
0 |
8 |
0 |
not exists $args{'deletable'} and exists $args{'deleteable'} |
624
|
5 |
3 |
0 |
$args{'editable'} and $args{'deletable'} |
948
|
3 |
0 |
0 |
request()->{'method'} eq 'POST' and $form->submitted |
|
3 |
0 |
0 |
request()->{'method'} eq 'POST' and $form->submitted and $form->validate |
1295
|
4 |
0 |
0 |
exists params()->{'d'} && params()->{'d'} eq 'desc' |
1342
|
4 |
0 |
0 |
exists $args->{'foreign_keys'} and exists $args->{'foreign_keys'}{$order_by_column} |
1354
|
14 |
0 |
0 |
$args->{'paginate'} and $args->{'paginate'} =~ /^\d+$/ |
1401
|
14 |
0 |
0 |
$args->{'downloadable'} and params()->{'format'} |
1425
|
0 |
0 |
16 |
$args->{'editable'} and _has_permission('edit', $args) |
1433
|
16 |
0 |
0 |
$args->{'deletable'} and _has_permission('edit', $args) |
1465
|
13 |
0 |
1 |
$args->{'addable'} and _has_permission('edit', $args) |
1477
|
14 |
0 |
0 |
$args->{'deleteable'} and _has_permission('delete', $args) |
line |
l |
!l |
condition |
563
|
0 |
8 |
'Dancer::App'->current->prefix || '' |
572
|
0 |
8 |
$args{'key_column'} ||= 'id' |
573
|
8 |
0 |
$args{'record_title'} ||= 'record' |
719
|
2 |
0 |
$table->getTable || '' |
736
|
30 |
0 |
$args->{'db_connection_provider'} || 'Database' |
793
|
2 |
1 |
$args->{'validation'} || {} |
1026
|
0 |
14 |
$args->{'table_class'} || '' |
1027
|
0 |
14 |
$args->{'paginate_table_class'} || '' |
1084
|
0 |
14 |
params()->{'o'} || '' |
1085
|
0 |
14 |
params()->{'d'} || '' |
1241
|
4 |
0 |
$searchtype_row->[1]{'cmp'} || '=' |
1248
|
4 |
0 |
$searchtype_row->[1]{'name'} || 'equals' |
1267
|
0 |
0 |
params()->{'o'} || '' |
1268
|
0 |
0 |
params()->{'d'} || '' |
1269
|
0 |
0 |
params()->{'p'} || 0 |
1360
|
0 |
0 |
params()->{'o'} || '' |
1361
|
0 |
0 |
params()->{'d'} || '' |
1362
|
0 |
0 |
params()->{'p'} || 0 |
1411
|
11 |
0 |
$custom_col_spec->{'transform'} || sub {
return shift();
}
|
1473
|
13 |
1 |
$table->getTable || '' |
1646
|
21 |
0 |
$args->{'auth'}{$mode} || $args->{'auth'} || {} |
1679
|
17 |
0 |
$args->{'auth'}{$mode} || $args->{'auth'} || {} |
line |
l |
!l&&r |
!l&&!r |
condition |
651
|
0 |
0 |
0 |
params()->{'record_id'} || splat() |
809
|
9 |
0 |
0 |
$_->{'NULLABLE'} or ++$required_fields{$_->{'COLUMN_NAME'}} |
820
|
0 |
0 |
9 |
$field->{'mysql_values'} || $field->{'mariadb_values'} |
1045
|
3 |
11 |
0 |
params()->{'searchfield'} || $key_column |
1079
|
30 |
110 |
0 |
params()->{'searchtype'} || $default_searchtype |
1136
|
0 |
0 |
0 |
$args->{'labels'}{$col} || $col |
1138
|
0 |
0 |
0 |
$fk_alias{$col} || $ftable |
1214
|
4 |
0 |
10 |
length $q or $where_filter |
1230
|
3 |
1 |
0 |
params()->{'searchtype'} || $default_searchtype |
1234
|
0 |
0 |
4 |
$st eq 'c' or $st eq 'nc' |
1266
|
0 |
0 |
0 |
params()->{'searchtype'} || $default_searchtype |
1286
|
0 |
4 |
0 |
params()->{'searchtype'} || $default_searchtype |
1287
|
0 |
4 |
0 |
uri_escape(params()->{'o'}) || $key_column |
1359
|
0 |
0 |
0 |
params()->{'searchtype'} || $default_searchtype |