Branch Coverage

blib/lib/Text/CSV_PP/Simple.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
19 0 6 if (@_)
22 6 0 unless $$self{'_map'}
27 1 6 if (@_)
30 3 4 unless $$self{'_wanted'}
38 0 2 unless my $fh = 'IO::File'->new($file, 'r')
41 3 3 if (my(@wanted) = $self->want_fields)
49 0 6 if (my(@map) = $self->field_map)