aws / lightsailctl
File Change Frequency

File change frequency (churn) shows the distribution of file updates (days with at least one commit).

Overview
File Change Frequency Overall
  • There are 6 files with 468 lines of code.
    • 0 files changed more than 100 times (0 lines of code)
    • 0 files changed 51-100 times (0 lines of code)
    • 0 files changed 21-50 times (0 lines of code)
    • 1 file changed 6-20 times (20 lines of code)
    • 5 files changed 1-5 times (448 lines of code)
0% | 0% | 0% | 4% | 95%
Legend:
101+
51-100
21-50
6-20
1-5

explore: grouped by folders | grouped by update frequency | data
Contributors Count Frequency Overall
  • There are 6 files with 468 lines of code.
    • 0 files changed by more than 25 contributors (0 lines of code)
    • 0 files changed by 11-25 contributors (0 lines of code)
    • 0 files changed by 6-10 contributors (0 lines of code)
    • 6 files changed by 2-5 contributors (468 lines of code)
    • 0 files changed by 1 contributor (0 lines of code)
0% | 0% | 0% | 100% | 0%
Legend:
26+
11-25
6-10
2-5
1

explore: grouped by folders | grouped by contributors count | data
File Change Frequency per File Extension
go, md, yaml, txt, mod, gitignore, json
File Change Frequency per Extension
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
go0% | 0% | 0% | 4% | 95%
File Change Frequency per Logical Decomposition
primary
primary (file change frequency)
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
internal0% | 0% | 0% | 4% | 95%
ROOT0% | 0% | 0% | 0% | 100%
Most Frequently Changed Files (Top 6)

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
version.go
in internal
20 3 2021-01-20 2023-07-12 9 5 yaotashan@gmail.com prepin@gmail.com
dockerengine.go
in internal/cs
102 7 2021-01-20 2024-08-10 5 3 yaotashan@gmail.com 20566+paxan@users.noreply.g...
plugin.go
in internal/plugin
157 5 2021-01-20 2025-01-13 5 3 yaotashan@gmail.com 20566+paxan@users.noreply.g...
updatecheck.go
in internal
54 2 2021-01-20 2023-05-29 3 3 yaotashan@gmail.com 20566+paxan@users.noreply.g...
pushimage.go
in internal/cs
112 5 2021-01-20 2023-05-29 3 3 yaotashan@gmail.com 20566+paxan@users.noreply.g...
main.go
in root
23 1 2021-06-23 2021-06-24 2 2 prepin@gmail.com 20566+paxan@users.noreply.g...
Files With Most Contributors (Top 6)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
version.go
in internal
20 3 2021-01-20 2023-07-12 9 5 yaotashan@gmail.com prepin@gmail.com
plugin.go
in internal/plugin
157 5 2021-01-20 2025-01-13 5 3 yaotashan@gmail.com 20566+paxan@users.noreply.g...
dockerengine.go
in internal/cs
102 7 2021-01-20 2024-08-10 5 3 yaotashan@gmail.com 20566+paxan@users.noreply.g...
updatecheck.go
in internal
54 2 2021-01-20 2023-05-29 3 3 yaotashan@gmail.com 20566+paxan@users.noreply.g...
pushimage.go
in internal/cs
112 5 2021-01-20 2023-05-29 3 3 yaotashan@gmail.com 20566+paxan@users.noreply.g...
main.go
in root
23 1 2021-06-23 2021-06-24 2 2 prepin@gmail.com 20566+paxan@users.noreply.g...
Files With Least Contributors (Top 6)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
main.go
in root
23 1 2021-06-23 2021-06-24 2 2 prepin@gmail.com 20566+paxan@users.noreply.g...
plugin.go
in internal/plugin
157 5 2021-01-20 2025-01-13 5 3 yaotashan@gmail.com 20566+paxan@users.noreply.g...
pushimage.go
in internal/cs
112 5 2021-01-20 2023-05-29 3 3 yaotashan@gmail.com 20566+paxan@users.noreply.g...
dockerengine.go
in internal/cs
102 7 2021-01-20 2024-08-10 5 3 yaotashan@gmail.com 20566+paxan@users.noreply.g...
updatecheck.go
in internal
54 2 2021-01-20 2023-05-29 3 3 yaotashan@gmail.com 20566+paxan@users.noreply.g...
version.go
in internal
20 3 2021-01-20 2023-07-12 9 5 yaotashan@gmail.com prepin@gmail.com
Correlations

File Size vs. Number of Changes: 6 points

internal/plugin/plugin.go x: 157 lines of code y: 5 # changes internal/cs/dockerengine.go x: 102 lines of code y: 5 # changes internal/version.go x: 20 lines of code y: 9 # changes internal/cs/pushimage.go x: 112 lines of code y: 3 # changes internal/updatecheck.go x: 54 lines of code y: 3 # changes main.go x: 23 lines of code y: 2 # changes
9.0
# changes
  min: 2.0
  average: 4.5
  25th percentile: 2.75
  median: 4.0
  75th percentile: 6.0
  max: 9.0
0 157.0
lines of code
min: 20.0 | average: 78.0 | 25th percentile: 22.25 | median: 78.0 | 75th percentile: 123.25 | max: 157.0

Number of Contributors vs. Number of Changes: 6 points

internal/plugin/plugin.go x: 3 # contributors y: 5 # changes internal/version.go x: 5 # contributors y: 9 # changes internal/cs/pushimage.go x: 3 # contributors y: 3 # changes main.go x: 2 # contributors y: 2 # changes
9.0
# changes
  min: 2.0
  average: 4.5
  25th percentile: 2.75
  median: 4.0
  75th percentile: 6.0
  max: 9.0
0 5.0
# contributors
min: 2.0 | average: 3.17 | 25th percentile: 2.75 | median: 3.0 | 75th percentile: 3.5 | max: 5.0

Number of Contributors vs. File Size: 6 points

internal/plugin/plugin.go x: 3 # contributors y: 157 lines of code internal/cs/dockerengine.go x: 3 # contributors y: 102 lines of code internal/version.go x: 5 # contributors y: 20 lines of code internal/cs/pushimage.go x: 3 # contributors y: 112 lines of code internal/updatecheck.go x: 3 # contributors y: 54 lines of code main.go x: 2 # contributors y: 23 lines of code
157.0
lines of code
  min: 20.0
  average: 78.0
  25th percentile: 22.25
  median: 78.0
  75th percentile: 123.25
  max: 157.0
0 5.0
# contributors
min: 2.0 | average: 3.17 | 25th percentile: 2.75 | median: 3.0 | 75th percentile: 3.5 | max: 5.0