Branch Coverage

blib/lib/Spreadsheet/DataToExcel.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
34 0 0 unless defined $file and length $file
38 0 0 unless defined $file and length $file
42 0 0 unless defined $data and ref $data eq 'ARRAY'
46 0 0 unless defined $data and ref $data eq 'ARRAY'
56 0 0 if ($$opts{'calc_column_widths'})
60 0 0 if @$_ > $col_num
65 0 0 if ($$opts{'text_wrap'} and defined $$_[$idx]) { }
70 0 0 unless defined $_
71 0 0 if $max_line_length < length $_
77 0 0 defined $$_[$idx] ? :
80 0 0 if not defined $sizes[$idx] or $sizes[$idx] < $length
96 0 0 unless ref $row eq 'ARRAY'
99 0 0 if ($$opts{'text_wrap'})
103 0 0 if $$opts{'center_first_row'} and $row_num == 0