aws-quickstart / quickstart-helm-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 3,911 lines of code.
    • 0 very long files (0 lines of code)
    • 2 long files (1,326 lines of code)
    • 5 medium size files (1,803 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (402 lines of code)
    • 9 very small files (380 lines of code)
0% | 33% | 46% | 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
go0% | 38% | 51% | 3% | 6%
yaml0% | 0% | 0% | 68% | 31%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
cmd/resource0% | 39% | 53% | 3% | 3%
ROOT0% | 0% | 0% | 65% | 34%
vpc0% | 0% | 0% | 0% | 100%
cmd0% | 0% | 0% | 0% | 100%
Longest Files (Top 19)
File# lines# units
utils.go
in cmd/resource
718 29
testing.go
in cmd/resource
608 20
kube.go
in cmd/resource
451 14
helm.go
in cmd/resource
413 9
action.go
in cmd/resource
329 11
aws.go
in cmd/resource
327 20
lambda.go
in cmd/resource
283 10
contract_test_exports.template.yaml
in root
177 -
resource.go
in cmd/resource
120 6
deploy.template.yaml
in root
105 -
main.go
in vpc
59 2
events.go
in cmd/resource
58 4
main.go
in cmd
57 7
resource-role.yaml
in root
55 -
execution-role.template.yaml
in root
54 -
model.go
in cmd/resource
29 -
errors.go
in cmd/resource
26 3
template.yml
in root
22 -
register-type.template.yaml
in root
20 -
Files With Most Units (Top 12)
File# lines# units
utils.go
in cmd/resource
718 29
aws.go
in cmd/resource
327 20
testing.go
in cmd/resource
608 20
kube.go
in cmd/resource
451 14
action.go
in cmd/resource
329 11
lambda.go
in cmd/resource
283 10
helm.go
in cmd/resource
413 9
main.go
in cmd
57 7
resource.go
in cmd/resource
120 6
events.go
in cmd/resource
58 4
errors.go
in cmd/resource
26 3
main.go
in vpc
59 2
Files With Long Lines (Top 10)

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

File# lines# units# long lines
kube.go
in cmd/resource
451 14 12
testing.go
in cmd/resource
608 20 10
utils.go
in cmd/resource
718 29 8
helm.go
in cmd/resource
413 9 8
action.go
in cmd/resource
329 11 7
resource.go
in cmd/resource
120 6 6
aws.go
in cmd/resource
327 20 4
contract_test_exports.template.yaml
in root
177 - 2
main.go
in vpc
59 2 1
events.go
in cmd/resource
58 4 1