Condition Coverage

blib/lib/RSH/Logging/TextTable.pm
Criterion Covered Total %
condition 12 20 60.0


and 3 conditions

line !l l&&!r l&&r condition
136 12 4 0 $target and ref $target eq 'CODE' || blessed $target && $target->isa('IO::Handle')
168 4 4 0 $j == 0 and $columns == 0
198 4 4 0 $j == 0 and $columns == 0
237 41 41 0 $j == 0 and $columns == 0
258 4 4 0 $j == 0 and $columns == 0

or 2 conditions

line l !l condition
194 8 0 $$column[2][$i] || ''

or 3 conditions

line l !l&&r !l&&!r condition
136 4 0 0 ref $target eq 'CODE' || blessed $target && $target->isa('IO::Handle')