microsoft / inno-updater
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 1,623 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (689 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (635 lines of code)
    • 8 very small files (299 lines of code)
0% | 0% | 42% | 39% | 18%
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% | 43% | 40% | 15%
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
src0% | 0% | 38% | 41% | 19%
src/model0% | 0% | 59% | 38% | 1%
ROOT0% | 0% | 0% | 0% | 100%
tools/legal0% | 0% | 0% | 0% | 100%
Longest Files (Top 14)
File# lines# units
main.rs
in src
424 15
filerec.rs
in src/model
265 19
process.rs
in src
192 1
header.rs
in src/model
170 7
gui.rs
in src
140 -
blockio.rs
in src
133 5
handle.rs
in src
85 -
util.rs
in src
72 -
strings.rs
in src
56 -
main.js
in tools/legal
35 2
build.rs
in root
19 1
Cargo.toml
in root
16 -
mod.rs
in src/model
8 -
resources.rs
in src
8 -
Files With Most Units (Top 7)
File# lines# units
filerec.rs
in src/model
265 19
main.rs
in src
424 15
header.rs
in src/model
170 7
blockio.rs
in src
133 5
main.js
in tools/legal
35 2
build.rs
in root
19 1
process.rs
in src
192 1
Files With Long Lines (Top 4)

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

File# lines# units# long lines
Cargo.toml
in root
16 - 1
main.rs
in src
424 15 1
header.rs
in src/model
170 7 1
util.rs
in src
72 - 1