aws-solutions / simple-file-manager-for-amazon-efs
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 27 files with 2,543 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 5 medium size files (1,298 lines of codeclsfd_ftr_w_mp_ins)
    • 5 small files (662 lines of code)
    • 17 very small files (583 lines of code)
0% | 0% | 51% | 26% | 22%
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% | 75% | 24% | 0%
vue0% | 0% | 43% | 22% | 33%
py0% | 0% | 55% | 44% | 0%
js0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
html0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
deployment0% | 0% | 75% | 24% | 0%
source/api0% | 0% | 100% | 0% | 0%
source/web/src/routes0% | 0% | 47% | 25% | 27%
source/web/src/components0% | 0% | 41% | 21% | 37%
source/api/chalicelib0% | 0% | 0% | 100% | 0%
source/helper0% | 0% | 0% | 100% | 0%
source/web/src0% | 0% | 0% | 0% | 100%
source/web/src/common0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
source/web0% | 0% | 0% | 0% | 100%
source/web/public0% | 0% | 0% | 0% | 100%
Longest Files (Top 27)
File# lines# units
app.py
in source/api
317 17
efs-file-manager-web.yaml
in deployment
282 -
Filesystem.vue
in source/web/src/routes
241 -
efs-file-manager-auth.yaml
in deployment
237 -
upload.vue
in source/web/src/components
221 -
simple-file-manager-for-amazon-efs.yaml
in deployment
170 -
efs_lambda.py
in source/api/chalicelib
132 7
Configure.vue
in source/web/src/routes
128 -
website_helper.py
in source/helper
118 5
download.vue
in source/web/src/components
114 -
makedir.vue
in source/web/src/components
82 -
filesystems.vue
in source/web/src/components
67 -
router.js
in source/web/src
64 -
main.js
in source/web/src
48 2
navbar.vue
in source/web/src/components
48 -
Login.vue
in source/web/src/routes
46 -
Details.vue
in source/web/src/routes
41 -
buildspec.yml
in root
33 -
Home.vue
in source/web/src/routes
30 -
utils.js
in source/web/src/common
26 3
App.vue
in source/web/src
25 -
Admin.vue
in source/web/src/routes
20 -
vue.config.js
in source/web
17 -
index.html
in source/web/public
16 -
mixins.js
in source/web/src/common
13 -
babel.config.js
in source/web
5 -
file-events.js
in source/web/src/common
2 -
Files With Most Units (Top 5)
File# lines# units
app.py
in source/api
317 17
efs_lambda.py
in source/api/chalicelib
132 7
website_helper.py
in source/helper
118 5
utils.js
in source/web/src/common
26 3
main.js
in source/web/src
48 2
Files With Long Lines (Top 11)

There are 11 files with lines longer than 120 characters. In total, there are 30 long lines.

File# lines# units# long lines
Configure.vue
in source/web/src/routes
128 - 5
filesystems.vue
in source/web/src/components
67 - 4
Filesystem.vue
in source/web/src/routes
241 - 4
efs-file-manager-web.yaml
in deployment
282 - 4
efs_lambda.py
in source/api/chalicelib
132 7 3
upload.vue
in source/web/src/components
221 - 3
website_helper.py
in source/helper
118 5 2
download.vue
in source/web/src/components
114 - 2
buildspec.yml
in root
33 - 1
index.html
in source/web/public
16 - 1
efs-file-manager-auth.yaml
in deployment
237 - 1