line |
!l |
l&&!r |
l&&r |
condition |
136
|
959 |
0 |
81 |
$tagname eq 'tr' and $$self{'in_table'} |
|
256 |
703 |
0 |
$tagname eq 'td' || $tagname eq 'th' and $$self{'in_table_row'} || $$self{'_handle_corrupt_open_row'} |
|
6 |
0 |
256 |
$tagname eq 'a' and $$self{'in_table_cell'} |
|
6 |
63 |
193 |
$tagname eq 'a' and $$self{'in_table_cell'} and $$self{'table_is_data'} |
|
63 |
6 |
187 |
$tagname eq 'a' and $$self{'in_table_cell'} and $$self{'table_is_data'} and $$self{'row'} > 1 |
|
69 |
0 |
187 |
$tagname eq 'a' and $$self{'in_table_cell'} and $$self{'table_is_data'} and $$self{'row'} > 1 and $$self{'current_entry'} |
155
|
10 |
0 |
71 |
$$self{'row'} > 1 and $$self{'table_is_data'} |
187
|
0 |
7 |
690 |
$$self{'row'} > 1 and $$self{'current_entry'} |