aws-quickstart / quickstart-agilisium-conversational-bot
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 10 files with 1,736 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 4 medium size files (1,247 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (453 lines of code)
    • 3 very small files (36 lines of code)
0% | 0% | 71% | 26% | 2%
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
py0% | 0% | 85% | 12% | 1%
css0% | 0% | 100% | 0% | 0%
js0% | 0% | 0% | 100% | 0%
html0% | 0% | 0% | 100% | 0%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
functions/source/bot_fulfillment0% | 0% | 97% | 0% | 2%
functions/source/bootstrap_redshift0% | 0% | 97% | 0% | 2%
assets/web/style0% | 0% | 100% | 0% | 0%
functions/source/lex_custom_lambda0% | 0% | 59% | 40% | 0%
assets/web/js0% | 0% | 0% | 100% | 0%
assets/web0% | 0% | 0% | 100% | 0%
ci0% | 0% | 0% | 0% | 100%
Longest Files (Top 10)
File# lines# units
bot_fulfillment.py
in functions/source/bot_fulfillment
431 22
bootstrap_redshift.py
in functions/source/bootstrap_redshift
347 17
custom.css
in assets/web/style
257 -
lex_custom_lambda.py
in functions/source/lex_custom_lambda
212 8
custom.js
in assets/web/js
174 11
chatbot_utils.py
in functions/source/lex_custom_lambda
146 6
index.html
in assets/web
133 -
taskcat.yml
in ci
16 -
ParamFormatter.py
in functions/source/bot_fulfillment
10 1
ParamFormatter.py
in functions/source/bootstrap_redshift
10 1
Files With Most Units (Top 7)
File# lines# units
bot_fulfillment.py
in functions/source/bot_fulfillment
431 22
bootstrap_redshift.py
in functions/source/bootstrap_redshift
347 17
custom.js
in assets/web/js
174 11
lex_custom_lambda.py
in functions/source/lex_custom_lambda
212 8
chatbot_utils.py
in functions/source/lex_custom_lambda
146 6
ParamFormatter.py
in functions/source/bot_fulfillment
10 1
ParamFormatter.py
in functions/source/bootstrap_redshift
10 1
Files With Long Lines (Top 5)

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

File# lines# units# long lines
bot_fulfillment.py
in functions/source/bot_fulfillment
431 22 17
custom.js
in assets/web/js
174 11 4
index.html
in assets/web
133 - 4
lex_custom_lambda.py
in functions/source/lex_custom_lambda
212 8 3
bootstrap_redshift.py
in functions/source/bootstrap_redshift
347 17 1