awslabs / speke-reference-server
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 11 files with 628 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (252 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (114 lines of code)
    • 9 very small files (262 lines of code)
0% | 0% | 40% | 18% | 41%
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% | 40% | 18% | 41%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 0% | 70% | 0% | 29%
spekev2_verification_testsuite0% | 0% | 0% | 88% | 11%
cloudformation0% | 0% | 0% | 0% | 100%
misc0% | 0% | 0% | 0% | 100%
Longest Files (Top 11)
File# lines# units
key_server_common.py
in src
252 10
utils.py
in spekev2_verification_testsuite
114 8
mediapackage_speke_endpoint.py
in cloudformation
68 2
key_generator.py
in src
65 10
resource_tools.py
in cloudformation
45 4
key_server.py
in src
28 1
mediapackage_endpoint_common.py
in cloudformation
25 2
conftest.py
in spekev2_verification_testsuite
14 3
key_cache.py
in src
11 3
sync_commands.py
in misc
5 -
__init__.py
in spekev2_verification_testsuite
1 -
Files With Most Units (Top 9)
File# lines# units
key_generator.py
in src
65 10
key_server_common.py
in src
252 10
utils.py
in spekev2_verification_testsuite
114 8
resource_tools.py
in cloudformation
45 4
key_cache.py
in src
11 3
conftest.py
in spekev2_verification_testsuite
14 3
mediapackage_endpoint_common.py
in cloudformation
25 2
mediapackage_speke_endpoint.py
in cloudformation
68 2
key_server.py
in src
28 1
Files With Long Lines (Top 4)

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

File# lines# units# long lines
key_server_common.py
in src
252 10 20
key_generator.py
in src
65 10 2
key_server.py
in src
28 1 1
utils.py
in spekev2_verification_testsuite
114 8 1