forked from nielsm/metric_fu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
13 lines (12 loc) · 759 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
== TODO list
* Color code flog results with scale from: http://jakescruggs.blogspot.com/2008/08/whats-good-flog-score.html
* Extract functionality from rake files and put under test
* Integrate Flog, Saikuro, and Coverage into one report so you can see methods that have high complexity and low coverage (this is a big one)
* Integrate MD5 hashing with remainder of reports
* Move HTML out of code and into templates/
* Replace #generate_report with #new on each metric class
* Make each class descend from MetricFu::CodeMetric
* Generate metrics:* rake tasks for each of CodeMetric's descendants
* Update flog specs so that they actually run flog
* Add flay specs that run flay
* Convert readme to markdown and rename to README.mkdn so github will render it