Condition Coverage

blib/lib/HTML/TableTiler.pm
Criterion Covered Total %
condition 13 32 40.6


and 3 conditions

line !l l&&!r l&&r condition
80 0 0 5 $in_tr and not $in_td
86 0 0 7 $in_tr and not $in_td
91 0 0 7 $in_tr and $in_td
97 0 0 0 $in_tr and $in_td
101 0 0 0 $in_tr and $in_td
135 0 1 3 length ref $_[0] and eval { do { $_[0]->isa(ref $_[0]) } }

or 2 conditions

line l !l condition
27 3 1 shift() || \'
'
146 2 2 $mode ||= 'H_PULL V_PULL'
154 4 0 $Hmode ||= 'PULL'
155 4 0 $Vmode ||= 'PULL'

or 3 conditions

line l !l&&r !l&&!r condition
75 0 0 5 $in_tr or $in_td
148 0 4 0 $checked or is_matrix($data_matrix)