microsoft / ethr
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 14 files with 4,257 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (924 lines of code)
    • 7 medium size files (2,515 lines of codeclsfd_ftr_w_mp_ins)
    • 5 small files (771 lines of code)
    • 1 very small files (47 lines of code)
0% | 21% | 59% | 18% | 1%
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
go0% | 21% | 59% | 18% | 0%
yaml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ROOT0% | 21% | 59% | 18% | 0%
snap0% | 0% | 0% | 0% | 100%
Longest Files (Top 14)
File# lines# units
client.go
in root
924 38
ethr.go
in root
495 34
utils.go
in root
422 32
serverui.go
in root
389 35
plt_darwin.go
in root
373 10
session.go
in root
323 20
server.go
in root
268 11
plt_windows.go
in root
245 10
ui.go
in root
197 14
clientui.go
in root
174 19
plt_linux.go
in root
159 13
log.go
in root
129 9
stats.go
in root
112 7
snapcraft.yaml
in snap
47 -
Files With Most Units (Top 13)
File# lines# units
client.go
in root
924 38
serverui.go
in root
389 35
ethr.go
in root
495 34
utils.go
in root
422 32
session.go
in root
323 20
clientui.go
in root
174 19
ui.go
in root
197 14
plt_linux.go
in root
159 13
server.go
in root
268 11
plt_darwin.go
in root
373 10
plt_windows.go
in root
245 10
log.go
in root
129 9
stats.go
in root
112 7
Files With Long Lines (Top 6)

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

File# lines# units# long lines
client.go
in root
924 38 8
clientui.go
in root
174 19 6
serverui.go
in root
389 35 3
utils.go
in root
422 32 3
ethr.go
in root
495 34 1
server.go
in root
268 11 1