Condition Coverage

lib/Template/Plugin/Table.pm
Criterion Covered Total %
condition 6 13 46.1


and 3 conditions

line !l l&&!r l&&r condition
49 16 0 0 blessed $data and $data->isa('Template::Iterator')

or 2 conditions

line l !l condition
59 16 0 $params ||= {}
67 2 14 $$params{'OVERLAP'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
131 0 0 10 $row >= $$self{'_NROWS'} or $row < 0
163 0 0 32 $col >= $$self{'_NCOLS'} or $col < 0