bazelbuild / rules_fuzzing
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 26 files with 1,794 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (260 lines of codeclsfd_ftr_w_mp_ins)
    • 5 small files (739 lines of code)
    • 20 very small files (795 lines of code)
0% | 0% | 14% | 41% | 44%
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
bzl0% | 0% | 18% | 52% | 28%
py0% | 0% | 0% | 0% | 100%
cc0% | 0% | 0% | 0% | 100%
tpl0% | 0% | 0% | 0% | 100%
h0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
fuzzing/private0% | 0% | 27% | 62% | 10%
fuzzing/private/oss_fuzz0% | 0% | 0% | 47% | 52%
fuzzing0% | 0% | 0% | 0% | 100%
fuzzing/replay0% | 0% | 0% | 0% | 100%
fuzzing/tools0% | 0% | 0% | 0% | 100%
fuzzing/engines0% | 0% | 0% | 0% | 100%
Longest Files (Top 26)
File# lines# units
java_utils.bzl
in fuzzing/private
260 -
binary.bzl
in fuzzing/private
195 -
common.bzl
in fuzzing/private
149 -
instrum_opts.bzl
in fuzzing/private
136 -
repository.bzl
in fuzzing/private/oss_fuzz
136 -
engine.bzl
in fuzzing/private
123 -
package.bzl
in fuzzing/private/oss_fuzz
100 -
repositories.bzl
in fuzzing
79 -
file_util.cc
in fuzzing/replay
72 3
launcher.py
in fuzzing/tools
64 1
regression.bzl
in fuzzing/private
59 -
status_util.cc
in fuzzing/replay
45 2
make_corpus_dir.py
in fuzzing/tools
43 2
instrum_opts.bzl
in fuzzing
43 -
util.bzl
in fuzzing/private
37 -
validate_dict.py
in fuzzing/tools
33 2
java_defs.bzl
in fuzzing
31 -
cc_defs.bzl
in fuzzing
31 -
tpl
BUILD.tpl
in fuzzing/private/oss_fuzz
30 -
replay_main.cc
in fuzzing/replay
29 1
init.bzl
in fuzzing
25 -
dict_validation.py
in fuzzing/tools
22 1
tpl
instrum.bzl.tpl
in fuzzing/private/oss_fuzz
19 -
file_util.h
in fuzzing/replay
14 -
libfuzzer_stub.cc
in fuzzing/engines
11 1
status_util.h
in fuzzing/replay
8 -
Files With Most Units (Top 8)
File# lines# units
file_util.cc
in fuzzing/replay
72 3
validate_dict.py
in fuzzing/tools
33 2
make_corpus_dir.py
in fuzzing/tools
43 2
status_util.cc
in fuzzing/replay
45 2
launcher.py
in fuzzing/tools
64 1
dict_validation.py
in fuzzing/tools
22 1
replay_main.cc
in fuzzing/replay
29 1
libfuzzer_stub.cc
in fuzzing/engines
11 1
Files With Long Lines (Top 3)

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

File# lines# units# long lines
instrum_opts.bzl
in fuzzing/private
136 - 2
repositories.bzl
in fuzzing
79 - 2
engine.bzl
in fuzzing/private
123 - 1