microsoft / vscode-debugadapter-node
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 2,955 lines of code.
    • 0 very long files (0 lines of code)
    • 2 long files (1,671 lines of code)
    • 2 medium size files (569 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (543 lines of code)
    • 8 very small files (172 lines of code)
0% | 56% | 19% | 18% | 5%
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% | 56% | 19% | 18% | 5%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
protocol/src0% | 100% | 0% | 0% | 0%
adapter/src0% | 56% | 0% | 31% | 11%
testSupport/src0% | 0% | 71% | 26% | 1%
src0% | 0% | 100% | 0% | 0%
adapter/src/web0% | 0% | 0% | 0% | 100%
Longest Files (Top 16)
File# lines# units
debugProtocol.ts
in protocol/src
917 -
debugSession.ts
in adapter/src
754 86
debugClient.ts
in testSupport/src
334 47
generator.ts
in src
235 15
protocol.ts
in adapter/src
188 15
internalLogger.ts
in adapter/src
129 10
protocolClient.ts
in testSupport/src
124 6
logger.ts
in adapter/src
102 3
loggingDebugSession.ts
in adapter/src
40 6
messages.ts
in adapter/src
35 3
runDebugAdapter.ts
in adapter/src
30 1
main.ts
in adapter/src
27 -
handles.ts
in adapter/src
20 4
internalLoggerStub.ts
in adapter/src/web
11 -
main.ts
in testSupport/src
7 -
runDebugAdapterStub.ts
in adapter/src/web
2 1
Files With Most Units (Top 12)
File# lines# units
debugSession.ts
in adapter/src
754 86
debugClient.ts
in testSupport/src
334 47
protocol.ts
in adapter/src
188 15
generator.ts
in src
235 15
internalLogger.ts
in adapter/src
129 10
loggingDebugSession.ts
in adapter/src
40 6
protocolClient.ts
in testSupport/src
124 6
handles.ts
in adapter/src
20 4
logger.ts
in adapter/src
102 3
messages.ts
in adapter/src
35 3
runDebugAdapter.ts
in adapter/src
30 1
runDebugAdapterStub.ts
in adapter/src/web
2 1
Files With Long Lines (Top 9)

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

File# lines# units# long lines
debugSession.ts
in adapter/src
754 86 56
protocolClient.ts
in testSupport/src
124 6 17
debugClient.ts
in testSupport/src
334 47 14
main.ts
in adapter/src
27 - 4
debugProtocol.ts
in protocol/src
917 - 4
internalLogger.ts
in adapter/src
129 10 2
loggingDebugSession.ts
in adapter/src
40 6 2
generator.ts
in src
235 15 2
protocol.ts
in adapter/src
188 15 1