blib/lib/IO/Uncompress/Untar.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
49 | 0 | 0 | 0 | $this->{'header'}{'size'} > $this->{'i'} and defined $this->{'raw'} |
60 | 0 | 0 | 0 | defined $this->{'raw'} and ref $this->{'header'} |
line | l | !l | condition |
---|---|---|---|
78 | 0 | 0 | $_[1] || 819200 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
85 | 0 | 0 | 0 | not defined $this->{'raw'} or $bytes > length $this->{'raw'} |