Branch Coverage

blib/lib/Finance/StockAccount/Import.pm
Criterion Covered Total %
branch 1 24 4.1


line true false branch
15 0 8 unless $file
27 0 0 if ($key eq 'date') { }
0 0 elsif ($key eq 'price') { }
0 0 elsif ($key eq 'commission') { }
0 0 elsif ($key eq 'symbol') { }
28 0 0 unless $self->extractDate($value)
31 0 0 unless $self->extractPrice($value)
34 0 0 unless $self->extractCommission($value)
37 0 0 unless $self->extractSymbol($value)
44 0 0 if ($priceString =~ /$pricePattern/) { }
58 0 0 if ($commissionString =~ /$pricePattern/) { }
72 0 0 if ($symbolString =~ /$symbolPattern/) { }