Condition Coverage

lib/Text/ASCIITable/EasyTable.pm
Criterion Covered Total %
condition 9 16 56.2


and 3 conditions

line !l l&&!r l&&r condition
24 0 0 13 ref $_[0] && &reftype($_[0]) eq $_[1]
60 5 0 0 $options{'columns'} and not $options{'index'}
171 15 0 0 defined $options{'max_rows'} and ++$row_count > $options{'max_rows'}
179 9 0 9 ref $row_lu{$_} && &reftype($row_lu{$_}) eq 'CODE'

or 2 conditions

line l !l condition
116 1 4 $table_options //= {}
121 1 4 $table_options->{'headingText'} //= "Table"