freertos / CI-CD-Github-Actions
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 16 files with 1,227 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (299 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (439 lines of code)
    • 12 very small files (489 lines of code)
0% | 0% | 24% | 35% | 39%
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% | 48% | 28% | 23%
cfg0% | 0% | 0% | 100% | 0%
yml0% | 0% | 0% | 24% | 75%
html0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
link-verifier0% | 0% | 81% | 0% | 18%
memory_statistics0% | 0% | 0% | 77% | 22%
formatting0% | 0% | 0% | 75% | 24%
doxygen-generation0% | 0% | 0% | 100% | 0%
doxygen0% | 0% | 0% | 0% | 100%
manifest-verifier0% | 0% | 0% | 0% | 100%
coverage-cop0% | 0% | 0% | 0% | 100%
spellings0% | 0% | 0% | 0% | 100%
complexity0% | 0% | 0% | 0% | 100%
doxygen-generation/template0% | 0% | 0% | 0% | 100%
Longest Files (Top 16)
File# lines# units
verify-links.py
in link-verifier
299 11
memory_statistics.py
in memory_statistics
176 10
cfg
uncrustify.cfg
in formatting
158 -
action.yml
in doxygen-generation
105 -
verify_manifest.py
in manifest-verifier
74 2
generate_doxygen.py
in doxygen
73 3
action.yml
in link-verifier
66 -
action.yml
in memory_statistics
51 -
action.yml
in formatting
50 -
action.yml
in coverage-cop
42 -
action.yml
in doxygen
37 -
action.yml
in manifest-verifier
31 -
action.yml
in spellings
29 -
action.yml
in complexity
23 -
default.html
in doxygen-generation/template/_layouts
12 -
_config.yml
in doxygen-generation/template
1 -
Files With Most Units (Top 4)
File# lines# units
verify-links.py
in link-verifier
299 11
memory_statistics.py
in memory_statistics
176 10
generate_doxygen.py
in doxygen
73 3
verify_manifest.py
in manifest-verifier
74 2
Files With Long Lines (Top 10)

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

File# lines# units# long lines
verify-links.py
in link-verifier
299 11 11
action.yml
in manifest-verifier
31 - 3
generate_doxygen.py
in doxygen
73 3 3
verify_manifest.py
in manifest-verifier
74 2 2
action.yml
in doxygen
37 - 2
action.yml
in formatting
50 - 2
action.yml
in coverage-cop
42 - 1
action.yml
in memory_statistics
51 - 1
memory_statistics.py
in memory_statistics
176 10 1
action.yml
in doxygen-generation
105 - 1