GoogleCloudPlatform / reCAPTCHA-PLD
File Size

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

Intro
Learn more...
File Size Overall
0% | 0% | 0% | 23% | 76%
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% | 0% | 0% | 23% | 76%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 0% | 0% | 23% | 76%
Longest Files (Top 17)
File# lines# units
RecaptchaContext.java
in src/main/java/com/google/recaptcha/pld/pld/services
141 11
PldController.java
in src/main/java/com/google/recaptcha/pld/pld/controllers
87 5
RecaptchaConfig.java
in src/main/java/com/google/recaptcha/pld/pld/model
58 9
PldService.java
in src/main/java/com/google/recaptcha/pld/pld/services
37 3
PldEnvironment.java
in src/main/java/com/google/recaptcha/pld/pld/util
34 6
AssessmentJsonComponent.java
in src/main/java/com/google/recaptcha/pld/pld/util
31 2
LocalhostPolicy.java
in src/main/java/com/google/recaptcha/pld/pld/util
30 2
PldApplication.java
in src/main/java/com/google/recaptcha/pld/pld
28 3
PlaintextCredentials.java
in src/main/java/com/google/recaptcha/pld/pld/model
27 6
VerificationResponse.java
in src/main/java/com/google/recaptcha/pld/pld/model
24 5
MergeAssessmentRequest.java
in src/main/java/com/google/recaptcha/pld/pld/model
22 3
MergeAssessmentResponse.java
in src/main/java/com/google/recaptcha/pld/pld/model
19 3
WebConfig.java
in src/main/java/com/google/recaptcha/pld/pld/config
16 1
Messages.java
in src/main/java/com/google/recaptcha/pld/pld/model
15 -
PldLeakedResult.java
in src/main/java/com/google/recaptcha/pld/pld/model
13 3
PldLeakedStatus.java
in src/main/java/com/google/recaptcha/pld/pld/model
5 -
RecaptchaAuthMethod.java
in src/main/java/com/google/recaptcha/pld/pld/model
5 -
Files With Most Units (Top 14)
File# lines# units
RecaptchaContext.java
in src/main/java/com/google/recaptcha/pld/pld/services
141 11
RecaptchaConfig.java
in src/main/java/com/google/recaptcha/pld/pld/model
58 9
PlaintextCredentials.java
in src/main/java/com/google/recaptcha/pld/pld/model
27 6
PldEnvironment.java
in src/main/java/com/google/recaptcha/pld/pld/util
34 6
VerificationResponse.java
in src/main/java/com/google/recaptcha/pld/pld/model
24 5
PldController.java
in src/main/java/com/google/recaptcha/pld/pld/controllers
87 5
PldApplication.java
in src/main/java/com/google/recaptcha/pld/pld
28 3
PldService.java
in src/main/java/com/google/recaptcha/pld/pld/services
37 3
MergeAssessmentRequest.java
in src/main/java/com/google/recaptcha/pld/pld/model
22 3
PldLeakedResult.java
in src/main/java/com/google/recaptcha/pld/pld/model
13 3
MergeAssessmentResponse.java
in src/main/java/com/google/recaptcha/pld/pld/model
19 3
LocalhostPolicy.java
in src/main/java/com/google/recaptcha/pld/pld/util
30 2
AssessmentJsonComponent.java
in src/main/java/com/google/recaptcha/pld/pld/util
31 2
WebConfig.java
in src/main/java/com/google/recaptcha/pld/pld/config
16 1
Files With Long Lines (Top 0)

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

File# lines# units# long lines
Correlations

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

src/main/java/com/google/recaptcha/pld/pld/config/WebConfig.java x: 2 commits (all time) y: 16 lines of code src/main/java/com/google/recaptcha/pld/pld/controllers/PldController.java x: 4 commits (all time) y: 87 lines of code src/main/java/com/google/recaptcha/pld/pld/model/MergeAssessmentRequest.java x: 2 commits (all time) y: 22 lines of code src/main/java/com/google/recaptcha/pld/pld/model/MergeAssessmentResponse.java x: 2 commits (all time) y: 19 lines of code src/main/java/com/google/recaptcha/pld/pld/model/PlaintextCredentials.java x: 2 commits (all time) y: 27 lines of code src/main/java/com/google/recaptcha/pld/pld/model/VerificationResponse.java x: 2 commits (all time) y: 24 lines of code src/main/java/com/google/recaptcha/pld/pld/services/RecaptchaContext.java x: 6 commits (all time) y: 141 lines of code src/main/java/com/google/recaptcha/pld/pld/util/AssessmentJsonComponent.java x: 2 commits (all time) y: 31 lines of code src/main/java/com/google/recaptcha/pld/pld/model/Messages.java x: 2 commits (all time) y: 15 lines of code
141.0
lines of code
  min: 15.0
  average: 42.44
  25th percentile: 17.5
  median: 24.0
  75th percentile: 59.0
  max: 141.0
0 6.0
commits (all time)
min: 2.0 | average: 2.67 | 25th percentile: 2.0 | median: 2.0 | 75th percentile: 3.0 | max: 6.0

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

src/main/java/com/google/recaptcha/pld/pld/config/WebConfig.java x: 1 contributors (all time) y: 16 lines of code src/main/java/com/google/recaptcha/pld/pld/controllers/PldController.java x: 1 contributors (all time) y: 87 lines of code src/main/java/com/google/recaptcha/pld/pld/model/MergeAssessmentRequest.java x: 1 contributors (all time) y: 22 lines of code src/main/java/com/google/recaptcha/pld/pld/model/MergeAssessmentResponse.java x: 1 contributors (all time) y: 19 lines of code src/main/java/com/google/recaptcha/pld/pld/model/PlaintextCredentials.java x: 1 contributors (all time) y: 27 lines of code src/main/java/com/google/recaptcha/pld/pld/model/VerificationResponse.java x: 1 contributors (all time) y: 24 lines of code src/main/java/com/google/recaptcha/pld/pld/services/RecaptchaContext.java x: 2 contributors (all time) y: 141 lines of code src/main/java/com/google/recaptcha/pld/pld/util/AssessmentJsonComponent.java x: 1 contributors (all time) y: 31 lines of code src/main/java/com/google/recaptcha/pld/pld/model/Messages.java x: 1 contributors (all time) y: 15 lines of code
141.0
lines of code
  min: 15.0
  average: 42.44
  25th percentile: 17.5
  median: 24.0
  75th percentile: 59.0
  max: 141.0
0 2.0
contributors (all time)
min: 1.0 | average: 1.11 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 2.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".