blib/lib/WebService/Mojang/Minecraft/UUIDLookup.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
113 | 0 | 0 | unless ($response->is_success) |
118 | 0 | 0 | if ($response->code == 204) |
122 | 0 | 0 | unless my $result = &JSON::from_json(scalar $response->decoded_content) |
135 | 0 | 0 | if ($result->{'id'} and $self->lookup_previous_usernames) |
139 | 0 | 0 | wantarray ? : |
176 | 0 | 0 | unless ($response->is_success) |
179 | 0 | 0 | unless my $result = &JSON::from_json(scalar $response->decoded_content) |
189 | 0 | 0 | wantarray ? : |