aws-samples / aws-codepipeline-stepfunctions
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 16 files with 1,457 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 3 medium size files (857 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (312 lines of code)
    • 11 very small files (288 lines of code)
0% | 0% | 58% | 21% | 19%
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% | 60% | 14% | 25%
yaml0% | 0% | 56% | 33% | 9%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
pipeline/local_modules/pipeline_utils0% | 0% | 99% | 0% | <1%
pipeline/statemachines/deploy0% | 0% | 56% | 0% | 43%
pipeline/local_modules/cloudformation0% | 0% | 99% | 0% | <1%
pipeline/codepipeline0% | 0% | 0% | 100% | 0%
app0% | 0% | 0% | 0% | 100%
Longest Files (Top 16)
File# lines# units
pipeline_utils.js
in pipeline/local_modules/pipeline_utils
334 29
state_machine_template.yaml
in pipeline/statemachines/deploy
305 -
cloudformation_manager.js
in pipeline/local_modules/cloudformation
218 18
codepipeline_template.yaml
in pipeline/codepipeline
180 -
state_machine_trigger.js
in pipeline/codepipeline
132 12
lambda-template.yaml
in app
52 -
create_change_set.js
in pipeline/statemachines/deploy
47 2
inspect_change_set.js
in pipeline/statemachines/deploy
46 3
create_stack.js
in pipeline/statemachines/deploy
43 2
check_change_set_creation_status.js
in pipeline/statemachines/deploy
22 2
check_stack_creation_status.js
in pipeline/statemachines/deploy
21 2
delete_change_set.js
in pipeline/statemachines/deploy
18 2
execute_change_set.js
in pipeline/statemachines/deploy
18 2
check_stack_exists.js
in pipeline/statemachines/deploy
17 2
index.js
in pipeline/local_modules/cloudformation
2 -
index.js
in pipeline/local_modules/pipeline_utils
2 -
Files With Most Units (Top 11)
File# lines# units
pipeline_utils.js
in pipeline/local_modules/pipeline_utils
334 29
cloudformation_manager.js
in pipeline/local_modules/cloudformation
218 18
state_machine_trigger.js
in pipeline/codepipeline
132 12
inspect_change_set.js
in pipeline/statemachines/deploy
46 3
create_stack.js
in pipeline/statemachines/deploy
43 2
create_change_set.js
in pipeline/statemachines/deploy
47 2
check_stack_creation_status.js
in pipeline/statemachines/deploy
21 2
check_change_set_creation_status.js
in pipeline/statemachines/deploy
22 2
delete_change_set.js
in pipeline/statemachines/deploy
18 2
check_stack_exists.js
in pipeline/statemachines/deploy
17 2
execute_change_set.js
in pipeline/statemachines/deploy
18 2
Files With Long Lines (Top 6)

There are 6 files with lines longer than 120 characters. In total, there are 19 long lines.

File# lines# units# long lines
pipeline_utils.js
in pipeline/local_modules/pipeline_utils
334 29 7
state_machine_trigger.js
in pipeline/codepipeline
132 12 5
cloudformation_manager.js
in pipeline/local_modules/cloudformation
218 18 4
codepipeline_template.yaml
in pipeline/codepipeline
180 - 1
inspect_change_set.js
in pipeline/statemachines/deploy
46 3 1
state_machine_template.yaml
in pipeline/statemachines/deploy
305 - 1