aws / aws-iot-device-sdk-js
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 14 files with 1,414 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (614 lines of code)
    • 1 medium size files (425 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (193 lines of code)
    • 11 very small files (182 lines of code)
0% | 43% | 30% | 13% | 12%
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% | 44% | 30% | 13% | 11%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
device0% | 100% | 0% | 0% | 0%
thing0% | 0% | 100% | 0% | 0%
jobs0% | 0% | 0% | 100% | 0%
common/lib0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
device/lib0% | 0% | 0% | 0% | 100%
continuous-delivery0% | 0% | 0% | 0% | 100%
browser0% | 0% | 0% | 0% | 100%
Longest Files (Top 14)
File# lines# units
index.js
in device
614 29
index.js
in thing
425 20
index.js
in jobs
193 13
tls-reader.js
in common/lib
64 1
gulpfile.js
in root
43 -
tls.js
in device/lib
19 2
publish.yml
in continuous-delivery
15 -
exceptions.js
in common/lib
11 -
test-version-exists.yml
in continuous-delivery
9 -
exceptions.js
in device/lib
6 -
ws.js
in device/lib
5 1
index.js
in browser
4 -
index.js
in root
3 -
is-undefined.js
in common/lib
3 1
Files With Most Units (Top 7)
File# lines# units
index.js
in device
614 29
index.js
in thing
425 20
index.js
in jobs
193 13
tls.js
in device/lib
19 2
tls-reader.js
in common/lib
64 1
is-undefined.js
in common/lib
3 1
ws.js
in device/lib
5 1
Files With Long Lines (Top 4)

There are 4 files with lines longer than 120 characters. In total, there are 11 long lines.

File# lines# units# long lines
index.js
in jobs
193 13 4
gulpfile.js
in root
43 - 3
index.js
in device
614 29 3
publish.yml
in continuous-delivery
15 - 1