epam / edp-ddm-form-submission-validation
File Size

The distribution of size of files (measured in lines of code).

Intro
Learn more...
File Size Overall
77% | 6% | 5% | 1% | 9%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
ts79% | 6% | 5% | 1% | 6%
yaml0% | 0% | 0% | 0% | 100%
tpl0% | 0% | 0% | 0% | 100%
groovy0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src79% | 6% | 5% | 1% | 6%
deploy-templates0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 42)
File# lines# units
mocked-forms-storage.ts
in src/services/form-provider
7098 -
form-submissions.controller.ts
in src/modules/form-submissions
591 4
forms.ts
in src/types
307 -
FormValidationService.ts
in src/services/form-validation
213 13
utils.ts
in src/modules/form-submissions
114 -
deployment.yaml
in deploy-templates/templates
78 -
ua.ts
in src/i18n/validation
68 -
mime.ts
in src/services/form-validation/utils
66 3
tpl
_helpers.tpl
in deploy-templates/templates
57 -
request-logger.service.ts
in src/services/request-logger
54 5
errors.ts
in src/services/form-validation/types
52 10
form-submissions.module.ts
in src/modules/form-submissions
49 -
main.ts
in src
42 -
DataFactoryService.ts
in src/services/data-factory
42 1
FormSchemaProviderService.ts
in src/services/form-provider/classes
39 1
values.yaml
in deploy-templates
38 -
dto.ts
in src/modules/form-submissions/types
37 -
hpa.yaml
in deploy-templates/templates
28 -
environment-js-configmap.yaml
in deploy-templates/templates
25 -
setup-env.ts
in src/services/form-validation
22 1
common.ts
in src/services/form-validation/types
21 -
utils.ts
in src/types
20 -
service.yaml
in deploy-templates/templates
15 -
14 -
MockedFormProviderService.ts
in src/services/form-provider/classes
14 1
env.ts
in src/types
13 -
serviceaccount.yaml
in deploy-templates/templates
12 -
Chart.yaml
in deploy-templates
11 -
BaseFormProviderService.ts
in src/services/form-provider/classes
6 -
exports.ts
in src/services/form-validation
4 -
exports.ts
in src/services/form-provider
4 -
enums.ts
in src/services/form-validation/types
3 -
types.ts
in src/services/form-validation
3 -
2 -
2 -
2 -
keys.ts
in src/modules/form-submissions
2 -
errors.ts
in src/services/form-provider/types
2 -
types.ts
in src/services/request-logger
1 -
exports.ts
in src/services/request-logger
1 -
errors.ts
in src/services/data-factory/types
1 -
types.ts
in src/services/form-provider
1 -
Files With Most Units (Top 9)
File# lines# units
FormValidationService.ts
in src/services/form-validation
213 13
errors.ts
in src/services/form-validation/types
52 10
request-logger.service.ts
in src/services/request-logger
54 5
form-submissions.controller.ts
in src/modules/form-submissions
591 4
mime.ts
in src/services/form-validation/utils
66 3
setup-env.ts
in src/services/form-validation
22 1
DataFactoryService.ts
in src/services/data-factory
42 1
FormSchemaProviderService.ts
in src/services/form-provider/classes
39 1
MockedFormProviderService.ts
in src/services/form-provider/classes
14 1
Files With Long Lines (Top 3)

There are 3 files with lines longer than 120 characters. In total, there are 17 long lines.

File# lines# units# long lines
mocked-forms-storage.ts
in src/services/form-provider
7098 - 14
FormValidationService.ts
in src/services/form-validation
213 13 2
Chart.yaml
in deploy-templates
11 - 1
Correlations

File Size vs. Commits (all time): 22 points

deploy-templates/templates/deployment.yaml x: 5 commits (all time) y: 78 lines of code src/modules/form-submissions/utils.ts x: 5 commits (all time) y: 114 lines of code src/services/form-validation/FormValidationService.ts x: 8 commits (all time) y: 213 lines of code src/types/forms.ts x: 7 commits (all time) y: 307 lines of code src/services/form-provider/mocked-forms-storage.ts x: 4 commits (all time) y: 7098 lines of code src/main.ts x: 1 commits (all time) y: 42 lines of code src/types/env.ts x: 1 commits (all time) y: 13 lines of code deploy-templates/templates/environment-js-configmap.yaml x: 2 commits (all time) y: 25 lines of code deploy-templates/values.yaml x: 3 commits (all time) y: 38 lines of code src/modules/form-submissions/form-submissions.controller.ts x: 6 commits (all time) y: 591 lines of code src/modules/form-submissions/form-submissions.module.ts x: 4 commits (all time) y: 49 lines of code src/services/data-factory/DataFactoryService.ts x: 2 commits (all time) y: 42 lines of code src/services/form-validation/utils/mime.ts x: 1 commits (all time) y: 66 lines of code
7098.0
lines of code
  min: 1.0
  average: 402.27
  25th percentile: 13.75
  median: 40.5
  75th percentile: 87.0
  max: 7098.0
0 8.0
commits (all time)
min: 1.0 | average: 3.0 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 4.25 | max: 8.0

File Size vs. Contributors (all time): 22 points

deploy-templates/templates/deployment.yaml x: 4 contributors (all time) y: 78 lines of code src/modules/form-submissions/utils.ts x: 3 contributors (all time) y: 114 lines of code src/services/form-validation/FormValidationService.ts x: 4 contributors (all time) y: 213 lines of code src/types/forms.ts x: 4 contributors (all time) y: 307 lines of code src/services/form-provider/mocked-forms-storage.ts x: 3 contributors (all time) y: 7098 lines of code src/main.ts x: 1 contributors (all time) y: 42 lines of code src/types/env.ts x: 1 contributors (all time) y: 13 lines of code deploy-templates/values.yaml x: 2 contributors (all time) y: 38 lines of code src/modules/form-submissions/form-submissions.controller.ts x: 3 contributors (all time) y: 591 lines of code src/modules/form-submissions/form-submissions.module.ts x: 3 contributors (all time) y: 49 lines of code src/services/form-validation/utils/mime.ts x: 1 contributors (all time) y: 66 lines of code
7098.0
lines of code
  min: 1.0
  average: 402.27
  25th percentile: 13.75
  median: 40.5
  75th percentile: 87.0
  max: 7098.0
0 4.0
contributors (all time)
min: 1.0 | average: 1.86 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 3.0 | max: 4.0

File Size vs. Commits (30 days): 0 points

No data for "commits (30d)" vs. "lines of code".

File Size vs. Contributors (30 days): 0 points

No data for "contributors (30d)" vs. "lines of code".


File Size vs. Commits (90 days): 0 points

No data for "commits (90d)" vs. "lines of code".

File Size vs. Contributors (90 days): 0 points

No data for "contributors (90d)" vs. "lines of code".