korosuke613 / ev3way_on_off_linetrace
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 439 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (211 lines of codeclsfd_ftr_w_mp_ins)
    • 0 small files (0 lines of code)
    • 12 very small files (228 lines of code)
0% | 0% | 48% | 0% | 51%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
cpp0% | 0% | 82% | 0% | 17%
h0% | 0% | 0% | 0% | 100%
c0% | 0% | 0% | 0% | 100%
cfg0% | 0% | 0% | 0% | 100%
inc0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 0% | 48% | 0% | 51%
Longest Files (Top 13)
File# lines# units
app.cpp
in src
211 5
71 2
35 5
26 -
app.h
in src
21 -
19 -
setting.h
in src
13 -
util.cpp
in src
10 2
cfg
app.cfg
in src
8 -
8 -
8 -
util.h
in src
6 -
3 -
Files With Most Units (Top 4)
File# lines# units
35 5
app.cpp
in src
211 5
util.cpp
in src
10 2
71 2
Files With Long Lines (Top 0)

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

File# lines# units# long lines
Correlations

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

src/app.cpp x: 8 commits (all time) y: 211 lines of code src/balancer.c x: 4 commits (all time) y: 71 lines of code src/balancer_param.c x: 4 commits (all time) y: 8 lines of code src/setting.h x: 2 commits (all time) y: 13 lines of code src/Makefile.inc x: 2 commits (all time) y: 3 lines of code src/util.cpp x: 1 commits (all time) y: 10 lines of code src/util.h x: 1 commits (all time) y: 6 lines of code src/BalancerCpp.cpp x: 1 commits (all time) y: 35 lines of code src/BalancerCpp.h x: 1 commits (all time) y: 19 lines of code src/app.cfg x: 1 commits (all time) y: 8 lines of code src/app.h x: 1 commits (all time) y: 21 lines of code src/balancer.h x: 1 commits (all time) y: 26 lines of code
211.0
lines of code
  min: 3.0
  average: 33.77
  25th percentile: 8.0
  median: 13.0
  75th percentile: 30.5
  max: 211.0
0 8.0
commits (all time)
min: 1.0 | average: 2.38 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 4.0 | max: 8.0

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

src/app.cpp x: 1 contributors (all time) y: 211 lines of code src/balancer.c x: 2 contributors (all time) y: 71 lines of code src/balancer_param.c x: 2 contributors (all time) y: 8 lines of code src/setting.h x: 1 contributors (all time) y: 13 lines of code src/Makefile.inc x: 1 contributors (all time) y: 3 lines of code src/util.cpp x: 1 contributors (all time) y: 10 lines of code src/util.h x: 1 contributors (all time) y: 6 lines of code src/BalancerCpp.cpp x: 1 contributors (all time) y: 35 lines of code src/BalancerCpp.h x: 1 contributors (all time) y: 19 lines of code src/app.cfg x: 1 contributors (all time) y: 8 lines of code src/app.h x: 1 contributors (all time) y: 21 lines of code src/balancer.h x: 1 contributors (all time) y: 26 lines of code
211.0
lines of code
  min: 3.0
  average: 33.77
  25th percentile: 8.0
  median: 13.0
  75th percentile: 30.5
  max: 211.0
0 2.0
contributors (all time)
min: 1.0 | average: 1.23 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.5 | max: 2.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): 0 points

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

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

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