awslabs / amazon-qldb-shell
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 19 files with 2,144 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 4 medium size files (1,020 lines of codeclsfd_ftr_w_mp_ins)
    • 5 small files (745 lines of code)
    • 10 very small files (379 lines of code)
0% | 0% | 47% | 34% | 17%
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
rs0% | 0% | 52% | 30% | 16%
wxs0% | 0% | 0% | 100% | 0%
toml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 0% | 56% | 29% | 13%
src/settings0% | 0% | 65% | 23% | 10%
wix0% | 0% | 0% | 100% | 0%
src/results0% | 0% | 0% | 74% | 25%
src/command0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 19)
File# lines# units
config.rs
in src/settings
331 11
runner.rs
in src
257 3
ui.rs
in src
218 29
repl_helper.rs
in src
214 17
transaction.rs
in src
187 2
awssdk_driver.rs
in src
173 1
wxs
main.wxs
in wix
139 -
table.rs
in src/results
125 3
environment.rs
in src/settings
121 2
lib.rs
in src
73 -
mod.rs
in src/command
66 2
command_line.rs
in src/settings
48 2
tracing.rs
in src
47 -
Cargo.toml
in root
45 -
mod.rs
in src/results
43 2
main.rs
in src
34 2
error.rs
in src
16 -
mod.rs
in src/settings
6 -
rustfmt.toml
in root
1 -
Files With Most Units (Top 12)
File# lines# units
ui.rs
in src
218 29
repl_helper.rs
in src
214 17
config.rs
in src/settings
331 11
runner.rs
in src
257 3
table.rs
in src/results
125 3
environment.rs
in src/settings
121 2
command_line.rs
in src/settings
48 2
transaction.rs
in src
187 2
mod.rs
in src/results
43 2
main.rs
in src
34 2
mod.rs
in src/command
66 2
awssdk_driver.rs
in src
173 1
Files With Long Lines (Top 4)

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

File# lines# units# long lines
runner.rs
in src
257 3 8
wxs
main.wxs
in wix
139 - 3
lib.rs
in src
73 - 2
Cargo.toml
in root
45 - 1