StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project development.
Currently following statistics and graphs are generated
- General Statistics
- Revision count
- Author count
- File Count
- Head revision number
- Top 10 Hot List
- Top 10 Active Authors
- Top 10 Active Files
- LoC graphs
- total loc line graph (loc vs dates)
- average file size vs date line graph
- Contributed lines of code line graph (loc vs dates). Using different colour line for each developer
- Loc and Churn graph (loc vs date, churn vs date)- Churn is number of lines touched (i.e. lines added + lines deleted + lines modified)
- File Count graphs
- file count vs dates line graph
- file type vs number of files horizontal bar chart
- Directory size graphs
- directory size vs date line graph. Using different coloured lines for each directory
- directory size pie chart (latest status)
- Directory file count pie char(latest status)
- Commit Activity Graphs
- Commit Activity Index
- Activity by hour of day bar graph (commits vs hour of day)
- Activity by day of week bar graph (commits vs day of week)
- Author Commit trend history (histogram of time between consecutive commits by same author)
- Author Activity horizontal bar graph (author vs adding+commiting percentage)
- Commit activity for each developer - scatter plot (hour of day vs date)
- Daily Commit count
- NEW Wasted Effort Trend graph (trend of ratio of lines deleted/lines added)
No comments:
Post a Comment