microsoft / powerbi-visuals-gantt
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 11 files with 3,210 lines of code.
    • 1 very long files (2,471 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (245 lines of code)
    • 8 very small files (494 lines of code)
76% | 0% | 0% | 7% | 15%
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
ts78% | 0% | 0% | 7% | 13%
less0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src81% | 0% | 0% | 8% | 10%
ROOT0% | 0% | 0% | 0% | 100%
style0% | 0% | 0% | 0% | 100%
Longest Files (Top 11)
File# lines# units
gantt.ts
in src
2471 68
interfaces.ts
in src
129 -
durationHelper.ts
in src
116 4
behavior.ts
in src
92 3
karma.conf.ts
in root
90 -
settings.ts
in src
73 -
columns.ts
in src
65 3
gantt.less
in style
62 -
drawButtons.ts
in src
56 -
utils.ts
in src
38 2
azure-pipelines.yml
in root
18 -
Files With Most Units (Top 5)
File# lines# units
gantt.ts
in src
2471 68
durationHelper.ts
in src
116 4
behavior.ts
in src
92 3
columns.ts
in src
65 3
utils.ts
in src
38 2
Files With Long Lines (Top 3)

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

File# lines# units# long lines
gantt.ts
in src
2471 68 82
drawButtons.ts
in src
56 - 5
utils.ts
in src
38 2 1