aws-quickstart / quickstart-kubernetes-resource-provider
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 19 files with 1,566 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (202 lines of codeclsfd_ftr_w_mp_ins)
    • 6 small files (925 lines of code)
    • 12 very small files (439 lines of code)
0% | 0% | 12% | 59% | 28%
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% | 25% | 56% | 18%
yaml0% | 0% | 0% | 65% | 34%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
apply/src/awsqs_kubernetes_resource0% | 0% | 33% | 53% | 12%
ROOT0% | 0% | 0% | 51% | 48%
apply0% | 0% | 0% | 74% | 25%
get0% | 0% | 0% | 65% | 34%
get/src/awsqs_kubernetes_get0% | 0% | 0% | 63% | 36%
Longest Files (Top 19)
File# lines# units
utils.py
in apply/src/awsqs_kubernetes_resource
202 16
handlers.py
in apply/src/awsqs_kubernetes_resource
171 5
contract_test_exports.template.yaml
in root
171 -
deploy.template.yaml
in apply
156 -
deploy.template.yaml
in get
155 -
vpc.py
in apply/src/awsqs_kubernetes_resource
148 8
handlers.py
in get/src/awsqs_kubernetes_get
124 6
models.py
in apply/src/awsqs_kubernetes_resource
74 3
models.py
in get/src/awsqs_kubernetes_get
70 3
contrat_test_role.template.yaml
in root
65 -
execution-role.template.yaml
in root
60 -
resource-role.yaml
in get
45 -
resource-role.yaml
in apply
35 -
register-type.template.yaml
in root
33 -
template.yml
in apply
19 -
template.yml
in get
19 -
example_usage.template.yaml
in get
17 -
__init__.py
in apply/src/awsqs_kubernetes_resource
1 -
__init__.py
in get/src/awsqs_kubernetes_get
1 -
Files With Most Units (Top 6)
File# lines# units
utils.py
in apply/src/awsqs_kubernetes_resource
202 16
vpc.py
in apply/src/awsqs_kubernetes_resource
148 8
handlers.py
in get/src/awsqs_kubernetes_get
124 6
handlers.py
in apply/src/awsqs_kubernetes_resource
171 5
models.py
in apply/src/awsqs_kubernetes_resource
74 3
models.py
in get/src/awsqs_kubernetes_get
70 3
Files With Long Lines (Top 5)

There are 5 files with lines longer than 120 characters. In total, there are 7 long lines.

File# lines# units# long lines
deploy.template.yaml
in apply
156 - 2
deploy.template.yaml
in get
155 - 2
handlers.py
in apply/src/awsqs_kubernetes_resource
171 5 1
handlers.py
in get/src/awsqs_kubernetes_get
124 6 1
contract_test_exports.template.yaml
in root
171 - 1