| blib/lib/Tie/File/FixedRecLen/Store.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 10 | 70.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 21 | 1 | 1 | 1 | defined $file && defined $args{'record_length'} |
| line | l | !l | condition |
|---|---|---|---|
| 27 | 0 | 1 | $args{'pad_char'} || ' ' |
| 28 | 0 | 1 | $args{'recsep'} || "\n" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 21 | 2 | 0 | 1 | not defined $file && defined $args{'record_length'} or $args{'record_length'} =~ /\D/ |