| blib/lib/Finance/IIF.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 14 | 57.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 106 | 0 | 0 | 0 | not $self->_filehandle->eof and $continue |
| line | l | !l | condition |
|---|---|---|---|
| 17 | 1 | 15 | $opt{'debug'} || 0 |
| 18 | 4 | 12 | $opt{'autodetect'} || 0 |
| 19 | 1 | 15 | $opt{'field_separator'} || "\t" |
| 168 | 0 | 0 | $$self{'field_separator'} || "\t" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 53 | 8 | 0 | 3 | $$self{'record_separator'} || $/ |