microsoft / vscode-edge-debug2
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 20 files with 1,785 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (898 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (556 lines of code)
    • 14 very small files (331 lines of code)
0% | 0% | 50% | 31% | 18%
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% | 57% | 25% | 17%
js0% | 0% | 0% | 84% | 15%
yml0% | 0% | 0% | 0% | 100%
html0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 0% | 48% | 39% | 12%
src/legacyEdge0% | 0% | 68% | 0% | 31%
ROOT0% | 0% | 0% | 89% | 10%
Longest Files (Top 20)
File# lines# units
chromeDebugAdapter.ts
in src
491 26
edgeDebugAdapter.ts
in src/legacyEdge
407 31
gulpfile.js
in root
162 3
edgeChromiumDebugAdapter.ts
in src
149 7
utils.ts
in src
123 4
extension.ts
in src
122 11
extension.ts
in src/legacyEdge
80 7
edgeVariablesContainer.ts
in src/legacyEdge
50 3
launchUnelevated.js
in src
29 -
protocolDetection.ts
in src
28 3
errors.ts
in src
19 4
utils.ts
in src/legacyEdge
19 2
chromeDebug.ts
in src
18 -
edgeChromiumDebug.ts
in src
18 -
edgeDebug.ts
in src/legacyEdge
18 -
appveyor.yml
in root
12 -
errors.ts
in src/legacyEdge
12 2
chromeSpawnHelper.ts
in src
10 -
edgeSpawnHelper.ts
in src/legacyEdge
10 -
landingPage.html
in root
8 -
Files With Most Units (Top 12)
File# lines# units
edgeDebugAdapter.ts
in src/legacyEdge
407 31
chromeDebugAdapter.ts
in src
491 26
extension.ts
in src
122 11
edgeChromiumDebugAdapter.ts
in src
149 7
extension.ts
in src/legacyEdge
80 7
errors.ts
in src
19 4
utils.ts
in src
123 4
gulpfile.js
in root
162 3
edgeVariablesContainer.ts
in src/legacyEdge
50 3
protocolDetection.ts
in src
28 3
errors.ts
in src/legacyEdge
12 2
utils.ts
in src/legacyEdge
19 2
Files With Long Lines (Top 10)

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

File# lines# units# long lines
chromeDebugAdapter.ts
in src
491 26 22
edgeDebugAdapter.ts
in src/legacyEdge
407 31 20
extension.ts
in src
122 11 11
extension.ts
in src/legacyEdge
80 7 7
edgeChromiumDebugAdapter.ts
in src
149 7 5
edgeVariablesContainer.ts
in src/legacyEdge
50 3 4
chromeDebug.ts
in src
18 - 1
edgeChromiumDebug.ts
in src
18 - 1
errors.ts
in src
19 4 1
edgeDebug.ts
in src/legacyEdge
18 - 1