awslabs / aws-customer-churn-pipeline
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 13 files with 3,254 lines of code.
    • 2 very long files (2,222 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (255 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (463 lines of code)
    • 7 very small files (314 lines of code)
68% | 0% | 7% | 14% | 9%
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
yaml87% | 0% | 9% | 0% | 2%
py0% | 0% | 0% | 73% | 26%
yml0% | 0% | 0% | 0% | 100%
toml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
cfn87% | 0% | 9% | 0% | 2%
scripts0% | 0% | 0% | 73% | 26%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 13)
File# lines# units
time_to_event_pipeline.yaml
in cfn
1113 -
classification_pipeline.yaml
in cfn
1109 -
03-CICDpipeline.yaml
in cfn
255 -
preprocessing.py
in scripts
175 3
coxph_preprocessing.py
in scripts
170 3
coxph_evaluation.py
in scripts
118 2
inferpreprocessing.py
in scripts
93 2
evaluation.py
in scripts
76 2
02-crawler.yaml
in cfn
57 -
mkdocs.yml
in root
46 -
01-athena.yaml
in cfn
19 -
buildspec.yml
in root
15 -
pyproject.toml
in root
8 -
Files With Most Units (Top 5)
File# lines# units
coxph_preprocessing.py
in scripts
170 3
preprocessing.py
in scripts
175 3
coxph_evaluation.py
in scripts
118 2
inferpreprocessing.py
in scripts
93 2
evaluation.py
in scripts
76 2
Files With Long Lines (Top 4)

There are 4 files with lines longer than 120 characters. In total, there are 33 long lines.

File# lines# units# long lines
classification_pipeline.yaml
in cfn
1109 - 14
time_to_event_pipeline.yaml
in cfn
1113 - 14
03-CICDpipeline.yaml
in cfn
255 - 4
02-crawler.yaml
in cfn
57 - 1