line |
!l |
l&&!r |
l&&r |
condition |
258
|
46 |
0 |
2 |
$request and lc $request->method ne $method
|
278
|
12 |
2 |
2 |
exists $options->{'path_template'} and $options->{'path_template'} ne $path_template
|
282
|
12 |
0 |
2 |
$options->{'method'} and lc $options->{'method'} ne $method
|
284
|
2 |
8 |
2 |
$request and lc $request->method ne $method
|
305
|
152 |
2 |
9 |
not $path_template and $request
|
|
154 |
0 |
9 |
not $path_template and $request and my $uri_path = _request_uri($request)->path
|
308
|
9 |
0 |
0 |
exists $schema->{'servers'} and @{$schema->{'servers'}}
|
321
|
5 |
0 |
2 |
$options->{'path_captures'} and not is_equal($options->{'path_captures'}, \%path_captures)
|
338
|
48 |
100 |
4 |
exists $options->{'path_captures'} and not is_equal([sort(keys %{$$options{"path_captures"}})], [sort(@capture_names)])
|
362
|
6 |
90 |
2 |
exists $options->{'path_captures'} and not is_equal([map(($_ . ""), @$options->{'path_captures'}{@capture_names})], \@capture_values)
|
462
|
42 |
4 |
4 |
not defined $media_type and exists $content_obj->{'*/*'}
|
555
|
14 |
68 |
34 |
XXX and exists $schema->{'type'}
|
|
68 |
0 |
34 |
XXX and exists $schema->{'type'} and not XXX
|
|
68 |
18 |
16 |
XXX and exists $schema->{'type'} and not XXX and grep(($schema->{'type'} eq $_), ("number", "integer"))
|
|
18 |
0 |
16 |
XXX and exists $schema->{'type'} and not XXX and grep(($schema->{'type'} eq $_), ("number", "integer")) and &looks_like_number($data)
|
|
2 |
20 |
78 |
defined $data and not XXX
|