| line |
l |
!l&&r |
!l&&!r |
condition |
|
285
|
4 |
4 |
8 |
$index == $col_name_idx or $index == $col_value_idx |
|
|
8 |
1 |
7 |
$index == $col_name_idx or $index == $col_value_idx or grep(($_ == $index), @$col_skip_idx) > 0 |
|
300
|
8 |
8 |
16 |
$index == $col_key_idx or $index == $col_name_idx |
|
|
16 |
8 |
8 |
$index == $col_key_idx or $index == $col_name_idx or $index == $col_value_idx |
|
|
16 |
2 |
6 |
$index == $col_key_idx or $index == $col_name_idx or $index == $col_value_idx or grep(($_ == $index), @$col_skip_idx) > 0 |
|
305
|
2 |
0 |
4 |
$index > $col_name_idx or $index > $col_value_idx |
|
349
|
38 |
38 |
76 |
$index == $col_key_idx or $index == $col_name_idx |
|
|
76 |
38 |
38 |
$index == $col_key_idx or $index == $col_name_idx or $index == $col_value_idx |