Condition Coverage

blib/lib/M3/ServerView/Parser.pm
Criterion Covered Total %
condition 25 33 75.7


and 3 conditions

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'}

or 3 conditions

line l !l&&r !l&&!r condition
19 6 0 0 ref $view || $view
136 685 18 256 $tagname eq 'td' || $tagname eq 'th'
696 1 6 $$self{'in_table_row'} || $$self{'_handle_corrupt_open_row'}