apache / cordova-plugin-camera
File Size

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

Intro
Learn more...
File Size Overall
0% | 61% | 9% | 19% | 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
java0% | 73% | 0% | 24% | 1%
m0% | 53% | 25% | 20% | 0%
js0% | 78% | 0% | 0% | 21%
xml0% | 0% | 0% | 97% | 2%
h0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 65% | 9% | 17% | 7%
ROOT0% | 0% | 0% | 100% | 0%
www0% | 0% | 0% | 0% | 100%
Longest Files (Top 23)
File# lines# units
CameraLauncher.java
in src/android
953 38
CDVCamera.m
in src/ios
714 -
CameraProxy.js
in src/windows
627 31
343 1
FileHelper.java
in src/android
190 14
CDVCamera.m
in src/osx
159 -
plugin.xml
in root
133 -
ExifHelper.java
in src/android
133 6
118 -
CameraProxy.js
in src/browser
86 7
CDVCamera.h
in src/ios
65 -
CDVCamera.h
in src/osx
41 -
31 -
Camera.js
in www
31 2
27 -
GalleryPathVO.java
in src/android
20 4
CDVExif.h
in src/ios
19 -
11 1
8 2
7 -
6 2
camera_provider_paths.xml
in src/android/xml
4 -
FileProvider.java
in src/android
2 -
Files With Most Units (Top 11)
File# lines# units
CameraLauncher.java
in src/android
953 38
CameraProxy.js
in src/windows
627 31
FileHelper.java
in src/android
190 14
CameraProxy.js
in src/browser
86 7
ExifHelper.java
in src/android
133 6
GalleryPathVO.java
in src/android
20 4
6 2
8 2
Camera.js
in www
31 2
11 1
343 1
Files With Long Lines (Top 6)

There are 6 files with lines longer than 120 characters. In total, there are 91 long lines.

File# lines# units# long lines
CDVCamera.m
in src/ios
714 - 47
CameraProxy.js
in src/windows
627 31 15
CDVCamera.m
in src/osx
159 - 9
CameraLauncher.java
in src/android
953 38 9
343 1 8
CDVCamera.h
in src/ios
65 - 3
Correlations

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

src/android/CameraLauncher.java x: 94 commits (all time) y: 953 lines of code src/browser/CameraProxy.js x: 15 commits (all time) y: 86 lines of code src/ios/CDVCamera.m x: 65 commits (all time) y: 714 lines of code plugin.xml x: 204 commits (all time) y: 133 lines of code src/android/FileHelper.java x: 11 commits (all time) y: 190 lines of code src/android/FileProvider.java x: 3 commits (all time) y: 2 lines of code src/android/GalleryPathVO.java x: 3 commits (all time) y: 20 lines of code src/ios/CDVCamera.h x: 11 commits (all time) y: 65 lines of code src/osx/CDVCamera.h x: 3 commits (all time) y: 41 lines of code src/osx/CDVCamera.m x: 3 commits (all time) y: 159 lines of code src/windows/CameraProxy.js x: 49 commits (all time) y: 627 lines of code www/CameraConstants.js x: 8 commits (all time) y: 31 lines of code src/android/xml/camera_provider_paths.xml x: 3 commits (all time) y: 4 lines of code www/ios/CameraPopoverHandle.js x: 8 commits (all time) y: 8 lines of code www/Camera.js x: 15 commits (all time) y: 31 lines of code www/CameraPopoverHandle.js x: 5 commits (all time) y: 6 lines of code src/ios/UIImage+CropScaleOrientation.h x: 2 commits (all time) y: 7 lines of code src/ios/UIImage+CropScaleOrientation.m x: 2 commits (all time) y: 118 lines of code src/ios/CDVJpegHeaderWriter.m x: 3 commits (all time) y: 343 lines of code src/android/ExifHelper.java x: 2 commits (all time) y: 133 lines of code src/ios/CDVExif.h x: 1 commits (all time) y: 19 lines of code src/ios/CDVJpegHeaderWriter.h x: 1 commits (all time) y: 27 lines of code
953.0
lines of code
  min: 2.0
  average: 162.09
  25th percentile: 11.0
  median: 41.0
  75th percentile: 159.0
  max: 953.0
0 204.0
commits (all time)
min: 1.0 | average: 22.57 | 25th percentile: 3.0 | median: 5.0 | 75th percentile: 15.0 | max: 204.0

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

src/android/CameraLauncher.java x: 35 contributors (all time) y: 953 lines of code src/browser/CameraProxy.js x: 11 contributors (all time) y: 86 lines of code src/ios/CDVCamera.m x: 29 contributors (all time) y: 714 lines of code plugin.xml x: 47 contributors (all time) y: 133 lines of code src/android/FileHelper.java x: 7 contributors (all time) y: 190 lines of code src/android/FileProvider.java x: 3 contributors (all time) y: 2 lines of code src/android/GalleryPathVO.java x: 2 contributors (all time) y: 20 lines of code src/ios/CDVCamera.h x: 7 contributors (all time) y: 65 lines of code src/osx/CDVCamera.h x: 3 contributors (all time) y: 41 lines of code src/osx/CDVCamera.m x: 3 contributors (all time) y: 159 lines of code src/windows/CameraProxy.js x: 19 contributors (all time) y: 627 lines of code www/CameraConstants.js x: 7 contributors (all time) y: 31 lines of code src/android/xml/camera_provider_paths.xml x: 3 contributors (all time) y: 4 lines of code www/ios/CameraPopoverHandle.js x: 8 contributors (all time) y: 8 lines of code www/CameraPopoverOptions.js x: 7 contributors (all time) y: 11 lines of code www/Camera.js x: 11 contributors (all time) y: 31 lines of code www/CameraPopoverHandle.js x: 4 contributors (all time) y: 6 lines of code src/ios/UIImage+CropScaleOrientation.h x: 2 contributors (all time) y: 7 lines of code src/ios/UIImage+CropScaleOrientation.m x: 2 contributors (all time) y: 118 lines of code src/ios/CDVJpegHeaderWriter.m x: 3 contributors (all time) y: 343 lines of code src/android/ExifHelper.java x: 2 contributors (all time) y: 133 lines of code src/ios/CDVExif.h x: 1 contributors (all time) y: 19 lines of code src/ios/CDVJpegHeaderWriter.h x: 1 contributors (all time) y: 27 lines of code
953.0
lines of code
  min: 2.0
  average: 162.09
  25th percentile: 11.0
  median: 41.0
  75th percentile: 159.0
  max: 953.0
0 47.0
contributors (all time)
min: 1.0 | average: 9.43 | 25th percentile: 2.0 | median: 4.0 | 75th percentile: 11.0 | max: 47.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".