microsoft / wiql-to-odata-ado-extension
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,143 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (439 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (295 lines of code)
    • 16 very small files (409 lines of code)
0% | 0% | 38% | 25% | 35%
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% | 46% | 20% | 32%
tsx0% | 0% | 0% | 100% | 0%
html0% | 0% | 0% | 0% | 100%
scss0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/parsers0% | 0% | 54% | 44% | <1%
src/models0% | 0% | 91% | 0% | 8%
src/dialog0% | 0% | 0% | 45% | 54%
src0% | 0% | 0% | 0% | 100%
src/app0% | 0% | 0% | 0% | 100%
src/helpers0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
config/environment0% | 0% | 0% | 0% | 100%
Longest Files (Top 20)
File# lines# units
clause-parsers.ts
in src/parsers
237 18
odata-metadata.ts
in src/models
202 9
odata-parser.ts
in src/parsers
193 8
dialog.tsx
in src/dialog
102 5
dialog-helper.ts
in src/dialog
95 5
app.ts
in src/app
75 2
polyfills.ts
in src
48 3
query-json-parser.ts
in src/helpers
36 1
dialog.html
in src
27 -
index.html
in src
27 -
dialog.scss
in src/dialog
26 -
notes-service.ts
in src/helpers
25 4
azure-pipelines.yml
in root
18 -
context.ts
in src/models
16 -
environment.dev.ts
in config/environment
3 -
environment.prod.ts
in config/environment
3 -
index.ts
in src/helpers
3 -
xml-parser.ts
in src/helpers
3 1
index.ts
in src/models
2 -
index.ts
in src/parsers
2 -
Files With Most Units (Top 10)
File# lines# units
clause-parsers.ts
in src/parsers
237 18
odata-metadata.ts
in src/models
202 9
odata-parser.ts
in src/parsers
193 8
dialog-helper.ts
in src/dialog
95 5
dialog.tsx
in src/dialog
102 5
notes-service.ts
in src/helpers
25 4
polyfills.ts
in src
48 3
app.ts
in src/app
75 2
query-json-parser.ts
in src/helpers
36 1
xml-parser.ts
in src/helpers
3 1
Files With Long Lines (Top 5)

There are 5 files with lines longer than 120 characters. In total, there are 94 long lines.

File# lines# units# long lines
odata-metadata.ts
in src/models
202 9 42
clause-parsers.ts
in src/parsers
237 18 27
odata-parser.ts
in src/parsers
193 8 20
dialog-helper.ts
in src/dialog
95 5 4
dialog.tsx
in src/dialog
102 5 1