microsoft / Guestivus
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 14 files with 3,799 lines of code.
    • 2 very long files (2,210 lines of code)
    • 1 long files (823 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (411 lines of code)
    • 8 very small files (355 lines of code)
58% | 21% | 0% | 10% | 9%
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
css66% | 24% | 0% | 3% | 5%
html0% | 0% | 0% | 100% | 0%
py0% | 0% | 0% | 0% | 100%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/App/js/jstree/themes/default-dark100% | 0% | 0% | 0% | 0%
src/App/js/jstree/themes/default100% | 0% | 0% | 0% | 0%
src/App/css/line-awesome/css0% | 100% | 0% | 0% | 0%
src/App0% | 0% | 0% | 91% | 8%
src/App/css0% | 0% | 0% | 39% | 60%
GuestivusLib0% | 0% | 0% | 0% | 100%
src/App/js0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 14)
File# lines# units
style.css
in src/App/js/jstree/themes/default-dark
1127 -
style.css
in src/App/js/jstree/themes/default
1083 -
line-awesome.css
in src/App/css/line-awesome/css
823 -
index.html
in src/App
195 -
main.css
in src/App/css
115 -
index - Copy.html
in src/App
101 -
main - Copy (2).css
in src/App/css
94 -
GuestivusLib.py
in GuestivusLib
89 12
main - Copy.css
in src/App/css
82 -
fileSystem.js
in src/App/js
35 2
main.js
in src/App
27 1
test.py
in root
21 -
git.js
in src/App/js
6 -
__init__.py
in GuestivusLib
1 -
Files With Most Units (Top 3)
File# lines# units
GuestivusLib.py
in GuestivusLib
89 12
fileSystem.js
in src/App/js
35 2
main.js
in src/App
27 1
Files With Long Lines (Top 4)

There are 4 files with lines longer than 120 characters. In total, there are 44 long lines.

File# lines# units# long lines
style.css
in src/App/js/jstree/themes/default-dark
1127 - 16
style.css
in src/App/js/jstree/themes/default
1083 - 13
index.html
in src/App
195 - 12
index - Copy.html
in src/App
101 - 3