line |
l |
!l&&r |
!l&&!r |
condition |
253
|
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 |
268
|
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 |
273
|
2 |
0 |
4 |
$index > $col_name_idx or $index > $col_value_idx |
317
|
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 |