aws / aws-lambda-nodejs-runtime-interface-client
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 1,095 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)
    • 5 small files (612 lines of code)
    • 10 very small files (483 lines of code)
0% | 0% | 0% | 55% | 44%
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% | 0% | 52% | 47%
cc0% | 0% | 0% | 100% | 0%
gyp0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/RuntimeClient0% | 0% | 0% | 98% | 1%
src/Runtime0% | 0% | 0% | 68% | 31%
src/Errors0% | 0% | 0% | 61% | 38%
src/utils0% | 0% | 0% | 0% | 100%
src/Common0% | 0% | 0% | 0% | 100%
src0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 15)
File# lines# units
RuntimeClient.ts
in src/RuntimeClient
171 3
runtime-client.cc
in src/RuntimeClient
123 5
InvokeContext.ts
in src/Runtime
109 12
CallbackContext.ts
in src/Runtime
105 7
index.ts
in src/Errors
104 5
UserFunction.ts
in src/utils
91 8
Runtime.ts
in src/Runtime
79 4
LogPatch.ts
in src/utils
76 2
XRayError.ts
in src/Errors
66 1
index.ts
in src/Common
62 1
index.ts
in src
47 1
gyp
binding.gyp
in root
40 -
BeforeExitListener.ts
in src/Runtime
17 1
index.ts
in src/RuntimeClient
3 -
index.ts
in src/Runtime
2 -
Files With Most Units (Top 12)
File# lines# units
InvokeContext.ts
in src/Runtime
109 12
UserFunction.ts
in src/utils
91 8
CallbackContext.ts
in src/Runtime
105 7
index.ts
in src/Errors
104 5
runtime-client.cc
in src/RuntimeClient
123 5
Runtime.ts
in src/Runtime
79 4
RuntimeClient.ts
in src/RuntimeClient
171 3
LogPatch.ts
in src/utils
76 2
XRayError.ts
in src/Errors
66 1
index.ts
in src
47 1
BeforeExitListener.ts
in src/Runtime
17 1
index.ts
in src/Common
62 1
Files With Long Lines (Top 3)

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

File# lines# units# long lines
index.ts
in src/Errors
104 5 1
runtime-client.cc
in src/RuntimeClient
123 5 1
UserFunction.ts
in src/utils
91 8 1