aws / amazon-ssm-document-language-service
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 31 files with 2,652 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 3 medium size files (848 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (553 lines of code)
    • 24 very small files (1,251 lines of code)
0% | 0% | 31% | 20% | 47%
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
ts0% | 0% | 31% | 20% | 47%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 0% | 100% | 0% | 0%
src/schema/automation0% | 0% | 55% | 33% | 10%
src/schema/automation/actions0% | 0% | 0% | 32% | 67%
src/util0% | 0% | 0% | 0% | 100%
src/schema0% | 0% | 0% | 0% | 100%
src/build-scripts0% | 0% | 0% | 0% | 100%
Longest Files (Top 31)
File# lines# units
ssmServer.ts
in src
325 1
stepDefinition.ts
in src/schema/automation
275 -
ssmLanguageService.ts
in src
248 6
parameterDefinition.ts
in src/schema/automation
168 -
runInstances.ts
in src/schema/automation/actions
143 -
createStack.ts
in src/schema/automation/actions
133 -
executeScript.ts
in src/schema/automation/actions
109 -
runCommand.ts
in src/schema/automation/actions
96 -
yamlCompletionUtils.ts
in src/util
93 4
languageModelCache.ts
in src/util
72 3
runner.ts
in src/util
71 4
invokeLambdaFunction.ts
in src/schema/automation/actions
65 -
createTags.ts
in src/schema/automation/actions
64 -
ssmDocumentSchema.ts
in src/schema
59 -
copyImage.ts
in src/schema/automation/actions
57 -
changeInstanceState.ts
in src/schema/automation/actions
57 -
deleteStack.ts
in src/schema/automation/actions
56 -
approve.ts
in src/schema/automation/actions
55 -
fileDefinition.ts
in src/schema/automation
54 -
assertAwsResourceProperty.ts
in src/schema/automation/actions
51 -
createImage.ts
in src/schema/automation/actions
49 -
executeAutomation.ts
in src/schema/automation/actions
46 -
waitForAwsResourceProperty.ts
in src/schema/automation/actions
45 -
executeAwsApi.ts
in src/schema/automation/actions
43 -
limitExceededWarnings.ts
in src/util
42 2
delayedValidationService.ts
in src/util
42 3
executeStateMachine.ts
in src/schema/automation/actions
37 -
sleep.ts
in src/schema/automation/actions
33 -
deleteImage.ts
in src/schema/automation/actions
30 -
bundleJsonSchema.ts
in src/build-scripts
18 -
pause.ts
in src/schema/automation/actions
16 -
Files With Most Units (Top 7)
File# lines# units
ssmLanguageService.ts
in src
248 6
yamlCompletionUtils.ts
in src/util
93 4
runner.ts
in src/util
71 4
delayedValidationService.ts
in src/util
42 3
languageModelCache.ts
in src/util
72 3
limitExceededWarnings.ts
in src/util
42 2
ssmServer.ts
in src
325 1
Files With Long Lines (Top 20)

There are 20 files with lines longer than 120 characters. In total, there are 78 long lines.

File# lines# units# long lines
createStack.ts
in src/schema/automation/actions
133 - 13
executeScript.ts
in src/schema/automation/actions
109 - 7
assertAwsResourceProperty.ts
in src/schema/automation/actions
51 - 7
stepDefinition.ts
in src/schema/automation
275 - 5
approve.ts
in src/schema/automation/actions
55 - 5
executeAutomation.ts
in src/schema/automation/actions
46 - 5
changeInstanceState.ts
in src/schema/automation/actions
57 - 5
runCommand.ts
in src/schema/automation/actions
96 - 4
parameterDefinition.ts
in src/schema/automation
168 - 4
sleep.ts
in src/schema/automation/actions
33 - 3
waitForAwsResourceProperty.ts
in src/schema/automation/actions
45 - 3
runInstances.ts
in src/schema/automation/actions
143 - 3
deleteStack.ts
in src/schema/automation/actions
56 - 3
ssmDocumentSchema.ts
in src/schema
59 - 3
pause.ts
in src/schema/automation/actions
16 - 2
executeAwsApi.ts
in src/schema/automation/actions
43 - 2
copyImage.ts
in src/schema/automation/actions
57 - 1
createTags.ts
in src/schema/automation/actions
64 - 1
createImage.ts
in src/schema/automation/actions
49 - 1
invokeLambdaFunction.ts
in src/schema/automation/actions
65 - 1