Branch Coverage

blib/lib/Spreadsheet/Wright/CSV.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
24 0 1 unless $self->{'_FILENAME'} = $args{'file'} // $args{'filename'}
44 1 1 if $self->{'_CLOSED'}
45 1 0 if $self->{'_FH'}
60 0 6 if $_->{'sprintf'}
70 0 3 unless $self->{'_CSV_OBJ'}->combine(@texts)
75 3 0 unless &Encode::is_utf8($string)