| line |
!l |
l&&!r |
l&&r |
condition |
|
150
|
0 |
0 |
1 |
defined $left && defined $right
|
|
|
0 |
0 |
1 |
ref $left and ref $right
|
|
|
0 |
0 |
0 |
&looks_like_number($left) and &looks_like_number($right)
|
|
194
|
0 |
0 |
8 |
defined $left && defined $right
|
|
|
0 |
0 |
8 |
ref $left and ref $right
|
|
|
0 |
0 |
0 |
&looks_like_number($left) and &looks_like_number($right)
|
|
263
|
1600 |
2564 |
601 |
@args > 1 and "ARRAY" eq ref $args[-1]
|
|
|
4164 |
1 |
600 |
@args > 1 and "ARRAY" eq ref $args[-1] and @{$args[-1];} == 0
|
|
|
2565 |
38 |
562 |
@args > 1 and "ARRAY" eq ref $args[-1] and @{$args[-1];} == 0 and $array{$args[-2]}
|
|
333
|
0 |
282 |
0 |
&is($width[0], $min, "$name raw minimum witdh") && &is($width[1], $max, "$name raw maximum width")
|
|
353
|
1 |
2 |
203 |
$obj and $opt->{'tokens'}
|
|
418
|
0 |
282 |
0 |
&is($width[0], $min, "$name minimum witdh") && &is($width[1], $max, "$name maximum width")
|
|
464
|
577 |
0 |
4 |
$arg =~ / \A - -? (no)? (\w+) \z /msx and exists $opt->{$2}
|