|  line  | 
 !l  | 
 l&&!r  | 
 l&&r  | 
 condition  | 
 
| 
48
 | 
 90  | 
 31  | 
 0  | 
 $direction ne "request" and $direction ne "response"  | 
 
| 
73
 | 
 456  | 
 4  | 
 2  | 
 $schema->{'deprecated'} and not $self->validate_deprecated  | 
 
| 
190
 | 
 0  | 
 0  | 
 15  | 
 $user_body and @$user_body  | 
 
| 
234
 | 
 45  | 
 17  | 
 15  | 
 not $exists and $type eq "header"  | 
 
| 
310
 | 
 12  | 
 0  | 
 32  | 
 $schema_prop_ptr and $content_type  | 
 
| 
 | 
 12  | 
 27  | 
 5  | 
 $schema_prop_ptr and $content_type and index($content_type, 'application/x-www-form-urlencoded') != -1 || index($content_type, 'multipart/') != -1  | 
 
| 
 | 
 27  | 
 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}  |