aws-samples / amazon-connect-ivr-searchandplay
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 17 files with 1,509 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (445 lines of codeclsfd_ftr_w_mp_ins)
    • 6 small files (808 lines of code)
    • 9 very small files (256 lines of code)
0% | 0% | 29% | 53% | 16%
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% | 0% | 24%
js0% | 0% | 17% | 68% | 13%
html0% | 0% | 0% | 0% | 100%
css0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
cfn/cognito0% | 0% | 100% | 0% | 0%
amplify/backend/function/connectgetreclambda/src0% | 0% | 96% | 0% | 3%
src/components0% | 0% | 0% | 94% | 5%
cfn/ddb/lambda-functions0% | 0% | 0% | 100% | 0%
src0% | 0% | 0% | 74% | 25%
amplify/backend/function/connectgeturl/src0% | 0% | 0% | 0% | 100%
cfn/ddb0% | 0% | 0% | 0% | 100%
public0% | 0% | 0% | 0% | 100%
Longest Files (Top 17)
File# lines# units
cognito.yaml
in cfn/cognito
233 -
app.js
in amplify/backend/function/connectgetreclambda/src
212 1
index.js
in cfn/ddb/lambda-functions
164 -
RecordDetails.js
in src/components
152 3
SearchForm.js
in src/components
148 1
Player.js
in src/components
123 7
App.js
in src
115 3
SearchTable.js
in src/components
106 1
app.js
in amplify/backend/function/connectgeturl/src
78 1
ddb-connectRecordings.yaml
in cfn/ddb
75 -
TopMenu.js
in src/components
29 1
amplify-config.js
in src
26 -
index.html
in public
20 -
index.js
in src
13 -
index.js
in amplify/backend/function/connectgetreclambda/src
7 -
index.js
in amplify/backend/function/connectgeturl/src
7 -
App.css
in src
1 -
Files With Most Units (Top 8)
File# lines# units
Player.js
in src/components
123 7
RecordDetails.js
in src/components
152 3
App.js
in src
115 3
app.js
in amplify/backend/function/connectgetreclambda/src
212 1
app.js
in amplify/backend/function/connectgeturl/src
78 1
SearchForm.js
in src/components
148 1
TopMenu.js
in src/components
29 1
SearchTable.js
in src/components
106 1
Files With Long Lines (Top 5)

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

File# lines# units# long lines
Player.js
in src/components
123 7 3
cognito.yaml
in cfn/cognito
233 - 3
SearchForm.js
in src/components
148 1 2
RecordDetails.js
in src/components
152 3 1
SearchTable.js
in src/components
106 1 1