aws-samples / amazon-chime-sma-call-forwarding
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 11 files with 1,067 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (481 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (307 lines of code)
    • 7 very small files (279 lines of code)
0% | 0% | 45% | 28% | 26%
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
js0% | 0% | 96% | 0% | 3%
ts0% | 0% | 100% | 0% | 0%
py0% | 0% | 0% | 59% | 40%
css0% | 0% | 0% | 0% | 100%
html0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
client/src0% | 0% | 82% | 0% | 17%
lib0% | 0% | 100% | 0% | 0%
src/handlerLambda0% | 0% | 0% | 100% | 0%
src/smaLambda0% | 0% | 0% | 100% | 0%
src/createChimeSMAResources0% | 0% | 0% | 0% | 100%
src/createChimeVCResources0% | 0% | 0% | 0% | 100%
utils0% | 0% | 0% | 0% | 100%
client/public0% | 0% | 0% | 0% | 100%
Longest Files (Top 11)
File# lines# units
App.js
in client/src
258 -
call-forwarding-with-sma-stack.ts
in lib
223 1
callForwardHandler.py
in src/handlerLambda
155 8
callForwardingSMA.py
in src/smaLambda
152 11
createChimeSMAResources.py
in src/createChimeSMAResources
88 7
createChimeVCResources.py
in src/createChimeVCResources
88 7
createWav.py
in utils
34 1
App.css
in client/src
33 -
index.html
in client/public
14 -
index.css
in client/src
12 -
index.js
in client/src
10 -
Files With Most Units (Top 6)
File# lines# units
callForwardingSMA.py
in src/smaLambda
152 11
callForwardHandler.py
in src/handlerLambda
155 8
createChimeSMAResources.py
in src/createChimeSMAResources
88 7
createChimeVCResources.py
in src/createChimeVCResources
88 7
call-forwarding-with-sma-stack.ts
in lib
223 1
createWav.py
in utils
34 1
Files With Long Lines (Top 2)

There are 2 files with lines longer than 120 characters. In total, there are 5 long lines.

File# lines# units# long lines
callForwardingSMA.py
in src/smaLambda
152 11 4
App.js
in client/src
258 - 1