novifinancial / x25519-dalek-fiat
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 4 files with 368 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (279 lines of codeclsfd_ftr_w_mp_ins)
    • 0 small files (0 lines of code)
    • 3 very small files (89 lines of code)
0% | 0% | 75% | 0% | 24%
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% | 87% | 0% | 12%
toml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 0% | 95% | 0% | 4%
ROOT0% | 0% | 0% | 0% | 100%
benches0% | 0% | 0% | 0% | 100%
Longest Files (Top 4)
File# lines# units
x25519.rs
in src
279 15
Cargo.toml
in root
49 -
x25519.rs
in benches
28 1
lib.rs
in src
12 -
Files With Most Units (Top 2)
File# lines# units
x25519.rs
in src
279 15
x25519.rs
in benches
28 1
Files With Long Lines (Top 1)

There is only one file with lines longer than 120 characters. In total, there is only one long line.

File# lines# units# long lines
Cargo.toml
in root
49 - 1
Correlations

File Size vs. Commits (all time): 4 points

Cargo.toml x: 102 commits (all time) y: 49 lines of code benches/x25519.rs x: 26 commits (all time) y: 28 lines of code src/lib.rs x: 33 commits (all time) y: 12 lines of code src/x25519.rs x: 67 commits (all time) y: 279 lines of code
279.0
lines of code
  min: 12.0
  average: 92.0
  25th percentile: 16.0
  median: 38.5
  75th percentile: 221.5
  max: 279.0
0 102.0
commits (all time)
min: 26.0 | average: 57.0 | 25th percentile: 27.75 | median: 50.0 | 75th percentile: 93.25 | max: 102.0

File Size vs. Contributors (all time): 4 points

Cargo.toml x: 13 contributors (all time) y: 49 lines of code benches/x25519.rs x: 6 contributors (all time) y: 28 lines of code src/lib.rs x: 5 contributors (all time) y: 12 lines of code src/x25519.rs x: 10 contributors (all time) y: 279 lines of code
279.0
lines of code
  min: 12.0
  average: 92.0
  25th percentile: 16.0
  median: 38.5
  75th percentile: 221.5
  max: 279.0
0 13.0
contributors (all time)
min: 5.0 | average: 8.5 | 25th percentile: 5.25 | median: 8.0 | 75th percentile: 12.25 | max: 13.0

File Size vs. Commits (30 days): 0 points

No data for "commits (30d)" vs. "lines of code".

File Size vs. Contributors (30 days): 0 points

No data for "contributors (30d)" vs. "lines of code".


File Size vs. Commits (90 days): 1 points

Cargo.toml x: 1 commits (90d) y: 49 lines of code
49.0
lines of code
  min: 49.0
  average: 49.0
  25th percentile: 49.0
  median: 49.0
  75th percentile: 49.0
  max: 49.0
0 1.0
commits (90d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Contributors (90 days): 1 points

Cargo.toml x: 1 contributors (90d) y: 49 lines of code
49.0
lines of code
  min: 49.0
  average: 49.0
  25th percentile: 49.0
  median: 49.0
  75th percentile: 49.0
  max: 49.0
0 1.0
contributors (90d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0