| line |
!l |
l&&!r |
l&&r |
condition |
|
28
|
4 |
12 |
78 |
(!defined($min) || $got >= $min) && (!defined($max) || $got <= $max) |
|
140
|
319 |
73 |
20 |
$top{'type'} and $t->{'schema'}{'type'} |
|
|
73 |
18 |
2 |
$top{'type'} and $t->{'schema'}{'type'} and $top{'type'} ne $t->{'schema'}{'type'} |
|
191
|
404 |
4 |
8 |
$c->{'schema'}{'unique'} and not ref $c->{'schema'}{'unique'} |
|
|
408 |
4 |
4 |
$c->{'schema'}{'unique'} and not ref $c->{'schema'}{'unique'} and not $c->{'schema'}{'sort'} |
|
245
|
18 |
2 |
96 |
$r->[1]{'validation'} eq 'func' && (!exists $r->[1]{'result'} || keys %{$$r[1];} > 2) |
|
267
|
28 |
4 |
8 |
$c->{'schema'}{'unique'} and ref $c->{'schema'}{'unique'} eq 'CODE' |
|
291
|
22 |
96 |
229 |
defined $input and not ref $input |
|
|
118 |
15 |
214 |
defined $input and not ref $input and $c->{'schema'}{'type'} eq 'scalar' |
|
|
111 |
8 |
206 |
defined $input and not ref $input and $c->{'schema'}{'type'} eq 'scalar' and $c->{'schema'}{'rmwhitespace'} |
|
298
|
96 |
217 |
12 |
not ref $input and $input eq '' |
|
324
|
44 |
0 |
2 |
$c->{'schema'}{'scalar'} and not ref $input |