Flog is a simple ABC metric (Assignments, Branches, Calls) for ruby code. It gives you a hint on size and complexity of your code. Flogger allows you to verify this score in your unit tests. The test will break if your flog score is too high A simple way to keep an eye on code complexity.
- Benjamin Reitzammer