aws-solutions / aws-crr-monitor
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 8 files with 1,418 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 4 medium size files (1,076 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (140 lines of code)
    • 3 very small files (202 lines of code)
0% | 0% | 75% | 9% | 14%
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% | 75% | 9% | 14%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
CRRMonitor0% | 0% | 100% | 0% | 0%
CRRdeployagent0% | 0% | 77% | 0% | 22%
CRRMonitorHousekeeping0% | 0% | 100% | 0% | 0%
CRRMonitorTrailAlarm0% | 0% | 71% | 0% | 28%
CRRHourlyMaint0% | 0% | 0% | 100% | 0%
solution-helper0% | 0% | 0% | 0% | 100%
Longest Files (Top 8)
File# lines# units
CRRMonitor.py
in source/CRRMonitor
353 5
CRRdeployagent.py
in source/CRRdeployagent
278 8
CRRMonitorHousekeeping.py
in source/CRRMonitorHousekeeping
234 3
CRRMonitorTrailAlarm.py
in source/CRRMonitorTrailAlarm
211 13
CRRHourlyMaint.py
in source/CRRHourlyMaint
140 3
cfn_resource.py
in source/CRRMonitorTrailAlarm
83 7
cfn_resource.py
in source/CRRdeployagent
83 7
solution-helper.py
in source/solution-helper
36 2
Files With Most Units (Top 8)
File# lines# units
CRRMonitorTrailAlarm.py
in source/CRRMonitorTrailAlarm
211 13
CRRdeployagent.py
in source/CRRdeployagent
278 8
cfn_resource.py
in source/CRRMonitorTrailAlarm
83 7
cfn_resource.py
in source/CRRdeployagent
83 7
CRRMonitor.py
in source/CRRMonitor
353 5
CRRMonitorHousekeeping.py
in source/CRRMonitorHousekeeping
234 3
CRRHourlyMaint.py
in source/CRRHourlyMaint
140 3
solution-helper.py
in source/solution-helper
36 2
Files With Long Lines (Top 5)

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

File# lines# units# long lines
CRRMonitor.py
in source/CRRMonitor
353 5 5
CRRMonitorHousekeeping.py
in source/CRRMonitorHousekeeping
234 3 2
CRRHourlyMaint.py
in source/CRRHourlyMaint
140 3 2
CRRMonitorTrailAlarm.py
in source/CRRMonitorTrailAlarm
211 13 1
CRRdeployagent.py
in source/CRRdeployagent
278 8 1