| blib/lib/Tie/File/AsHash.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 8 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 0 | 8 | if scalar(@_) % 2 |
| 23 | 0 | 8 | unless my $split = delete $opts{'split'} |
| 29 | 0 | 8 | if ref $split eq 'Regexp' and not defined $join |
| 34 | 0 | 8 | unless my $tiefile = tie(my @file, 'Tie::File', $filename, %opts) |