| blib/lib/Finance/OFX/Parse.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 0 | 0 | unless ref $a eq 'ARRAY' |
| 33 | 0 | 0 | unless ref $tree eq 'ARRAY' |
| 41 | 0 | 0 | if (is_unique($tree)) { } |
| 53 | 0 | 0 | if $b{$$_{'name'}} > 1 |
| 66 | 0 | 0 | if (ref $tree eq 'ARRAY') { } |
| 0 | 0 | elsif (ref $tree eq 'HASH') { } | |
| 74 | 0 | 0 | if (/^dt/) { } |
| 107 | 0 | 0 | unless $header{'OFXHEADER'} == '100' and $header{'DATA'} eq 'OFXSGML' |
| 110 | 0 | 0 | unless $tree and $$tree[0]{'name'} eq 'ofx' |
| 124 | 0 | 0 | unless $file |
| 127 | 0 | 0 | unless $text |