aws-quickstart / quickstart-git2s3
File Size

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

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 7 files with 2,436 lines of code.
    • 1 very long files (1,191 lines of code)
    • 1 long files (933 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (182 lines of code)
    • 4 very small files (130 lines of code)
48% | 38% | 0% | 7% | 5%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py79% | 0% | 0% | 12% | 8%
yaml0% | 100% | 0% | 0% | 0%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
functions/source/GitPullS386% | 0% | 0% | 13% | 0%
templates0% | 100% | 0% | 0% | 0%
functions/source/CreateSSHKey0% | 0% | 0% | 0% | 100%
functions/source/DeleteBucketContents0% | 0% | 0% | 0% | 100%
Longest Files (Top 7)
File# lines# units
ipaddress.py
in functions/source/GitPullS3
1191 144
git2s3.template.yaml
in templates
933 -
lambda_function.py
in functions/source/GitPullS3
182 1
lambda_function.py
in functions/source/CreateSSHKey
42 1
lambda_function.py
in functions/source/DeleteBucketContents
32 1
cfnresponse.py
in functions/source/DeleteBucketContents
28 1
cfnresponse.py
in functions/source/CreateSSHKey
28 1
Files With Most Units (Top 6)
File# lines# units
ipaddress.py
in functions/source/GitPullS3
1191 144
lambda_function.py
in functions/source/DeleteBucketContents
32 1
cfnresponse.py
in functions/source/DeleteBucketContents
28 1
lambda_function.py
in functions/source/CreateSSHKey
42 1
cfnresponse.py
in functions/source/CreateSSHKey
28 1
lambda_function.py
in functions/source/GitPullS3
182 1
Files With Long Lines (Top 3)

There are 3 files with lines longer than 120 characters. In total, there are 17 long lines.

File# lines# units# long lines
git2s3.template.yaml
in templates
933 - 9
lambda_function.py
in functions/source/GitPullS3
182 1 6
lambda_function.py
in functions/source/DeleteBucketContents
32 1 2