microsoft / vscode-azure-blockchain-ethereum
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 275 files with 14,259 lines of code.
    • 0 very long files (0 lines of code)
    • 2 long files (1,560 lines of code)
    • 13 medium size files (4,047 lines of codeclsfd_ftr_w_mp_ins)
    • 18 small files (2,586 lines of code)
    • 242 very small files (6,066 lines of code)
0% | 10% | 28% | 18% | 42%
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% | 11% | 27% | 17% | 43%
css0% | 0% | 81% | 0% | 18%
html0% | 0% | 0% | 86% | 13%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 74% | 17% | 0% | 8%
src/resourceExplorers0% | 42% | 18% | 31% | 7%
src/helpers0% | 0% | 49% | 31% | 18%
src/debugAdapter0% | 0% | 36% | 20% | 43%
src/commands0% | 0% | 56% | 21% | 22%
src/services0% | 0% | 28% | 13% | 57%
resources/welcome0% | 0% | 49% | 40% | 10%
src/ARMBlockchain0% | 0% | 21% | 15% | 62%
src/Generators0% | 0% | 36% | 19% | 43%
src/pages0% | 0% | 0% | 40% | 59%
src/Models0% | 0% | 0% | 0% | 100%
src/validators0% | 0% | 0% | 0% | 100%
src/ViewItems0% | 0% | 0% | 0% | 100%
resources/codeFlowResult0% | 0% | 0% | 0% | 100%
ui-test/src0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
Constants.ts
in src
898 17
BlockchainDataManagerResourceExplorer.ts
in src/resourceExplorers
662 33
truffleConfig.ts
in src/helpers
496 35
configurationReader.ts
in src/debugAdapter
475 34
TruffleCommands.ts
in src/commands
437 30
main.css
in resources/welcome
371 -
OpenZeppelinService.ts
in src/services/openZeppelin
321 27
ConsortiumResourceExplorer.ts
in src/resourceExplorers
283 21
required.ts
in src/helpers
279 25
AzureBlockchainServiceClient.ts
in src/ARMBlockchain
238 22
InfuraServiceClient.ts
in src/services/infuraService
237 22
debugSession.ts
in src/debugAdapter
236 18
LogicAppGenerator.ts
in src/Generators
235 17
ServiceCommands.ts
in src/commands
229 24
extension.ts
in src
210 4
command.ts
in src/helpers
197 9
AzureResourceExplorer.ts
in src/resourceExplorers
181 13
runtimeInterface.ts
in src/debugAdapter
176 21
StorageAccountResourceExplorer.ts
in src/resourceExplorers
174 10
index.html
in resources/welcome
173 -
BlockchainDataManagerResource.ts
in src/ARMBlockchain/Operations
172 12
userInteraction.ts
in src/helpers
145 11
openZeppelinHelper.ts
in src/helpers
144 9
OpenZeppelinCommands.ts
in src/commands
136 6
codeFlowLogin.ts
in src/services/infuraService
136 9
InfuraResourceExplorer.ts
in src/resourceExplorers
133 11
prereqs.html
in resources/welcome
126 -
CodeGenerator.ts
in src/Generators/CodeGenerator
125 2
cmdCommandExecutor.ts
in src/debugAdapter
119 6
BasicWebView.ts
in src/pages
117 7
GanacheService.ts
in src/services/ganache
116 9
ProjectCommands.ts
in src/commands
114 7
transactionProvider.ts
in src/debugAdapter/transaction
102 8
variablesHandler.ts
in src/debugAdapter
98 10
OpenZeppelinProjectJsonService.ts
in src/services/openZeppelin
98 8
TreeManager.ts
in src/services/tree
98 10
enumExtractor.ts
in src/helpers
97 6
OpenZeppelinMigrationsService.ts
in src/services/openZeppelin
94 7
web3Wrapper.ts
in src/debugAdapter
92 11
AzureBlockchainServiceValidator.ts
in src/validators
90 5
validator.ts
in src/validators
89 14
LocalResourceExplorer.ts
in src/resourceExplorers
88 7
ExtensionItem.ts
in src/Models/TreeItems
84 10
debugNetwork.ts
in src/debugAdapter
84 10
main.css
in resources/codeFlowResult
82 -
DebuggerCommands.ts
in src/commands
80 5
InMemoryAdapter.ts
in src/services/contract
80 9
TelemetryClient.ts
in src
78 7
MnemonicNetworkNode.ts
in src/Models/TreeItems
76 6
ContractService.ts
in src/services/contract
76 9
Files With Most Units (Top 20)
File# lines# units
truffleConfig.ts
in src/helpers
496 35
configurationReader.ts
in src/debugAdapter
475 34
BlockchainDataManagerResourceExplorer.ts
in src/resourceExplorers
662 33
TruffleCommands.ts
in src/commands
437 30
OpenZeppelinService.ts
in src/services/openZeppelin
321 27
required.ts
in src/helpers
279 25
ServiceCommands.ts
in src/commands
229 24
AzureBlockchainServiceClient.ts
in src/ARMBlockchain
238 22
InfuraServiceClient.ts
in src/services/infuraService
237 22
runtimeInterface.ts
in src/debugAdapter
176 21
ConsortiumResourceExplorer.ts
in src/resourceExplorers
283 21
debugSession.ts
in src/debugAdapter
236 18
Constants.ts
in src
898 17
LogicAppGenerator.ts
in src/Generators
235 17
validator.ts
in src/validators
89 14
AzureResourceExplorer.ts
in src/resourceExplorers
181 13
BlockchainDataManagerResource.ts
in src/ARMBlockchain/Operations
172 12
web3Wrapper.ts
in src/debugAdapter
92 11
userInteraction.ts
in src/helpers
145 11
InfuraResourceExplorer.ts
in src/resourceExplorers
133 11
Files With Long Lines (Top 11)

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

File# lines# units# long lines
Constants.ts
in src
898 17 15
main.css
in resources/codeFlowResult
82 - 11
index.html
in resources/welcome
173 - 11
BlockchainDataManagerResourceExplorer.ts
in src/resourceExplorers
662 33 3
CodeGenerator.ts
in src/Generators/CodeGenerator
125 2 2
StorageAccountClient.ts
in src/ARMBlockchain
46 5 1
Definition.ts
in src/Generators/CodeGenerator/ApplicationDto
27 1 1
BlockchainDataManagerInputAndOutputItemCreator.ts
in src/Models/ItemCreators/BlockchainDataManager
25 3 1
openZeppelinHelper.ts
in src/helpers
144 9 1
userInteraction.ts
in src/helpers
145 11 1
OpenZeppelinService.ts
in src/services/openZeppelin
321 27 1