aws-samples / aws-cms-telemetry-demo
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 11 files with 1,479 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (591 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (607 lines of code)
    • 5 very small files (281 lines of code)
0% | 0% | 39% | 41% | 18%
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% | 39% | 41% | 18%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ROOT0% | 0% | 40% | 41% | 18%
utils0% | 0% | 0% | 0% | 100%
Longest Files (Top 11)
File# lines# units
provisioningHandler.py
in root
298 23
iotHandler.py
in root
293 35
cmsHandler.py
in root
182 21
setupSingleVehicle.py
in root
169 2
payloadHandler.py
in root
140 15
test.py
in root
116 6
generateTelemetry.py
in root
84 3
cognitoHandler.py
in root
70 4
generateDTC.py
in root
70 3
iamHandler.py
in root
48 4
config_loader.py
in utils
9 2
Files With Most Units (Top 11)
File# lines# units
iotHandler.py
in root
293 35
provisioningHandler.py
in root
298 23
cmsHandler.py
in root
182 21
payloadHandler.py
in root
140 15
test.py
in root
116 6
iamHandler.py
in root
48 4
cognitoHandler.py
in root
70 4
generateTelemetry.py
in root
84 3
generateDTC.py
in root
70 3
config_loader.py
in utils
9 2
setupSingleVehicle.py
in root
169 2
Files With Long Lines (Top 7)

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

File# lines# units# long lines
setupSingleVehicle.py
in root
169 2 11
iotHandler.py
in root
293 35 6
cmsHandler.py
in root
182 21 4
generateTelemetry.py
in root
84 3 2
generateDTC.py
in root
70 3 2
provisioningHandler.py
in root
298 23 1
test.py
in root
116 6 1