| blib/lib/IO/StructuredOutput.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 14 | 64.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 72 | 4 | 2 | 0 | $self->format eq 'xls' and length $sheetnum > 31 |
| 89 | 4 | 1 | 1 | $self->format eq 'xls' and not ref $$self{'wb'} |
| 185 | 2 | 1 | 0 | $self->format eq 'xls' and not ref $$self{'wb'} |
| line | l | !l | condition |
|---|---|---|---|
| 70 | 6 | 0 | $_[0] || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 56 | 0 | 4 | 0 | ref $proto || $proto |