Showing 267 of 577 total issues
Avoid too many return
statements within this function. Open
Open
return False
Avoid too many return
statements within this function. Open
Open
return standard_calculation_for_internet_nl(scan=scan, explanation=scan.explanation, error_in_test=True)
Avoid too many return
statements within this function. Open
Open
return standard_calculation_for_internet_nl(scan=scan, explanation=scan.explanation, not_applicable=True)
Avoid too many return
statements within this function. Open
Open
return standard_calculation_for_internet_nl(scan=scan, explanation=scan.explanation, error_in_test=True)
Avoid too many return
statements within this function. Open
Open
return standard_calculation_for_internet_nl(scan=scan, explanation=scan.explanation, not_applicable=True)
Avoid too many return
statements within this function. Open
Open
return operation_response(
Avoid too many return
statements within this function. Open
Open
return operation_response(error=True, message="Latitude is between -90 and 90.")
Avoid too many return
statements within this function. Open
Open
return response
Avoid too many return
statements within this function. Open
Open
return True
Avoid too many return
statements within this function. Open
Open
return standard_calculation(scan=scan, explanation=explanation, high=0, medium=1, low=0)
Avoid too many return
statements within this function. Open
Open
return '0.0.0'
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return operation_response(
Avoid too many return
statements within this function. Open
Open
return operation_response(error=True, message="No latitude given, cannot add organization.")
Avoid too many return
statements within this function. Open
Open
return operation_response(error=True, message="Domains should be present and at least empty.")
Avoid too many return
statements within this function. Open
Open
return standard_calculation(scan=scan, explanation=explanation, not_testable=True)
Avoid too many return
statements within this function. Open
Open
return operation_response(error=True, message="No longitude given, cannot add organization.")
Avoid too many return
statements within this function. Open
Open
return standard_calculation(scan=scan, explanation=explanation, not_applicable=True)
Avoid too many return
statements within this function. Open
Open
return standard_calculation(scan=scan, explanation=f"{scan.rating} {scan.evidence}", high=0, medium=1, low=0)
Avoid too many return
statements within this function. Open
Open
return standard_calculation(scan=scan, explanation=explanation, high=0, medium=0, low=1)