microsoft / azure-devops-extension-tasks
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 1,460 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (690 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (313 lines of code)
    • 12 very small files (457 lines of code)
0% | 0% | 47% | 21% | 31%
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% | 56% | 11% | 32%
yml0% | 0% | 0% | 100% | 0%
cmd0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
BuildTasks/Common0% | 0% | 100% | 0% | 0%
BuildTasks/PublishExtension0% | 0% | 67% | 32% | 0%
ROOT0% | 0% | 0% | 73% | 26%
BuildTasks/TfxInstaller0% | 0% | 0% | 0% | 100%
BuildTasks/PublishVSExtension0% | 0% | 0% | 0% | 100%
BuildTasks/ExtensionVersion0% | 0% | 0% | 0% | 100%
BuildTasks/PackageExtension0% | 0% | 0% | 0% | 100%
BuildTasks/IsValidExtensionAgent0% | 0% | 0% | 0% | 100%
BuildTasks/InstallExtension0% | 0% | 0% | 0% | 100%
BuildTasks/UnpublishExtension0% | 0% | 0% | 0% | 100%
BuildTasks/ShareExtension0% | 0% | 0% | 0% | 100%
Longest Files (Top 16)
File# lines# units
Common.ts
in BuildTasks/Common
408 21
vsixeditor.ts
in BuildTasks/PublishExtension
282 26
azure-pipelines.yml
in root
175 -
PublishExtension.ts
in BuildTasks/PublishExtension
138 -
TfxInstaller.ts
in BuildTasks/TfxInstaller
93 4
ExtensionVersion.ts
in BuildTasks/ExtensionVersion
73 2
Utils.ts
in BuildTasks/PublishVSExtension
65 4
PackageExtension.ts
in BuildTasks/PackageExtension
43 1
IsValidExtension.ts
in BuildTasks/IsValidExtensionAgent
38 2
cmd
test-packaging.cmd
in root
25 -
PublishVSExtension.ts
in BuildTasks/PublishVSExtension
24 -
InstallExtension.ts
in BuildTasks/InstallExtension
22 -
cmd
test-publishing.cmd
in root
22 -
UnpublishExtension.ts
in BuildTasks/UnpublishExtension
19 1
cmd
test-extensionversion.cmd
in root
17 -
ShareExtension.ts
in BuildTasks/ShareExtension
16 -
Files With Most Units (Top 8)
File# lines# units
vsixeditor.ts
in BuildTasks/PublishExtension
282 26
Common.ts
in BuildTasks/Common
408 21
Utils.ts
in BuildTasks/PublishVSExtension
65 4
TfxInstaller.ts
in BuildTasks/TfxInstaller
93 4
ExtensionVersion.ts
in BuildTasks/ExtensionVersion
73 2
IsValidExtension.ts
in BuildTasks/IsValidExtensionAgent
38 2
PackageExtension.ts
in BuildTasks/PackageExtension
43 1
UnpublishExtension.ts
in BuildTasks/UnpublishExtension
19 1
Files With Long Lines (Top 6)

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

File# lines# units# long lines
Common.ts
in BuildTasks/Common
408 21 4
Utils.ts
in BuildTasks/PublishVSExtension
65 4 2
TfxInstaller.ts
in BuildTasks/TfxInstaller
93 4 2
cmd
test-publishing.cmd
in root
22 - 2
ExtensionVersion.ts
in BuildTasks/ExtensionVersion
73 2 1
cmd
test-extensionversion.cmd
in root
17 - 1