-
Bug
-
Resolution: Unresolved
-
Major
-
None
I am trying to use the stats plugin and though it displays the current data correctly on the report page (the table) the graph is a blank image. I see the rcov and test report graphs fine.
I am using the code_statistics gem since this is not a rails project but the output appears to be identical but a bit shorter. Could that be killing the plotter?
------------------------------------------------------
Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
------------------------------------------------------
Libraries | 4832 | 3431 | 92 | 273 | 2 | 10 |
test/lib | 1235 | 846 | 23 | 93 | 4 | 7 |
------------------------------------------------------
Code LOC: 3431 Test LOC: 846 Code to Test Ratio: 1:0.2
Im guessing its the slash in "test/lib" thats causing the problem.