aws-samples / streamlit-application-deployment-on-aws
Unit Size

The distribution of size of units (measured in lines of code).

Intro
  • Unit size measurements show the distribution of size of units of code (methods, functions...).
  • Units are classified in four categories based on their size (lines of code): 1-20 (small units), 20-50 (medium size units), 51-100 (long units), 101+ (very long units).
  • You should aim at keeping units small (< 20 lines). Long units may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
Unit Size Overall
  • There are 31 units with 246 lines of code in units (13.2% of code).
    • 0 very long units (0 lines of code)
    • 0 long units (0 lines of code)
    • 3 medium size units (72 lines of code)
    • 8 small units (117 lines of code)
    • 20 very small units (57 lines of code)
0% | 0% | 29% | 47% | 23%
Legend:
101+
51-100
21-50
11-20
1-10
Unit Size per Extension
101+
51-100
21-50
11-20
1-10
py0% | 0% | 29% | 47% | 23%
Unit Size per Logical Component
primary logical decomposition
101+
51-100
21-50
11-20
1-10
deployment/sagemaker-dashboards-for-ml/cloudformation/deployment/self-signed-certificate0% | 0% | 44% | 29% | 26%
deployment/sagemaker-dashboards-for-ml/cloudformation/assistants/solution-assistant0% | 0% | 31% | 55% | 12%
script0% | 0% | 0% | 75% | 25%
deployment/sagemaker-dashboards-for-ml/cloudformation/assistants/bucket-assistant0% | 0% | 0% | 66% | 33%
deployment/sagemaker-dashboards-for-ml/cloudformation/deployment/string-functions0% | 0% | 0% | 61% | 38%
Alternative Visuals
Longest Units
Top 20 longest units
Unit# linesMcCabe index# params
def delete_ecr_images()
in deployment/sagemaker-dashboards-for-ml/cloudformation/assistants/solution-assistant/src/index.py
27 4 1
def attempt_delete_acm_certificate()
in deployment/sagemaker-dashboards-for-ml/cloudformation/deployment/self-signed-certificate/src/delete.py
24 4 1
def generate_self_signed_certificate()
in deployment/sagemaker-dashboards-for-ml/cloudformation/deployment/self-signed-certificate/src/create.py
21 1 1
def delete_sagemaker_endpoint_config()
in deployment/sagemaker-dashboards-for-ml/cloudformation/assistants/solution-assistant/src/index.py
18 3 1
def delete_sagemaker_endpoint()
in deployment/sagemaker-dashboards-for-ml/cloudformation/assistants/solution-assistant/src/index.py
16 3 1
def delete_acm_certificate()
in deployment/sagemaker-dashboards-for-ml/cloudformation/deployment/self-signed-certificate/src/delete.py
15 5 3
def acm_import_certificate()
in deployment/sagemaker-dashboards-for-ml/cloudformation/deployment/self-signed-certificate/src/create.py
15 1 2
def write_data()
in script/yahoo_idx.py
15 6 4
def delete_s3_objects()
in deployment/sagemaker-dashboards-for-ml/cloudformation/assistants/bucket-assistant/src/index.py
14 3 1
def delete_sagemaker_model()
in deployment/sagemaker-dashboards-for-ml/cloudformation/assistants/solution-assistant/src/index.py
13 3 1
def on_create()
in deployment/sagemaker-dashboards-for-ml/cloudformation/deployment/string-functions/src/index.py
11 3 2
def generate_key()
in deployment/sagemaker-dashboards-for-ml/cloudformation/deployment/self-signed-certificate/src/create.py
7 1 0
def on_delete()
in deployment/sagemaker-dashboards-for-ml/cloudformation/assistants/solution-assistant/src/index.py
7 1 2
def on_create()
in deployment/sagemaker-dashboards-for-ml/cloudformation/deployment/self-signed-certificate/src/create.py
5 1 2
def random_string()
in deployment/sagemaker-dashboards-for-ml/cloudformation/deployment/string-functions/src/index.py
3 2 1
def on_delete()
in deployment/sagemaker-dashboards-for-ml/cloudformation/deployment/self-signed-certificate/src/delete.py
3 1 2
def on_delete()
in deployment/sagemaker-dashboards-for-ml/cloudformation/assistants/bucket-assistant/src/index.py
3 1 2
def run()
in script/yahoo_idx.py
3 1 3
def on_delete()
in deployment/sagemaker-dashboards-for-ml/cloudformation/deployment/string-functions/src/index.py
2 1 2
def handler()
in deployment/sagemaker-dashboards-for-ml/cloudformation/deployment/string-functions/src/index.py
2 1 2