Condition Coverage

blib/lib/Excel/ValueWriter/XLSX.pm
Criterion Covered Total %
condition 22 32 68.7


and 3 conditions

line !l l&&!r l&&r condition
141 2 0 300705 defined $val and length $val
147 676 1 300028 &looks_like_number($val) && !($val =~ /^\pL/u)
0 663 14 $date_regex && $val =~ /$date_regex/u
8 651 4 $bool_regex && $val =~ /$bool_regex/u
167 4 2 9 $table_name and $row_num
273 0 0 2 $name and $formula

or 2 conditions

line l !l condition
200 0 0 $sheet_prefix //= "S."

or 3 conditions

line l !l&&r !l&&!r condition
108 7 4 4 $headers //= &$next_row()
137 300092 615 0 $col_letters[$col] //= do { my $prev_letter = $col_letters[$col - 1]; ++$prev_letter }
223 4 648 5 $self->{'shared_strings'}{$string} //= $self->{'last_string_id'}++
308 0 0 0 ref $target || $target