blib/lib/LotusNotes/LoadExport.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 32 | 0.0 |
line | true | false | branch |
---|---|---|---|
46 | 0 | 0 | unless ($args{'filename'}) |
50 | 0 | 0 | unless (-r $args{'filename'}) |
55 | 0 | 0 | unless ($args{'fieldnames'}) |
59 | 0 | 0 | unless (@{$args{'fieldnames'};}) |
76 | 0 | 0 | unless ($fh) |
98 | 0 | 0 | if (/\f/) |
107 | 0 | 0 | if (my(@matched) = $_ =~ /$regex/) |
109 | 0 | 0 | if $_ |
115 | 0 | 0 | if (keys %record) |
135 | 0 | 0 | if ($$self{'get_next_fh'}) { } |
146 | 0 | 0 | unless ($fh) |
160 | 0 | 0 | if ($$self{'get_next_regex'}) { } |
183 | 0 | 0 | if (/\f/) |
191 | 0 | 0 | if (my(@matched) = $_ =~ /$regex/) |
193 | 0 | 0 | if $_ |
199 | 0 | 0 | if (keys %record) |