aws-samples / aws-serverless-cicd-workshop
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 14 files with 1,556 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 4 medium size files (1,227 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (107 lines of code)
    • 9 very small files (222 lines of code)
0% | 0% | 78% | 6% | 14%
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
yaml0% | 0% | 92% | 0% | 7%
yml0% | 0% | 61% | 18% | 20%
css0% | 0% | 100% | 0% | 0%
toml0% | 0% | 0% | 0% | 100%
html0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
workshop/static/assets/chapter6/step10% | 0% | 100% | 0% | 0%
resources/templates0% | 0% | 85% | 0% | 14%
workshop/static/assets0% | 0% | 100% | 0% | 0%
workshop/static/css0% | 0% | 100% | 0% | 0%
workshop/static/assets/chapter60% | 0% | 0% | 66% | 33%
workshop0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
workshop/layouts/partials0% | 0% | 0% | 0% | 100%
Longest Files (Top 14)
File# lines# units
pipeline.yml
in workshop/static/assets/chapter6/step1
357 -
pipeline.yaml
in workshop/static/assets
313 -
pipeline.yaml
in resources/templates
313 -
theme-aws.css
in workshop/static/css
244 -
prod-roles.yml
in workshop/static/assets/chapter6
107 -
artifacts-store.yml
in workshop/static/assets/chapter6
55 -
sam-template-chapter-5.yaml
in resources/templates
54 -
config.toml
in workshop
34 -
buildspec.yml
in workshop
29 -
metadata.yml
in root
22 -
amplify.yml
in root
11 -
menu-footer.html
in workshop/layouts/partials
10 -
logo.html
in workshop/layouts/partials
5 -
favicon.html
in workshop/layouts/partials
2 -
Files With Most Units (Top 0)
File# lines# units
Files With Long Lines (Top 6)

There are 6 files with lines longer than 120 characters. In total, there are 12 long lines.

File# lines# units# long lines
theme-aws.css
in workshop/static/css
244 - 4
pipeline.yml
in workshop/static/assets/chapter6/step1
357 - 2
pipeline.yaml
in workshop/static/assets
313 - 2
pipeline.yaml
in resources/templates
313 - 2
menu-footer.html
in workshop/layouts/partials
10 - 1
metadata.yml
in root
22 - 1