| blib/lib/WebService/Mojang/Minecraft/UUIDLookup.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 14 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 112 | 0 | 0 | unless ($response->is_success) | 
| 115 | 0 | 0 | unless my $result = &JSON::from_json(scalar $response->decoded_content) | 
| 126 | 0 | 0 | if ($result->{'id'} and $self->lookup_previous_usernames) | 
| 130 | 0 | 0 | wantarray ? : | 
| 167 | 0 | 0 | unless ($response->is_success) | 
| 170 | 0 | 0 | unless my $result = &JSON::from_json(scalar $response->decoded_content) | 
| 180 | 0 | 0 | wantarray ? : |