aws-samples / aws-scheduled-event-adjuster
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 15 files with 525 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)
    • 1 small files (119 lines of code)
    • 14 very small files (406 lines of code)
0% | 0% | 0% | 22% | 77%
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
yaml0% | 0% | 0% | 49% | 50%
py0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ROOT0% | 0% | 0% | 48% | 51%
adjust_schedule_function/lib0% | 0% | 0% | 0% | 100%
adjust_schedule_function/lib/processors0% | 0% | 0% | 0% | 100%
adjust_schedule_function/adjust_schedule0% | 0% | 0% | 0% | 100%
Longest Files (Top 15)
File# lines# units
pipeline.yaml
in root
119 -
template.yaml
in root
100 -
autoscaling.py
in adjust_schedule_function/lib/processors
67 3
recurrence.py
in adjust_schedule_function/lib
54 4
eventbridge.py
in adjust_schedule_function/lib/processors
48 2
services.py
in adjust_schedule_function/lib
44 10
app.py
in adjust_schedule_function/adjust_schedule
29 1
buildspec.yaml
in root
23 -
events.py
in adjust_schedule_function/lib
19 2
base.py
in adjust_schedule_function/lib/processors
9 4
utils.py
in adjust_schedule_function/lib
5 1
__init__.py
in adjust_schedule_function/lib
4 -
conftest.py
in root
2 -
__init__.py
in adjust_schedule_function/lib/processors
1 -
__init__.py
in adjust_schedule_function/adjust_schedule
1 -
Files With Most Units (Top 8)
File# lines# units
services.py
in adjust_schedule_function/lib
44 10
base.py
in adjust_schedule_function/lib/processors
9 4
recurrence.py
in adjust_schedule_function/lib
54 4
autoscaling.py
in adjust_schedule_function/lib/processors
67 3
eventbridge.py
in adjust_schedule_function/lib/processors
48 2
events.py
in adjust_schedule_function/lib
19 2
utils.py
in adjust_schedule_function/lib
5 1
app.py
in adjust_schedule_function/adjust_schedule
29 1
Files With Long Lines (Top 4)

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

File# lines# units# long lines
eventbridge.py
in adjust_schedule_function/lib/processors
48 2 6
autoscaling.py
in adjust_schedule_function/lib/processors
67 3 4
recurrence.py
in adjust_schedule_function/lib
54 4 4
buildspec.yaml
in root
23 - 1