Branch Coverage

blib/lib/Finance/Bank/DE/DTA/Create.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
57 0 0 if ($$file{'type'} and $$file{'type'} eq 'credit') { }
0 0 elsif ($$file{'type'} and $$file{'type'} eq 'debit') { }
68 0 0 if ($file and not $self->_setAccount($file))
91 0 0 if ($file and length $$file{'name'} > 0) { }
92 0 0 unless ($self->_validNumeric($$file{'bank_code'}))
96 0 0 unless ($self->_validNumeric($$file{'account_number'}))
100 0 0 if (not $$file{'additional_name'} or length $$file{'additional_name'} == 0)