blib/lib/Game/Tibia/Packet/Login.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 17 | 41.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
67 | 0 | 2 | 0 | defined $self->{'rsa'} and not &blessed($self->{'rsa'}) |
129 | 0 | 1 | 1 | defined $self->{'hwinfo'} and $self->{'hwinfo'} ne '' |
line | l | !l | condition |
---|---|---|---|
133 | 1 | 0 | $self->{'padding'} //= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
61 | 3 | 0 | 0 | $self->{'version'} //= $self->{'versions'}{'client'}{'VERSION'} |
62 | 0 | 0 | 3 | not defined $self->{'version'} or $self->{'version'} >= 980 |
105 | 0 | 2 | 0 | shift() // $self->{'rsa'} |