bazelbuild / bazelisk
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,769 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 4 medium size files (1,225 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (180 lines of code)
    • 8 very small files (364 lines of code)
0% | 0% | 69% | 10% | 20%
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% | 66% | 12% | 20%
py0% | 0% | 100% | 0% | 0%
js0% | 0% | 0% | 0% | 100%
toml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
core0% | 0% | 100% | 0% | 0%
ROOT0% | 0% | 77% | 0% | 22%
httputil0% | 0% | 79% | 0% | 20%
repositories0% | 0% | 0% | 70% | 29%
versions0% | 0% | 0% | 0% | 100%
platforms0% | 0% | 0% | 0% | 100%
runfiles0% | 0% | 0% | 0% | 100%
Longest Files (Top 13)
File# lines# units
core.go
in core
478 21
bazelisk.py
in root
280 23
repositories.go
in core
245 20
httputil.go
in httputil
222 11
gcs.go
in repositories
180 11
versions.go
in versions
92 3
github.go
in repositories
77 6
bazelisk.js
in root
63 3
fake.go
in httputil
57 8
platforms.go
in platforms
39 3
bazelisk.go
in root
17 1
runfiles.go
in runfiles
16 1
pyproject.toml
in root
3 -
Files With Most Units (Top 12)
File# lines# units
bazelisk.py
in root
280 23
core.go
in core
478 21
repositories.go
in core
245 20
gcs.go
in repositories
180 11
httputil.go
in httputil
222 11
fake.go
in httputil
57 8
github.go
in repositories
77 6
versions.go
in versions
92 3
platforms.go
in platforms
39 3
bazelisk.js
in root
63 3
runfiles.go
in runfiles
16 1
bazelisk.go
in root
17 1
Files With Long Lines (Top 4)

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

File# lines# units# long lines
core.go
in core
478 21 4
repositories.go
in core
245 20 3
github.go
in repositories
77 6 1
httputil.go
in httputil
222 11 1