| blib/lib/XBase/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 18 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 47 | 3 | 39 | 5 | @_ and not $new->open(@_) |
| 123 | 0 | 1729 | 18 | defined $result and defined $$self{'tell'} |
| 178 | 0 | 0 | 1646 | defined $header_len and defined $record_len |
| 250 | 26 | 1576 | 2 | $self->last_record > 0 and $num > $self->last_record |
| 275 | 14 | 1588 | 0 | $in_length > 0 and $read != $in_length |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 275 | 0 | 0 | 1602 | not defined $read or $in_length > 0 and $read != $in_length |