kubernetes / mount-utils
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 1,527 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 3 medium size files (894 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (426 lines of code)
    • 5 very small files (207 lines of code)
0% | 0% | 58% | 27% | 13%
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% | 0% | 58% | 27% | 13%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ROOT0% | 0% | 58% | 27% | 13%
Longest Files (Top 11)
File# lines# units
mount_linux.go
in root
443 26
mount_windows.go
in root
231 17
mount.go
in root
220 14
resizefs_linux.go
in root
163 10
fake_mounter.go
in root
136 11
mount_helper_unix.go
in root
127 4
mount_helper_common.go
in root
87 4
mount_helper_windows.go
in root
62 5
mount_unsupported.go
in root
43 11
resizefs_unsupported.go
in root
14 2
doc.go
in root
1 -
Files With Most Units (Top 10)
File# lines# units
mount_linux.go
in root
443 26
mount_windows.go
in root
231 17
mount.go
in root
220 14
mount_unsupported.go
in root
43 11
fake_mounter.go
in root
136 11
resizefs_linux.go
in root
163 10
mount_helper_windows.go
in root
62 5
mount_helper_common.go
in root
87 4
mount_helper_unix.go
in root
127 4
resizefs_unsupported.go
in root
14 2
Files With Long Lines (Top 8)

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

File# lines# units# long lines
mount_linux.go
in root
443 26 23
mount_windows.go
in root
231 17 13
resizefs_linux.go
in root
163 10 5
mount_unsupported.go
in root
43 11 4
fake_mounter.go
in root
136 11 4
mount.go
in root
220 14 3
mount_helper_unix.go
in root
127 4 2
mount_helper_common.go
in root
87 4 1