| line |
!l |
l&&!r |
l&&r |
condition |
|
372
|
4 |
4 |
4 |
defined $_[-1] and ref $_[-1] eq "HASH" |
|
383
|
11 |
1 |
12 |
$options->{$pattern} and ref $options->{$pattern} ne "Regexp" |
|
425
|
11 |
0 |
1 |
defined $x and $x ne "" |
|
426
|
11 |
0 |
1 |
defined $y and $y ne "" |
|
433
|
1 |
0 |
11 |
$index_start >= 0 and $index_end < 0 |
|
|
0 |
0 |
1 |
$index_end >= 0 and $index_start < 0 |
|
|
0 |
0 |
0 |
$index_end >= $index_start and $index_start >= 0 |
|
|
0 |
0 |
0 |
$index_start > $index_end and $index_end >= 0 |
|
494
|
55 |
0 |
0 |
defined $line_end and $line_num > $line_end |
|
495
|
0 |
55 |
0 |
defined $line_start and $line_num < $line_start |
|
496
|
5 |
42 |
8 |
$options->{'EXCLUDE'} and $fhline =~ /$options->{'EXCLUDE'}/ |
|
497
|
38 |
3 |
6 |
$options->{'INCLUDE'} and not $fhline =~ /$options->{'INCLUDE'}/ |
|
515
|
9 |
0 |
2 |
scalar @explicit_cols == 1 and ref $explicit_cols[0] eq "ARRAY" |
|
533
|
18 |
2 |
0 |
ref $col eq "ARRAY" and not scalar @$col |
|
553
|
2 |
18 |
0 |
ref $col ne "ARRAY" and defined $is_perl_col[$col] |
|
612
|
41 |
0 |
0 |
defined $line_end and $line_num == $line_end |
|
647
|
1 |
0 |
10 |
$line_rev == 0 and $index_start >= 0 |
|
|
1 |
0 |
10 |
$line_rev == 0 and $index_start >= 0 and $index_end >= -1 |
|
668
|
0 |
1 |
0 |
defined $line_start and defined $line_end |
|
838
|
0 |
0 |
4 |
!(UNIVERSAL::isa($file, 'PDL') || UNIVERSAL::isa($file, 'ARRAY')) && _is_io_handle($file) |
|
894
|
12 |
0 |
0 |
@d and not $i |
|
975
|
0 |
0 |
0 |
@d and not $i |