facebook / fbtftp
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 9 files with 791 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (507 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (160 lines of code)
    • 6 very small files (124 lines of code)
0% | 0% | 64% | 20% | 15%
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
py0% | 0% | 65% | 20% | 13%
in0% | 0% | 0% | 0% | 100%
cfg0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
fbtftp0% | 0% | 57% | 31% | 11%
tools0% | 0% | 100% | 0% | 0%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 9)
File# lines# units
295 25
212 17
160 18
setup.py
in root
44 2
netascii.py
in fbtftp
37 4
constants.py
in fbtftp
20 -
in
12 -
cfg
setup.cfg
in root
8 -
__init__.py
in fbtftp
3 -
Files With Most Units (Top 5)
File# lines# units
295 25
160 18
212 17
netascii.py
in fbtftp
37 4
setup.py
in root
44 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): 9 points

setup.py x: 10 commits (all time) y: 44 lines of code fbtftp/base_server.py x: 11 commits (all time) y: 160 lines of code fbtftp/base_handler.py x: 13 commits (all time) y: 295 lines of code MANIFEST.in x: 2 commits (all time) y: 12 lines of code fbtftp/__init__.py x: 4 commits (all time) y: 3 lines of code fbtftp/constants.py x: 3 commits (all time) y: 20 lines of code fbtftp/netascii.py x: 4 commits (all time) y: 37 lines of code tools/tftp_tester.py x: 4 commits (all time) y: 212 lines of code setup.cfg x: 1 commits (all time) y: 8 lines of code
295.0
lines of code
  min: 3.0
  average: 87.89
  25th percentile: 10.0
  median: 37.0
  75th percentile: 186.0
  max: 295.0
0 13.0
commits (all time)
min: 1.0 | average: 5.78 | 25th percentile: 2.5 | median: 4.0 | 75th percentile: 10.5 | max: 13.0

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

setup.py x: 4 contributors (all time) y: 44 lines of code fbtftp/base_server.py x: 7 contributors (all time) y: 160 lines of code fbtftp/base_handler.py x: 7 contributors (all time) y: 295 lines of code MANIFEST.in x: 1 contributors (all time) y: 12 lines of code fbtftp/__init__.py x: 2 contributors (all time) y: 3 lines of code fbtftp/constants.py x: 1 contributors (all time) y: 20 lines of code fbtftp/netascii.py x: 2 contributors (all time) y: 37 lines of code tools/tftp_tester.py x: 2 contributors (all time) y: 212 lines of code setup.cfg x: 1 contributors (all time) y: 8 lines of code
295.0
lines of code
  min: 3.0
  average: 87.89
  25th percentile: 10.0
  median: 37.0
  75th percentile: 186.0
  max: 295.0
0 7.0
contributors (all time)
min: 1.0 | average: 3.0 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 5.5 | max: 7.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".