openai / imagegencam
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 4,618 lines of code.
    • 1 very long files (3,010 lines of code)
    • 1 long files (661 lines of code)
    • 3 medium size files (750 lines of code)
    • 0 small files (0 lines of code)
    • 4 very small files (197 lines of code)
65% | 14% | 16% | 0% | 4%
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
py65% | 14% | 16% | 0% | 4%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
software65% | 14% | 16% | 0% | 4%
Longest Files (Top 9)
File# lines# units
controller.py
in software/src/imagegencam
3010 171
web.py
in software/src/imagegencam
661 23
config.py
in software/src/imagegencam
328 24
wifi_manager.py
in software/src/imagegencam
216 11
openai_client.py
in software/src/imagegencam
206 9
job_store.py
in software/src/imagegencam
73 9
app.py
in software/src/imagegencam
63 1
show_boot_splash.py
in software/scripts
54 4
__init__.py
in software/src/imagegencam
7 -
Files With Most Units (Top 8)
File# lines# units
controller.py
in software/src/imagegencam
3010 171
config.py
in software/src/imagegencam
328 24
web.py
in software/src/imagegencam
661 23
wifi_manager.py
in software/src/imagegencam
216 11
openai_client.py
in software/src/imagegencam
206 9
job_store.py
in software/src/imagegencam
73 9
show_boot_splash.py
in software/scripts
54 4
app.py
in software/src/imagegencam
63 1
Files With Long Lines (Top 2)

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

File# lines# units# long lines
controller.py
in software/src/imagegencam
3010 171 7
openai_client.py
in software/src/imagegencam
206 9 1
Correlations

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

No data for "commits (all time)" vs. "lines of code".

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

No data for "contributors (all time)" vs. "lines of code".


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".