edouard-metric_fu 1.0.4.4 → 1.0.4.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
<p><a href='http://ruby.sadi.st/Flay.html'>Flay</a> analyzes ruby code for structural similarities.</p>
|
4
4
|
|
5
|
-
<img src="flay.png?<%= Time.now
|
5
|
+
<img src="flay.png?<%= Time.now %>">
|
6
6
|
|
7
7
|
<h4>Total Score (lower is better): <%= @flay[:total_score] %></h4>
|
8
8
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<h3>Flog Results</h3>
|
2
2
|
<p><a href='http://ruby.sadi.st/Flog.html'>Flog</a> measures code complexity.</p>
|
3
3
|
|
4
|
-
<img src="flog.png?<%= Time.now
|
4
|
+
<img src="flog.png?<%= Time.now %>">
|
5
5
|
|
6
6
|
<h2>Total Flog score for all methods: <%= @flog[:total]%></h2>
|
7
7
|
<h2>Average Flog score for all methods: <%= @flog[:average]%></h2>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
<p><a href="http://roodi.rubyforge.org/">Roodi</a> parses your Ruby code and warns you about design issues you have based on the checks that is has configured.</p>
|
4
4
|
|
5
|
-
<img src="roodi.png?<%= Time.now
|
5
|
+
<img src="roodi.png?<%= Time.now %>">
|
6
6
|
|
7
7
|
<table>
|
8
8
|
<tr>
|