Condition Coverage

blib/lib/Excel/ValueReader/XLSX.pm
Criterion Covered Total %
condition 14 23 60.8


and 3 conditions

line !l l&&!r l&&r condition
223 32 4 4 $args{'has_totals'} and not $args{'with_totals'}
246 40 0 616 $keep_rows-- and my $vals = $want_iterator ? &$vals_or_it() : shift @$vals_or_it

or 2 conditions

line l !l condition
200 8 32 $args{'want_records'} //= 1

or 3 conditions

line l !l&&r !l&&!r condition
160 0 312 0 $date_formatter //= $self->date_formatter
206 0 172 52 $args{$_} //= $table_info->{$_}
239 32 8 0 $args{'columns'} //= $headers
286 76 0 0 $A1_to_num_memoized{$1} //= $self->A1_to_num($1)
287 76 0 0 $A1_to_num_memoized{$3} //= $self->A1_to_num($3)