aws-samples / cognito-device-grant-flow
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 7 files with 811 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (319 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (272 lines of code)
    • 4 very small files (220 lines of code)
0% | 0% | 39% | 33% | 27%
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% | 41% | 35% | 22%
html0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
Modules0% | 0% | 45% | 39% | 15%
ROOT0% | 0% | 0% | 0% | 100%
Resources0% | 0% | 0% | 0% | 100%
Longest Files (Top 7)
File# lines# units
token-path.js
in Modules
319 5
device-path.js
in Modules
158 2
common.js
in Modules
114 14
index.js
in root
67 -
callback-path.js
in Modules
62 1
index.html
in Resources
47 -
authorization-path.js
in Modules
44 1
Files With Most Units (Top 5)
File# lines# units
common.js
in Modules
114 14
token-path.js
in Modules
319 5
device-path.js
in Modules
158 2
callback-path.js
in Modules
62 1
authorization-path.js
in Modules
44 1
Files With Long Lines (Top 7)

There are 7 files with lines longer than 120 characters. In total, there are 37 long lines.

File# lines# units# long lines
token-path.js
in Modules
319 5 18
index.js
in root
67 - 7
index.html
in Resources
47 - 4
device-path.js
in Modules
158 2 4
common.js
in Modules
114 14 2
callback-path.js
in Modules
62 1 1
authorization-path.js
in Modules
44 1 1