line |
!l |
l&&!r |
l&&r |
condition |
155
|
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) |
199
|
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) |
268
|
1591 |
2552 |
595 |
@args > 1 and "ARRAY" eq ref $args[-1] |
|
4143 |
1 |
594 |
@args > 1 and "ARRAY" eq ref $args[-1] and @{$args[-1];} == 0 |
|
2553 |
38 |
556 |
@args > 1 and "ARRAY" eq ref $args[-1] and @{$args[-1];} == 0 and $array{$args[-2]} |
339
|
0 |
282 |
0 |
&is($width[0], $min, "$name raw minimum witdh") && &is($width[1], $max, "$name raw maximum width") |
359
|
1 |
2 |
202 |
$obj and $opt->{'tokens'} |
425
|
0 |
282 |
0 |
&is($width[0], $min, "$name minimum witdh") && &is($width[1], $max, "$name maximum width") |
471
|
574 |
0 |
4 |
$arg =~ / \A - -? (no)? (\w+) \z /msx and exists $opt->{$2} |