Skip to content

onestic/code-churn-analysis-tool

Repository files navigation

Code churn analysis tool

Churn vs Complexity: https://www.agileconnection.com/article/getting-empirical-about-refactoring

Indentation as a Proxy for Complexity Metrics: http://softwareprocess.es/x/x/hindle-indentation.pdf

Dependencies you must have installed:

  • PHP
  • Git

How to use?

  1. Clone the repo:

    git clone git@github.com:onestic/code-churn-analysis-tool.git
    
  2. Change directory:

    cd code-churn-analysis
    
  3. Run analysis:

    php -f analysis.php /path/to/project/to/analyze
    
  4. View analysis result:

    Open in your browser the generated 'churn-vs-complexity.html'
    

About

Pet project to practice OOP/OOD/Refactoring.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages