项目作者: yegor256

项目描述 :
The Calculator of the Source Code "Volatility" Metric
高级语言: Ruby
项目地址: git://github.com/yegor256/volatility.git
创建时间: 2012-09-23T11:39:33Z
项目社区:https://github.com/yegor256/volatility

开源协议:MIT License

下载


EO principles respected here
Managed by Zerocracy
DevOps By Rultor.com
We recommend RubyMine

Build Status
Build status
PDD status
Gem Version
Maintainability

License
Test Coverage
Hits-of-Code

It’s an experimental way to calculate how “volatile” is a project
source code repository, by comparing the amount of dead code (rarely touched)
with the amount of actively modified one. More or less detailed theoretical summary
is in theory.pdf.

You need to have Ruby 2.6+ installed. Then you install this tool:

  1. $ gem install volatility

Then, you run it:

  1. $ volatility --help

How to contribute

Read these guidelines.
Make sure your build is green before you contribute
your pull request. You will need to have Ruby 2.3+ and
Bundler installed. Then:

  1. $ bundle update
  2. $ bundle exec rake

If it’s clean and you don’t see any error messages, submit your pull request.