fbdevelopercircles / open-source-edu-bot
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 22 files with 5,515 lines of code.
    • 0 very long files (0 lines of code)
    • 8 long files (4,532 lines of code)
    • 2 medium size files (765 lines of codeclsfd_ftr_w_mp_ins)
    • 0 small files (0 lines of code)
    • 12 very small files (218 lines of code)
0% | 82% | 13% | 0% | 3%
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
po0% | 88% | 11% | 0% | 0%
py0% | 69% | 24% | 0% | 5%
html0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
sql0% | 0% | 0% | 0% | 100%
yaml0% | 0% | 0% | 0% | 100%
cfg0% | 0% | 0% | 0% | 100%
in0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/services0% | 74% | 25% | 0% | <1%
src/locales/fr0% | 100% | 0% | 0% | 0%
src/locales/es0% | 100% | 0% | 0% | 0%
src/locales/si0% | 100% | 0% | 0% | 0%
src/locales/rw0% | 100% | 0% | 0% | 0%
src/locales/ar0% | 100% | 0% | 0% | 0%
src/locales/hi0% | 100% | 0% | 0% | 0%
src/locales/gu0% | 100% | 0% | 0% | 0%
src/locales/ru0% | 0% | 100% | 0% | 0%
src/fbosbot/templates0% | 0% | 0% | 0% | 100%
src/fbosbot0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
src0% | 0% | 0% | 0% | 100%
Longest Files (Top 22)
File# lines# units
messenger.py
in src/services
857 16
po
messages.po
in src/locales/fr/LC_MESSAGES
538 -
po
messages.po
in src/locales/es/LC_MESSAGES
531 -
po
messages.po
in src/locales/si/LC_MESSAGES
523 -
po
messages.po
in src/locales/rw/LC_MESSAGES
523 -
po
messages.po
in src/locales/ar/LC_MESSAGES
521 -
po
messages.po
in src/locales/hi/LC_MESSAGES
520 -
po
messages.po
in src/locales/gu/LC_MESSAGES
519 -
po
messages.po
in src/locales/ru/LC_MESSAGES
467 -
profile.py
in src/services
298 2
privacy.html
in src/fbosbot/templates
81 -
db.py
in src/fbosbot
28 5
__init__.py
in src/fbosbot
28 1
15 -
setup.py
in src
15 -
12 -
schema.sql
in src/fbosbot
11 -
10 -
in
8 -
cfg
setup.cfg
in src
6 -
cfg
babel.cfg
in src
3 -
__init__.py
in src/services
1 -
Files With Most Units (Top 4)
File# lines# units
messenger.py
in src/services
857 16
db.py
in src/fbosbot
28 5
profile.py
in src/services
298 2
__init__.py
in src/fbosbot
28 1
Files With Long Lines (Top 2)

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

File# lines# units# long lines
privacy.html
in src/fbosbot/templates
81 - 17
po
messages.po
in src/locales/hi/LC_MESSAGES
520 - 1
Correlations

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

src/locales/ru/LC_MESSAGES/messages.po x: 1 commits (all time) y: 467 lines of code src/services/profile.py x: 15 commits (all time) y: 298 lines of code src/locales/es/LC_MESSAGES/messages.po x: 2 commits (all time) y: 531 lines of code contributors.yaml x: 52 commits (all time) y: 10 lines of code src/services/messenger.py x: 32 commits (all time) y: 857 lines of code src/locales/fr/LC_MESSAGES/messages.po x: 16 commits (all time) y: 538 lines of code src/locales/hi/LC_MESSAGES/messages.po x: 11 commits (all time) y: 520 lines of code src/locales/rw/LC_MESSAGES/messages.po x: 7 commits (all time) y: 523 lines of code src/locales/si/LC_MESSAGES/messages.po x: 9 commits (all time) y: 523 lines of code src/locales/ar/LC_MESSAGES/messages.po x: 3 commits (all time) y: 521 lines of code src/locales/gu/LC_MESSAGES/messages.po x: 3 commits (all time) y: 519 lines of code docker-compose.override.yml x: 3 commits (all time) y: 15 lines of code docker-compose.prod.yml x: 3 commits (all time) y: 12 lines of code src/fbosbot/__init__.py x: 3 commits (all time) y: 28 lines of code src/fbosbot/templates/privacy.html x: 2 commits (all time) y: 81 lines of code
857.0
lines of code
  min: 10.0
  average: 362.87
  25th percentile: 28.0
  median: 519.0
  75th percentile: 523.0
  max: 857.0
0 52.0
commits (all time)
min: 1.0 | average: 10.8 | 25th percentile: 3.0 | median: 3.0 | 75th percentile: 15.0 | max: 52.0

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

src/locales/ru/LC_MESSAGES/messages.po x: 1 contributors (all time) y: 467 lines of code src/services/profile.py x: 12 contributors (all time) y: 298 lines of code src/locales/es/LC_MESSAGES/messages.po x: 2 contributors (all time) y: 531 lines of code contributors.yaml x: 34 contributors (all time) y: 10 lines of code src/services/messenger.py x: 12 contributors (all time) y: 857 lines of code src/locales/fr/LC_MESSAGES/messages.po x: 4 contributors (all time) y: 538 lines of code src/locales/hi/LC_MESSAGES/messages.po x: 6 contributors (all time) y: 520 lines of code src/locales/rw/LC_MESSAGES/messages.po x: 4 contributors (all time) y: 523 lines of code src/locales/si/LC_MESSAGES/messages.po x: 5 contributors (all time) y: 523 lines of code src/locales/ar/LC_MESSAGES/messages.po x: 3 contributors (all time) y: 521 lines of code src/locales/gu/LC_MESSAGES/messages.po x: 3 contributors (all time) y: 519 lines of code docker-compose.override.yml x: 1 contributors (all time) y: 15 lines of code docker-compose.prod.yml x: 1 contributors (all time) y: 12 lines of code src/fbosbot/__init__.py x: 1 contributors (all time) y: 28 lines of code src/fbosbot/templates/privacy.html x: 1 contributors (all time) y: 81 lines of code
857.0
lines of code
  min: 10.0
  average: 362.87
  25th percentile: 28.0
  median: 519.0
  75th percentile: 523.0
  max: 857.0
0 34.0
contributors (all time)
min: 1.0 | average: 6.0 | 25th percentile: 1.0 | median: 3.0 | 75th percentile: 6.0 | max: 34.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".