line |
!l |
l&&!r |
l&&r |
condition |
64
|
0 |
0 |
0 |
$$field{'is'} eq 'date' and not $$params{$name} |
82
|
4 |
0 |
2 |
defined $$item{'optional'} and $$item{'optional'} |
|
4 |
0 |
0 |
defined $$item{'type'} and $$item{'type'} eq 'display' |
92
|
5 |
0 |
1 |
defined $$item{'constraint'} and $$item{'constraint'} |
123
|
0 |
0 |
0 |
$$field{'is'} =~ /^varchar/i and $$params{$name} eq '' |
|
0 |
0 |
0 |
$$field{'is'} =~ /^int/i and $$params{$name} eq '' |
188
|
0 |
0 |
0 |
$user_id and $owner_bit eq $action_bit |
196
|
0 |
0 |
0 |
$user_id and $user_id eq $row->user_id |
|
0 |
0 |
0 |
$user_id and $user_id eq $row->user_id and $owner_bit eq $action_bit |
209
|
0 |
0 |
0 |
$$permissions{'group'} and $$member_of{$$permissions{'group'}} |
|
0 |
0 |
0 |
$$permissions{'group'} and $$member_of{$$permissions{'group'}} and $group_bit eq $action_bit |