Branch Coverage

blib/lib/Finance/AMEX/Transaction/GRRCN/Base.pm
Criterion Covered Total %
branch 4 12 33.3


line true false branch
49 2681 0 if ($self->file_format eq 'CSV' or $self->file_format eq 'TSV') { }
0 0 elsif ($self->file_format eq 'FIXED') { }
55 0 2681 unless my $csv = 'Text::CSV'->new({'binary', 1, 'quote_char', '"', 'escape_char', '\\'})
61 0 2681 if ($self->file_format eq 'TSV')
65 2681 0 if (my $status = $csv->parse($self->{'_line'}))
75 0 0 if (length $self->{'_line'} < $map->[0])