line |
!l |
l&&!r |
l&&r |
condition |
240
|
0 |
0 |
97 |
defined $args->{'selector_string'} and length $args->{'selector_string'} |
247
|
0 |
0 |
6 |
defined $args->{'named_selectors'}{$1} && length $args->{'named_selectors'}{$1} |
257
|
0 |
97 |
0 |
length $args->{'selector_string'} and not $args->{'selector_string'} =~ /[^.\[\],]/o |
294
|
342 |
149 |
2 |
$opening_bracket_pos > -1 and $dot_in_prefix_pos > $opening_bracket_pos |
304
|
18 |
0 |
0 |
$opening_bracket_pos > -1 and $dot_in_prefix_pos > $opening_bracket_pos |
329
|
31 |
43 |
369 |
$first_char ne '+' and $first_char ne '-' |
341
|
224 |
214 |
55 |
not length $string || $prev_is_suffix and @{$token->[2];} |
437
|
17 |
27 |
105 |
not $has_includes and index($_->[0], '+') == 0 |
444
|
2 |
2 |
10 |
$2 < 0 && $2 >= -@{$data_tree;} |
450
|
98 |
37 |
14 |
$data_tree_type eq 'ARRAY' and index($_->[0], '..') != -1 |
523
|
51 |
23 |
64 |
ref $data_sub_tree and grep {$_ ne '_order_';} keys %{$selector_sub_tree;} |
529
|
25 |
96 |
9 |
$has_includes and not %matched_includes |