korosuke613 / konishi_python_learn
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 15 files with 236 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 0 small files (0 lines of code)
    • 15 very small files (236 lines of code)
0% | 0% | 0% | 0% | 100%
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
py0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 15)
File# lines# units
37 2
33 4
gcd.py
in root
25 4
24 4
19 2
sum1.py
in root
17 2
16 2
14 3
13 1
10 1
slice.py
in root
10 2
sum2.py
in root
8 1
4 1
4 1
2 -
Files With Most Units (Top 14)
File# lines# units
gcd.py
in root
25 4
24 4
33 4
14 3
37 2
sum1.py
in root
17 2
slice.py
in root
10 2
16 2
19 2
10 1
4 1
13 1
4 1
sum2.py
in root
8 1
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): 10 points

sum2.py x: 1 commits (all time) y: 8 lines of code comprehension.py x: 1 commits (all time) y: 14 lines of code slice.py x: 2 commits (all time) y: 10 lines of code gcd.py x: 1 commits (all time) y: 25 lines of code iterable.py x: 2 commits (all time) y: 37 lines of code miyaji_kadai1.py x: 1 commits (all time) y: 4 lines of code geometric_progression.py x: 1 commits (all time) y: 10 lines of code type_check.py x: 1 commits (all time) y: 33 lines of code achievement.py x: 1 commits (all time) y: 16 lines of code distance_of_two_point.py x: 1 commits (all time) y: 24 lines of code
37.0
lines of code
  min: 4.0
  average: 18.1
  25th percentile: 9.5
  median: 15.0
  75th percentile: 27.0
  max: 37.0
0 2.0
commits (all time)
min: 1.0 | average: 1.2 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.25 | max: 2.0

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

sum2.py x: 1 contributors (all time) y: 8 lines of code comprehension.py x: 1 contributors (all time) y: 14 lines of code slice.py x: 1 contributors (all time) y: 10 lines of code gcd.py x: 1 contributors (all time) y: 25 lines of code iterable.py x: 1 contributors (all time) y: 37 lines of code miyaji_kadai1.py x: 1 contributors (all time) y: 4 lines of code type_check.py x: 1 contributors (all time) y: 33 lines of code achievement.py x: 1 contributors (all time) y: 16 lines of code distance_of_two_point.py x: 1 contributors (all time) y: 24 lines of code
37.0
lines of code
  min: 4.0
  average: 18.1
  25th percentile: 9.5
  median: 15.0
  75th percentile: 27.0
  max: 37.0
0 1.0
contributors (all time)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.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".