apache / cordova-plugin-statusbar
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 630 lines of code.
    • 0 files changed more than 100 times (0 lines of code)
    • 1 file changed 51-100 times (45 lines of code)
    • 2 files changed 21-50 times (476 lines of code)
    • 3 files changed 6-20 times (109 lines of code)
    • 0 files changed 1-5 times (0 lines of code)
0% | 7% | 75% | 17% | 0%
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 630 lines of code.
    • 0 files changed by more than 25 contributors (0 lines of code)
    • 3 files changed by 11-25 contributors (521 lines of code)
    • 2 files changed by 6-10 contributors (88 lines of code)
    • 1 file changed by 2-5 contributors (21 lines of code)
    • 0 files changed by 1 contributor (0 lines of code)
0% | 82% | 13% | 3% | 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
md, yml, json, js, xml, npmignore, gitignore, h, gitattributes, m, txt, java, yaml, ts
File Change Frequency per Extension
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
xml0% | 100% | 0% | 0% | 0%
m0% | 0% | 100% | 0% | 0%
java0% | 0% | 100% | 0% | 0%
js0% | 0% | 0% | 100% | 0%
h0% | 0% | 0% | 100% | 0%
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
ROOT0% | 100% | 0% | 0% | 0%
src0% | 0% | 92% | 7% | 0%
www0% | 0% | 0% | 100% | 0%
Most Frequently Changed Files (Top 6)

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
plugin.xml
in root
45 - 2013-10-08 2023-04-25 54 24 shazron@apache.org jcesarmobile@gmail.com
CDVStatusBar.m
in src/ios
340 - 2013-10-06 2023-04-26 50 18 shazron@apache.org jcesarmobile@gmail.com
StatusBar.java
in src/android
136 5 2014-02-24 2022-10-05 24 16 kant2002@gmail.com erisu@users.noreply.github.com
68 8 2013-10-06 2022-09-05 16 9 shazron@apache.org jcesarmobile@gmail.com
StatusBarProxy.js
in src/browser
20 2 2015-09-01 2022-09-05 8 6 suraj.pindoria@yahoo.com jcesarmobile@gmail.com
CDVStatusBar.h
in src/ios
21 - 2013-10-06 2022-09-05 7 3 shazron@apache.org jcesarmobile@gmail.com
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
plugin.xml
in root
45 - 2013-10-08 2023-04-25 54 24 shazron@apache.org jcesarmobile@gmail.com
CDVStatusBar.m
in src/ios
340 - 2013-10-06 2023-04-26 50 18 shazron@apache.org jcesarmobile@gmail.com
StatusBar.java
in src/android
136 5 2014-02-24 2022-10-05 24 16 kant2002@gmail.com erisu@users.noreply.github.com
68 8 2013-10-06 2022-09-05 16 9 shazron@apache.org jcesarmobile@gmail.com
StatusBarProxy.js
in src/browser
20 2 2015-09-01 2022-09-05 8 6 suraj.pindoria@yahoo.com jcesarmobile@gmail.com
CDVStatusBar.h
in src/ios
21 - 2013-10-06 2022-09-05 7 3 shazron@apache.org jcesarmobile@gmail.com
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
CDVStatusBar.h
in src/ios
21 - 2013-10-06 2022-09-05 7 3 shazron@apache.org jcesarmobile@gmail.com
StatusBarProxy.js
in src/browser
20 2 2015-09-01 2022-09-05 8 6 suraj.pindoria@yahoo.com jcesarmobile@gmail.com
68 8 2013-10-06 2022-09-05 16 9 shazron@apache.org jcesarmobile@gmail.com
StatusBar.java
in src/android
136 5 2014-02-24 2022-10-05 24 16 kant2002@gmail.com erisu@users.noreply.github.com
CDVStatusBar.m
in src/ios
340 - 2013-10-06 2023-04-26 50 18 shazron@apache.org jcesarmobile@gmail.com
plugin.xml
in root
45 - 2013-10-08 2023-04-25 54 24 shazron@apache.org jcesarmobile@gmail.com
Correlations

File Size vs. Number of Changes: 6 points

src/ios/CDVStatusBar.m x: 340 lines of code y: 50 # changes plugin.xml x: 45 lines of code y: 54 # changes src/android/StatusBar.java x: 136 lines of code y: 24 # changes src/browser/StatusBarProxy.js x: 20 lines of code y: 8 # changes src/ios/CDVStatusBar.h x: 21 lines of code y: 7 # changes www/statusbar.js x: 68 lines of code y: 16 # changes
54.0
# changes
  min: 7.0
  average: 26.5
  25th percentile: 7.75
  median: 20.0
  75th percentile: 51.0
  max: 54.0
0 340.0
lines of code
min: 20.0 | average: 105.0 | 25th percentile: 20.75 | median: 56.5 | 75th percentile: 187.0 | max: 340.0

Number of Contributors vs. Number of Changes: 6 points

src/ios/CDVStatusBar.m x: 18 # contributors y: 50 # changes plugin.xml x: 24 # contributors y: 54 # changes src/android/StatusBar.java x: 16 # contributors y: 24 # changes src/browser/StatusBarProxy.js x: 6 # contributors y: 8 # changes src/ios/CDVStatusBar.h x: 3 # contributors y: 7 # changes www/statusbar.js x: 9 # contributors y: 16 # changes
54.0
# changes
  min: 7.0
  average: 26.5
  25th percentile: 7.75
  median: 20.0
  75th percentile: 51.0
  max: 54.0
0 24.0
# contributors
min: 3.0 | average: 12.67 | 25th percentile: 5.25 | median: 12.5 | 75th percentile: 19.5 | max: 24.0

Number of Contributors vs. File Size: 6 points

src/ios/CDVStatusBar.m x: 18 # contributors y: 340 lines of code plugin.xml x: 24 # contributors y: 45 lines of code src/android/StatusBar.java x: 16 # contributors y: 136 lines of code src/browser/StatusBarProxy.js x: 6 # contributors y: 20 lines of code src/ios/CDVStatusBar.h x: 3 # contributors y: 21 lines of code www/statusbar.js x: 9 # contributors y: 68 lines of code
340.0
lines of code
  min: 20.0
  average: 105.0
  25th percentile: 20.75
  median: 56.5
  75th percentile: 187.0
  max: 340.0
0 24.0
# contributors
min: 3.0 | average: 12.67 | 25th percentile: 5.25 | median: 12.5 | 75th percentile: 19.5 | max: 24.0