line |
!l |
l&&!r |
l&&r |
condition |
29
|
4 |
12 |
78 |
(!defined($min) || $got >= $min) && (!defined($max) || $got <= $max) |
142
|
333 |
87 |
20 |
$top{'type'} and $t->{'schema'}{'type'} |
|
87 |
18 |
2 |
$top{'type'} and $t->{'schema'}{'type'} and $top{'type'} ne $t->{'schema'}{'type'} |
147
|
3549 |
28 |
365 |
exists $t->{'schema'}{$_} and not exists $top{$_} |
194
|
430 |
4 |
8 |
$c->{'schema'}{'unique'} and not ref $c->{'schema'}{'unique'} |
|
434 |
4 |
4 |
$c->{'schema'}{'unique'} and not ref $c->{'schema'}{'unique'} and not $c->{'schema'}{'sort'} |
248
|
18 |
2 |
104 |
$r->[1]{'validation'} eq 'func' && (!exists $r->[1]{'result'} || keys %{$$r[1];} > 2) |
270
|
32 |
4 |
8 |
$c->{'schema'}{'unique'} and ref $c->{'schema'}{'unique'} eq "CODE" |
294
|
30 |
108 |
235 |
defined $input and not ref $input |
|
138 |
15 |
220 |
defined $input and not ref $input and $c->{'schema'}{'type'} eq "scalar" |
|
123 |
8 |
212 |
defined $input and not ref $input and $c->{'schema'}{'type'} eq "scalar" and $c->{'schema'}{'rmwhitespace'} |
301
|
108 |
221 |
14 |
not ref $input and $input eq "" |
328
|
48 |
0 |
2 |
$c->{'schema'}{'scalar'} and not ref $input |
350
|
216 |
148 |
8 |
$r->[1] && exists $c->{'schema'}{'onerror'} |