| line |
!l |
l&&!r |
l&&r |
condition |
|
48
|
86 |
24 |
0 |
$direction ne "request" and $direction ne "response" |
|
73
|
431 |
4 |
2 |
$schema->{'deprecated'} and not $self->validate_deprecated |
|
190
|
0 |
0 |
14 |
$user_body and @$user_body |
|
230
|
41 |
16 |
9 |
not $exists and $type eq "header" |
|
310
|
6 |
0 |
30 |
$schema_prop_ptr and $content_type |
|
|
6 |
25 |
5 |
$schema_prop_ptr and $content_type and index($content_type, 'application/x-www-form-urlencoded') != -1 || index($content_type, 'multipart/') != -1 |
|
|
25 |
0 |
5 |
$schema_prop_ptr and $content_type and index($content_type, 'application/x-www-form-urlencoded') != -1 || index($content_type, 'multipart/') != -1 and ref $data eq "HASH" |
|
324
|
0 |
7 |
2 |
$prop_type_ptr && $prop_type_ptr->value eq 'object' |
|
327
|
7 |
0 |
5 |
index($property_ctype, "application/json") != -1 and exists $data->{$property_name} |
|
|
0 |
0 |
5 |
index($property_ctype, "application/json") != -1 and exists $data->{$property_name} and not ref $data->{$property_name} |