aws-samples / amazon-aurora-labs-for-mysql
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 17 files with 6,161 lines of code.
    • 2 very long files (3,066 lines of code)
    • 3 long files (1,937 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 6 small files (779 lines of code)
    • 6 very small files (379 lines of code)
49% | 31% | 0% | 12% | 6%
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
yml59% | 37% | 0% | 0% | 2%
py0% | 0% | 0% | 80% | 19%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
templates100% | 0% | 0% | 0% | 0%
taskcat/templates0% | 100% | 0% | 0% | 0%
website/template0% | 100% | 0% | 0% | 0%
scripts0% | 0% | 0% | 76% | 23%
support0% | 0% | 0% | 100% | 0%
ROOT0% | 0% | 0% | 0% | 100%
taskcat/ci0% | 0% | 0% | 0% | 100%
website/lambda/indexdoc-function/src0% | 0% | 0% | 0% | 100%
Longest Files (Top 17)
File# lines# units
lab_template.yml
in templates
1568 -
lab_template-old.yml
in templates
1498 -
site.yml
in website/template
706 -
lab-with-cluster.yml
in taskcat/templates
678 -
lab-no-cluster.yml
in taskcat/templates
553 -
peer_vpcs.py
in support
175 1
aware_failover.py
in scripts
136 2
das_reader.py
in scripts
128 6
bank_deposit.py
in scripts
122 4
weather_perf.py
in scripts
117 3
simple_failover.py
in scripts
101 1
reader_loadtest.py
in scripts
98 3
replicatekey.py
in scripts
89 3
mkdocs.yml
in root
87 -
Gruntfile.js
in root
58 -
taskcat.yml
in taskcat/ci
42 -
function.py
in website/lambda/indexdoc-function/src
5 1
Files With Most Units (Top 9)
File# lines# units
das_reader.py
in scripts
128 6
bank_deposit.py
in scripts
122 4
replicatekey.py
in scripts
89 3
reader_loadtest.py
in scripts
98 3
weather_perf.py
in scripts
117 3
aware_failover.py
in scripts
136 2
function.py
in website/lambda/indexdoc-function/src
5 1
simple_failover.py
in scripts
101 1
peer_vpcs.py
in support
175 1
Files With Long Lines (Top 15)

There are 15 files with lines longer than 120 characters. In total, there are 192 long lines.

File# lines# units# long lines
lab_template.yml
in templates
1568 - 57
lab_template-old.yml
in templates
1498 - 51
Gruntfile.js
in root
58 - 14
aware_failover.py
in scripts
136 2 10
lab-with-cluster.yml
in taskcat/templates
678 - 9
simple_failover.py
in scripts
101 1 8
bank_deposit.py
in scripts
122 4 8
site.yml
in website/template
706 - 7
das_reader.py
in scripts
128 6 6
weather_perf.py
in scripts
117 3 6
replicatekey.py
in scripts
89 3 5
lab-no-cluster.yml
in taskcat/templates
553 - 4
reader_loadtest.py
in scripts
98 3 4
mkdocs.yml
in root
87 - 2
peer_vpcs.py
in support
175 1 1