line |
!l |
l&&!r |
l&&r |
condition |
274
|
4 |
1 |
1 |
exists $options->{'path_template'} and $options->{'path_template'} ne $path_template
|
286
|
3 |
0 |
0 |
exists $schema->{'servers'} and @{$schema->{'servers'}}
|
309
|
22 |
49 |
1 |
exists $options->{'path_captures'} and not is_equal([sort(keys %{$$options{"path_captures"}})], [sort(@capture_names)])
|
324
|
21 |
45 |
1 |
exists $options->{'path_captures'} and not is_equal([map(($_ . ""), @$options->{'path_captures'}{@capture_names})], \@capture_values)
|
424
|
21 |
2 |
2 |
not defined $media_type and exists $content_obj->{'*/*'}
|
518
|
7 |
34 |
17 |
XXX and exists $schema->{'type'}
|
|
34 |
0 |
17 |
XXX and exists $schema->{'type'} and not XXX
|
|
34 |
9 |
8 |
XXX and exists $schema->{'type'} and not XXX and grep(($schema->{'type'} eq $_), ("number", "integer"))
|
|
9 |
0 |
8 |
XXX and exists $schema->{'type'} and not XXX and grep(($schema->{'type'} eq $_), ("number", "integer")) and &looks_like_number($data)
|
|
1 |
10 |
39 |
defined $data and not XXX
|