kan-qi / UMLx

Analyze software architecture and generate insights about software development complexities, risks, and costs.
3 stars 0 forks source link

project coverage analysis #592

Open kan-qi opened 5 years ago

kan-qi commented 5 years ago

For the datasets:

https://docs.google.com/spreadsheets/d/1gKukIZQm345uhkyIKEOEdFDk2iRusn4N1Mf970NdiyA/edit#gid=0

Write a R script to analyse the code/project coverage. show different perspectives on the code coverage - source lines of code, effort, personnel, etc.

There is an existing comparison script written in this folder, which is to draw the distributions of the data points for the effort, personnel, or source lines of code, etc plus some smooth functions (this part may need to be changed in the existing script). We also need to improve the scripts for other aspects:

.\data\BenchMark\project_coverage_analysis.rmd

The comparisons:

  1. compare the effort distributions across all the datasheets:

  2. compare source lines of code for the datasheets that have the data.

  3. compare in terms of the personnel.

  4. compare in terms of the duration.