microsoft / azure-pipelines-vscode
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 46 files with 3,428 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (539 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 8 small files (1,166 lines of code)
    • 37 very small files (1,723 lines of code)
0% | 15% | 0% | 34% | 50%
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% | 20% | 0% | 44% | 34%
yml0% | 0% | 0% | 0% | 100%
cs0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/configure0% | 96% | 0% | 0% | 3%
src/configure/helper0% | 0% | 0% | 64% | 35%
src/helpers0% | 0% | 0% | 87% | 12%
src/configure/model0% | 0% | 0% | 100% | 0%
src/configure/resources0% | 0% | 0% | 66% | 33%
src/configure/clients0% | 0% | 0% | 33% | 66%
src/configure/templates0% | 0% | 0% | 0% | 100%
src0% | 0% | 0% | 0% | 100%
tools/extract-yaml-testcases0% | 0% | 0% | 0% | 100%
tools/extract-yaml-testcases/src0% | 0% | 0% | 0% | 100%
Longest Files (Top 46)
File# lines# units
configure.ts
in src/configure
539 21
templateHelper.ts
in src/configure/helper
165 11
models.ts
in src/configure/model
165 2
parseError.ts
in src/helpers
160 12
constants.ts
in src/configure/resources
142 -
graphHelper.ts
in src/configure/helper
137 5
organizationsClient.ts
in src/configure/clients/devOps
135 9
azureDevOpsHelper.ts
in src/configure/helper/devOps
134 8
telemetryHelper.ts
in src/helpers
128 10
serviceConnectionClient.ts
in src/configure/clients/devOps
99 5
appServiceClient.ts
in src/configure/clients/azure
92 11
LocalGitRepoHelper.ts
in src/configure/helper
82 10
dotnetcoreLinuxWebApp.yml
in src/configure/templates
76 -
dotnetcoreWindowsWebApp.yml
in src/configure/templates
76 -
extension.ts
in src
74 5
ExampleTests.cs
in tools/extract-yaml-testcases
73 3
main.ts
in tools/extract-yaml-testcases/src
66 4
pythonLinuxWebApp.yml
in src/configure/templates
63 -
nodejsLinuxFunctionApp.yml
in src/configure/templates
61 -
pythonLinuxFunctionApp.yml
in src/configure/templates
61 -
messages.ts
in src/configure/resources
58 -
nodejsWithAngular.yml
in src/configure/templates
55 -
nodejsWithWebpack.yml
in src/configure/templates
55 -
dotnetcoreWindowsFunctionApp.yml
in src/configure/templates
54 -
nodejs.yml
in src/configure/templates
54 -
nodejsWithGrunt.yml
in src/configure/templates
54 -
nodejsWithGulp.yml
in src/configure/templates
54 -
schema-contributor.ts
in src
47 3
serviceConnectionHelper.ts
in src/configure/helper/devOps
46 4
pythonDjango.yml
in src/configure/templates
46 -
simpleWebApp.yml
in src/configure/templates
45 -
controlProvider.ts
in src/configure/helper
40 3
schema-association-service.ts
in src
39 3
commonHelper.ts
in src/configure/helper
38 3
operationsClient.ts
in src/configure/clients/devOps
37 2
azureResourceClient.ts
in src/configure/clients/azure
24 3
gitHubHelper.ts
in src/configure/helper
23 3
telemetryKeys.ts
in src/helpers
23 -
activate.ts
in src/configure
22 1
restClient.ts
in src/configure/clients
20 2
constants.ts
in src/helpers
19 -
tracePoints.ts
in src/configure/resources
15 -
azureSessionHelper.ts
in src/configure/helper
10 1
logger.ts
in src
9 1
extensionVariables.ts
in src
8 -
userCancelledError.ts
in src/configure/helper
5 1
Files With Most Units (Top 20)
File# lines# units
configure.ts
in src/configure
539 21
parseError.ts
in src/helpers
160 12
appServiceClient.ts
in src/configure/clients/azure
92 11
templateHelper.ts
in src/configure/helper
165 11
LocalGitRepoHelper.ts
in src/configure/helper
82 10
telemetryHelper.ts
in src/helpers
128 10
organizationsClient.ts
in src/configure/clients/devOps
135 9
azureDevOpsHelper.ts
in src/configure/helper/devOps
134 8
serviceConnectionClient.ts
in src/configure/clients/devOps
99 5
graphHelper.ts
in src/configure/helper
137 5
extension.ts
in src
74 5
serviceConnectionHelper.ts
in src/configure/helper/devOps
46 4
main.ts
in tools/extract-yaml-testcases/src
66 4
azureResourceClient.ts
in src/configure/clients/azure
24 3
commonHelper.ts
in src/configure/helper
38 3
controlProvider.ts
in src/configure/helper
40 3
gitHubHelper.ts
in src/configure/helper
23 3
schema-association-service.ts
in src
39 3
schema-contributor.ts
in src
47 3
ExampleTests.cs
in tools/extract-yaml-testcases
73 3
Files With Long Lines (Top 19)

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

File# lines# units# long lines
configure.ts
in src/configure
539 21 34
messages.ts
in src/configure/resources
58 - 19
azureDevOpsHelper.ts
in src/configure/helper/devOps
134 8 12
appServiceClient.ts
in src/configure/clients/azure
92 11 11
serviceConnectionClient.ts
in src/configure/clients/devOps
99 5 6
graphHelper.ts
in src/configure/helper
137 5 6
azureResourceClient.ts
in src/configure/clients/azure
24 3 4
extension.ts
in src
74 5 4
serviceConnectionHelper.ts
in src/configure/helper/devOps
46 4 3
controlProvider.ts
in src/configure/helper
40 3 2
templateHelper.ts
in src/configure/helper
165 11 2
telemetryHelper.ts
in src/helpers
128 10 2
schema-association-service.ts
in src
39 3 2
organizationsClient.ts
in src/configure/clients/devOps
135 9 1
restClient.ts
in src/configure/clients
20 2 1
LocalGitRepoHelper.ts
in src/configure/helper
82 10 1
commonHelper.ts
in src/configure/helper
38 3 1
constants.ts
in src/helpers
19 - 1
parseError.ts
in src/helpers
160 12 1