| line |
l |
!l&&r |
!l&&!r |
condition |
|
43
|
1 |
27 |
0 |
$ENV{'TESLA_API_ENDPOINTS_FILE'} // dist_file("Tesla-API", "endpoints.json") |
|
|
1 |
27 |
0 |
$ENV{'TESLA_API_OPTIONCODES_FILE'} // dist_file("Tesla-API", "option_codes.json") |
|
105
|
2 |
3 |
0 |
$self->api_cache_persist or $self->api_cache_time |
|
108
|
1 |
1 |
0 |
$self->api_cache_persist or time - $cache->{'time'} <= $self->api_cache_time |
|
170
|
28 |
2 |
15 |
not $self->{'endpoints'} or $self->{'reset_endpoints_data'} |
|
216
|
2 |
1 |
1162 |
not $self->{'option_codes'} or $self->{'reset_option_codes_data'} |
|
439
|
0 |
0 |
5 |
not defined $token_data or ref $token_data ne "HASH" |
|
491
|
0 |
0 |
2 |
not defined $token_data or ref $token_data ne "HASH" |