microsoft / process-migrator
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 13 files with 1,435 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (677 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (440 lines of code)
    • 9 very small files (318 lines of code)
0% | 47% | 0% | 30% | 22%
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% | 47% | 0% | 30% | 22%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
Common0% | 55% | 0% | 36% | 8%
NodeJs0% | 0% | 0% | 0% | 100%
Browser0% | 0% | 0% | 0% | 100%
Longest Files (Top 13)
File# lines# units
ProcessImporter.ts
in src/Common
677 27
Utilities.ts
in src/Common
192 14
ProcessExporter.ts
in src/Common
138 4
Interfaces.ts
in src/Common
110 -
ConfigurationProcessor.ts
in src/NodeJs
64 2
NodeJsUtilities.ts
in src/NodeJs
54 4
FileLogger.ts
in src/NodeJs
46 8
Main.ts
in src/NodeJs
44 -
Logger.ts
in src/Common
31 7
Constants.ts
in src/Common
28 -
Errors.ts
in src/Common
28 5
Engine.ts
in src/Common
14 1
placeholder.ts
in src/Browser
9 -
Files With Most Units (Top 9)
File# lines# units
ProcessImporter.ts
in src/Common
677 27
Utilities.ts
in src/Common
192 14
FileLogger.ts
in src/NodeJs
46 8
Logger.ts
in src/Common
31 7
Errors.ts
in src/Common
28 5
ProcessExporter.ts
in src/Common
138 4
NodeJsUtilities.ts
in src/NodeJs
54 4
ConfigurationProcessor.ts
in src/NodeJs
64 2
Engine.ts
in src/Common
14 1
Files With Long Lines (Top 11)

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

File# lines# units# long lines
ProcessImporter.ts
in src/Common
677 27 101
Utilities.ts
in src/Common
192 14 18
ProcessExporter.ts
in src/Common
138 4 15
Constants.ts
in src/Common
28 - 8
ConfigurationProcessor.ts
in src/NodeJs
64 2 6
Main.ts
in src/NodeJs
44 - 4
Interfaces.ts
in src/Common
110 - 2
NodeJsUtilities.ts
in src/NodeJs
54 4 2
placeholder.ts
in src/Browser
9 - 1
Logger.ts
in src/Common
31 7 1
FileLogger.ts
in src/NodeJs
46 8 1