microsoft / azure-repos-pr-multi-cherry-pick
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,379 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 3 medium size files (878 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (278 lines of code)
    • 8 very small files (223 lines of code)
0% | 0% | 63% | 20% | 16%
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
tsx0% | 0% | 78% | 20% | <1%
ts0% | 0% | 54% | 0% | 45%
scss0% | 0% | 0% | 100% | 0%
yml0% | 0% | 0% | 0% | 100%
html0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/Components0% | 0% | 69% | 30% | 0%
src0% | 0% | 50% | 20% | 28%
src/services0% | 0% | 79% | 0% | 20%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 13)
File# lines# units
formView.tsx
in src/Components
402 3
dialog.tsx
in src
259 5
cherryPickService.ts
in src/services
217 3
summaryTable.tsx
in src/Components
173 1
common.scss
in src
105 -
utilities.ts
in src
62 7
gitBranchService.ts
in src/services
55 1
app.ts
in src
37 1
interfaces.ts
in src
27 -
azure-pipelines.yml
in root
22 -
dialog.html
in src
7 -
index.html
in src
7 -
common.tsx
in src
6 1
Files With Most Units (Top 8)
File# lines# units
utilities.ts
in src
62 7
dialog.tsx
in src
259 5
formView.tsx
in src/Components
402 3
cherryPickService.ts
in src/services
217 3
summaryTable.tsx
in src/Components
173 1
app.ts
in src
37 1
common.tsx
in src
6 1
gitBranchService.ts
in src/services
55 1
Files With Long Lines (Top 2)

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

File# lines# units# long lines
formView.tsx
in src/Components
402 3 1
summaryTable.tsx
in src/Components
173 1 1