facebookincubator / Facebook-ConversionsAPI-For-AdobeExperienceCloud
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 26 files with 1,098 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (269 lines of code)
    • 24 very small files (829 lines of code)
0% | 0% | 0% | 24% | 75%
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
jsx0% | 0% | 0% | 28% | 71%
js0% | 0% | 0% | 20% | 79%
html0% | 0% | 0% | 0% | 100%
styl0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/view/actions/sendEventsComponents0% | 0% | 0% | 34% | 65%
src/lib/actions0% | 0% | 0% | 93% | 6%
src/view/components0% | 0% | 0% | 0% | 100%
src/view/configuration/components0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
src/view0% | 0% | 0% | 0% | 100%
src/view/configuration0% | 0% | 0% | 0% | 100%
src/view/actions0% | 0% | 0% | 0% | 100%
Longest Files (Top 26)
File# lines# units
fields.jsx
in src/view/actions/sendEventsComponents
167 -
sendCapiData.js
in src/lib/actions
102 3
getInitValues.js
in src/view/actions/sendEventsComponents
89 1
validate.js
in src/view/actions/sendEventsComponents
89 1
getSettings.js
in src/view/actions/sendEventsComponents
87 1
wrappedTextField.jsx
in src/view/components
86 -
extensionView.jsx
in src/view/components
56 -
validationWrapper.jsx
in src/view/components
51 -
getParameters.js
in src/view/actions/sendEventsComponents
51 1
fields.jsx
in src/view/configuration/components
49 -
wrappedCheckboxComponent.jsx
in src/view/components
40 -
34 -
errorBoundary.jsx
in src/view/components
28 -
configuration.jsx
in src/view/configuration
27 -
sendCapiData.jsx
in src/view/actions
27 -
displayFormState.jsx
in src/view/components
23 -
renderView.jsx
in src/view
17 -
validate.js
in src/view/configuration/components
16 1
errorMessage.jsx
in src/view/components
13 -
template.html
in src/view
11 -
10 -
getInitValues.js
in src/view/configuration/components
9 1
styl
global.styl
in src/view
7 -
shaHashingHelper.js
in src/lib/actions
7 -
getSettings.js
in src/view/configuration/components
1 -
jest.setup.js
in src/view
1 -
Files With Most Units (Top 7)
File# lines# units
sendCapiData.js
in src/lib/actions
102 3
getInitValues.js
in src/view/configuration/components
9 1
validate.js
in src/view/configuration/components
16 1
getSettings.js
in src/view/actions/sendEventsComponents
87 1
getParameters.js
in src/view/actions/sendEventsComponents
51 1
getInitValues.js
in src/view/actions/sendEventsComponents
89 1
validate.js
in src/view/actions/sendEventsComponents
89 1
Files With Long Lines (Top 1)

There is only one file with lines longer than 120 characters. In total, there is only one long line.

File# lines# units# long lines
fields.jsx
in src/view/configuration/components
49 - 1
Correlations

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

src/lib/actions/sendCapiData.js x: 11 commits (all time) y: 102 lines of code src/view/actions/sendEventsComponents/fields.jsx x: 9 commits (all time) y: 167 lines of code src/view/actions/sendEventsComponents/validate.js x: 7 commits (all time) y: 89 lines of code src/lib/actions/shaHashingHelper.js x: 2 commits (all time) y: 7 lines of code src/view/actions/sendEventsComponents/getParameters.js x: 5 commits (all time) y: 51 lines of code src/view/actions/sendEventsComponents/getSettings.js x: 7 commits (all time) y: 87 lines of code src/view/configuration/components/fields.jsx x: 2 commits (all time) y: 49 lines of code src/view/actions/sendCapiData.jsx x: 1 commits (all time) y: 27 lines of code createEntryFile.js x: 1 commits (all time) y: 10 lines of code jest.config.js x: 1 commits (all time) y: 34 lines of code src/view/components/displayFormState.jsx x: 1 commits (all time) y: 23 lines of code src/view/components/errorBoundary.jsx x: 1 commits (all time) y: 28 lines of code src/view/components/errorMessage.jsx x: 1 commits (all time) y: 13 lines of code src/view/components/extensionView.jsx x: 1 commits (all time) y: 56 lines of code src/view/components/validationWrapper.jsx x: 1 commits (all time) y: 51 lines of code src/view/components/wrappedCheckboxComponent.jsx x: 1 commits (all time) y: 40 lines of code src/view/components/wrappedTextField.jsx x: 1 commits (all time) y: 86 lines of code src/view/configuration/components/getInitValues.js x: 1 commits (all time) y: 9 lines of code src/view/configuration/components/getSettings.js x: 1 commits (all time) y: 1 lines of code src/view/configuration/components/validate.js x: 1 commits (all time) y: 16 lines of code src/view/global.styl x: 1 commits (all time) y: 7 lines of code src/view/renderView.jsx x: 1 commits (all time) y: 17 lines of code src/view/template.html x: 1 commits (all time) y: 11 lines of code
167.0
lines of code
  min: 1.0
  average: 42.23
  25th percentile: 10.75
  median: 27.5
  75th percentile: 63.5
  max: 167.0
0 11.0
commits (all time)
min: 1.0 | average: 2.62 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.75 | max: 11.0

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

src/lib/actions/sendCapiData.js x: 3 contributors (all time) y: 102 lines of code src/view/actions/sendEventsComponents/fields.jsx x: 3 contributors (all time) y: 167 lines of code src/view/actions/sendEventsComponents/validate.js x: 3 contributors (all time) y: 89 lines of code src/lib/actions/shaHashingHelper.js x: 1 contributors (all time) y: 7 lines of code src/view/actions/sendEventsComponents/getInitValues.js x: 2 contributors (all time) y: 89 lines of code src/view/actions/sendEventsComponents/getParameters.js x: 2 contributors (all time) y: 51 lines of code src/view/actions/sendEventsComponents/getSettings.js x: 2 contributors (all time) y: 87 lines of code src/view/configuration/components/fields.jsx x: 2 contributors (all time) y: 49 lines of code src/view/actions/sendCapiData.jsx x: 1 contributors (all time) y: 27 lines of code createEntryFile.js x: 1 contributors (all time) y: 10 lines of code jest.config.js x: 1 contributors (all time) y: 34 lines of code src/view/components/displayFormState.jsx x: 1 contributors (all time) y: 23 lines of code src/view/components/errorBoundary.jsx x: 1 contributors (all time) y: 28 lines of code src/view/components/errorMessage.jsx x: 1 contributors (all time) y: 13 lines of code src/view/components/extensionView.jsx x: 1 contributors (all time) y: 56 lines of code src/view/components/validationWrapper.jsx x: 1 contributors (all time) y: 51 lines of code src/view/components/wrappedCheckboxComponent.jsx x: 1 contributors (all time) y: 40 lines of code src/view/components/wrappedTextField.jsx x: 1 contributors (all time) y: 86 lines of code src/view/configuration/components/getInitValues.js x: 1 contributors (all time) y: 9 lines of code src/view/configuration/components/getSettings.js x: 1 contributors (all time) y: 1 lines of code src/view/configuration/components/validate.js x: 1 contributors (all time) y: 16 lines of code src/view/renderView.jsx x: 1 contributors (all time) y: 17 lines of code src/view/template.html x: 1 contributors (all time) y: 11 lines of code
167.0
lines of code
  min: 1.0
  average: 42.23
  25th percentile: 10.75
  median: 27.5
  75th percentile: 63.5
  max: 167.0
0 3.0
contributors (all time)
min: 1.0 | average: 1.38 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.0 | max: 3.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".