aws-samples / liveness-detection
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 26 files with 1,521 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 7 small files (885 lines of code)
    • 19 very small files (636 lines of code)
0% | 0% | 0% | 58% | 41%
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
ts0% | 0% | 0% | 66% | 33%
vue0% | 0% | 0% | 58% | 41%
py0% | 0% | 0% | 35% | 64%
yaml0% | 0% | 0% | 100% | 0%
html0% | 0% | 0% | 0% | 100%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
client/src/js0% | 0% | 0% | 67% | 32%
lambda0% | 0% | 0% | 65% | 34%
ROOT0% | 0% | 0% | 100% | 0%
client/src/components0% | 0% | 0% | 43% | 56%
client/src0% | 0% | 0% | 94% | 5%
lambda/states0% | 0% | 0% | 0% | 100%
client/public0% | 0% | 0% | 0% | 100%
client0% | 0% | 0% | 0% | 100%
Longest Files (Top 26)
File# lines# units
app.py
in lambda
150 10
ChallengeProcessor.ts
in client/src/js
146 5
RemoteVerifier.ts
in client/src/js
135 6
template.yaml
in root
130 -
Challenge.vue
in client/src/components
119 -
Utils.ts
in client/src/js
104 10
App.vue
in client/src
101 -
nose.py
in lambda/states
99 6
StateManager.ts
in client/src/js
68 2
challenge.py
in lambda
63 3
Welcome.vue
in client/src/components
54 -
RemoteStarter.ts
in client/src/js
50 1
Result.vue
in client/src/components
50 -
Drawer.ts
in client/src/js
45 3
area.py
in lambda/states
41 6
Error.vue
in client/src/components
35 -
manager.py
in lambda/states
27 4
States.ts
in client/src/js
23 -
Spinner.vue
in client/src/components
18 -
jwt_token.py
in lambda
17 3
index.html
in client/public
15 -
face.py
in lambda/states
14 4
main.ts
in client/src
6 -
fail.py
in lambda/states
4 1
success.py
in lambda/states
4 1
babel.config.js
in client
3 -
Files With Most Units (Top 15)
File# lines# units
Utils.ts
in client/src/js
104 10
app.py
in lambda
150 10
RemoteVerifier.ts
in client/src/js
135 6
area.py
in lambda/states
41 6
nose.py
in lambda/states
99 6
ChallengeProcessor.ts
in client/src/js
146 5
face.py
in lambda/states
14 4
manager.py
in lambda/states
27 4
Drawer.ts
in client/src/js
45 3
jwt_token.py
in lambda
17 3
challenge.py
in lambda
63 3
StateManager.ts
in client/src/js
68 2
RemoteStarter.ts
in client/src/js
50 1
fail.py
in lambda/states
4 1
success.py
in lambda/states
4 1
Files With Long Lines (Top 2)

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

File# lines# units# long lines
Error.vue
in client/src/components
35 - 2
ChallengeProcessor.ts
in client/src/js
146 5 1