branston 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. data/lib/branston/app/controllers/stories_controller.rb +104 -103
  2. data/lib/branston/coverage/app-controllers-application_controller_rb.html +1 -1
  3. data/lib/branston/coverage/app-controllers-iterations_controller_rb.html +107 -101
  4. data/lib/branston/coverage/app-controllers-outcomes_controller_rb.html +114 -102
  5. data/lib/branston/coverage/app-controllers-preconditions_controller_rb.html +54 -90
  6. data/lib/branston/coverage/app-controllers-releases_controller_rb.html +101 -89
  7. data/lib/branston/coverage/app-controllers-scenarios_controller_rb.html +94 -76
  8. data/lib/branston/coverage/app-controllers-sessions_controller_rb.html +60 -42
  9. data/lib/branston/coverage/app-controllers-stories_controller_rb.html +188 -110
  10. data/lib/branston/coverage/app-controllers-user_roles_controller_rb.html +123 -87
  11. data/lib/branston/coverage/app-controllers-users_controller_rb.html +39 -27
  12. data/lib/branston/coverage/app-helpers-application_helper_rb.html +26 -8
  13. data/lib/branston/coverage/app-helpers-iterations_helper_rb.html +1 -1
  14. data/lib/branston/coverage/app-helpers-outcomes_helper_rb.html +1 -1
  15. data/lib/branston/coverage/app-helpers-preconditions_helper_rb.html +1 -1
  16. data/lib/branston/coverage/app-helpers-releases_helper_rb.html +1 -1
  17. data/lib/branston/coverage/app-helpers-sessions_helper_rb.html +1 -1
  18. data/lib/branston/coverage/app-helpers-stories_helper_rb.html +1 -1
  19. data/lib/branston/coverage/app-helpers-user_roles_helper_rb.html +1 -1
  20. data/lib/branston/coverage/app-models-iteration_rb.html +1 -1
  21. data/lib/branston/coverage/app-models-outcome_rb.html +1 -1
  22. data/lib/branston/coverage/app-models-participation_rb.html +1 -1
  23. data/lib/branston/coverage/app-models-precondition_rb.html +9 -3
  24. data/lib/branston/coverage/app-models-release_rb.html +1 -1
  25. data/lib/branston/coverage/app-models-scenario_rb.html +3 -3
  26. data/lib/branston/coverage/app-models-story_rb.html +79 -7
  27. data/lib/branston/coverage/app-models-user_rb.html +1 -1
  28. data/lib/branston/coverage/app-models-user_role_rb.html +1 -1
  29. data/lib/branston/coverage/index.html +106 -90
  30. data/lib/branston/coverage/lib-client_rb.html +537 -0
  31. data/lib/branston/coverage/lib-faker_extras_rb.html +1 -1
  32. data/lib/branston/coverage/lib-story_generator_rb.html +43 -49
  33. data/lib/branston/db/test.sqlite3 +0 -0
  34. data/lib/branston/lib/branston.rb +5 -1
  35. data/lib/branston/lib/client.rb +48 -30
  36. data/lib/branston/test/functional/stories_controller_test.rb +119 -105
  37. data/lib/branston/test/unit/client_test.rb +34 -9
  38. data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_flat.txt +10 -0
  39. data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_graph.html +6603 -0
  40. data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_tree.txt +9714 -0
  41. metadata +6 -5
  42. data/lib/branston/db/production.sqlite3 +0 -0
  43. data/lib/branston/log/development.log +0 -10836
  44. data/lib/branston/log/test.log +0 -52955
@@ -28,8 +28,8 @@
28
28
  <tbody>
29
29
  <tr>
30
30
  <td class="left_align"><a href="app-models-story_rb.html">app/models/story.rb</a></td>
31
- <td class='right_align'><tt>21</tt></td>
32
- <td class='right_align'><tt>10</tt></td>
31
+ <td class='right_align'><tt>33</tt></td>
32
+ <td class='right_align'><tt>18</tt></td>
33
33
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
34
34
  <div class="percent_graph">
35
35
  <div class="covered" style="width:100px"></div>
@@ -63,7 +63,7 @@
63
63
 
64
64
 
65
65
  <tr class="inferred">
66
- <td><pre><a name="line2">2</a> </pre></td>
66
+ <td><pre><a name="line2">2</a> </pre></td>
67
67
  </tr>
68
68
 
69
69
 
@@ -135,7 +135,7 @@
135
135
 
136
136
 
137
137
  <tr class="marked">
138
- <td><pre><a name="line14">14</a> has_many :scenarios</pre></td>
138
+ <td><pre><a name="line14">14</a> has_many :scenarios, :dependent =&gt; :destroy</pre></td>
139
139
  </tr>
140
140
 
141
141
 
@@ -171,19 +171,91 @@
171
171
 
172
172
 
173
173
  <tr class="inferred">
174
- <td><pre><a name="line20">20</a> end</pre></td>
174
+ <td><pre><a name="line20">20</a> </pre></td>
175
+ </tr>
176
+
177
+
178
+
179
+ <tr class="marked">
180
+ <td><pre><a name="line21">21</a> before_save :set_slug</pre></td>
181
+ </tr>
182
+
183
+
184
+
185
+ <tr class="inferred">
186
+ <td><pre><a name="line22">22</a> </pre></td>
187
+ </tr>
188
+
189
+
190
+
191
+ <tr class="marked">
192
+ <td><pre><a name="line23">23</a> def to_param</pre></td>
193
+ </tr>
194
+
195
+
196
+
197
+ <tr class="marked">
198
+ <td><pre><a name="line24">24</a> title.parameterize</pre></td>
199
+ </tr>
200
+
201
+
202
+
203
+ <tr class="inferred">
204
+ <td><pre><a name="line25">25</a> end</pre></td>
205
+ </tr>
206
+
207
+
208
+
209
+ <tr class="inferred">
210
+ <td><pre><a name="line26">26</a> </pre></td>
211
+ </tr>
212
+
213
+
214
+
215
+ <tr class="marked">
216
+ <td><pre><a name="line27">27</a> private</pre></td>
217
+ </tr>
218
+
219
+
220
+
221
+ <tr class="marked">
222
+ <td><pre><a name="line28">28</a> def set_slug</pre></td>
223
+ </tr>
224
+
225
+
226
+
227
+ <tr class="marked">
228
+ <td><pre><a name="line29">29</a> self.slug = self.to_param</pre></td>
229
+ </tr>
230
+
231
+
232
+
233
+ <tr class="inferred">
234
+ <td><pre><a name="line30">30</a> end</pre></td>
235
+ </tr>
236
+
237
+
238
+
239
+ <tr class="inferred">
240
+ <td><pre><a name="line31">31</a> </pre></td>
241
+ </tr>
242
+
243
+
244
+
245
+ <tr class="inferred">
246
+ <td><pre><a name="line32">32</a> end</pre></td>
175
247
  </tr>
176
248
 
177
249
 
178
250
 
179
251
  <tr class="inferred">
180
- <td><pre><a name="line21">21</a> </pre></td>
252
+ <td><pre><a name="line33">33</a> </pre></td>
181
253
  </tr>
182
254
 
183
255
  </tbody>
184
256
  </table>
185
257
 
186
- <p>Generated on Thu Dec 03 16:49:25 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.6</a></p>
258
+ <p>Generated on Wed Dec 09 15:45:10 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.2.1</a></p>
187
259
 
188
260
  </body>
189
261
  </html>
@@ -393,7 +393,7 @@
393
393
  </tbody>
394
394
  </table>
395
395
 
396
- <p>Generated on Thu Dec 03 16:49:25 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.6</a></p>
396
+ <p>Generated on Wed Dec 09 15:45:10 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.2.1</a></p>
397
397
 
398
398
  </body>
399
399
  </html>
@@ -99,7 +99,7 @@
99
99
  </tbody>
100
100
  </table>
101
101
 
102
- <p>Generated on Thu Dec 03 16:49:24 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.6</a></p>
102
+ <p>Generated on Wed Dec 09 15:45:09 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.2.1</a></p>
103
103
 
104
104
  </body>
105
105
  </html>
@@ -48,42 +48,42 @@
48
48
  <tfoot>
49
49
  <tr>
50
50
  <td class="left_align">TOTAL</td>
51
- <td class='right_align'><tt>1126</tt></td>
52
- <td class='right_align'><tt>782</tt></td>
53
- <td class="left_align"><div class="percent_graph_legend"><tt class=''>99.73%</tt></div>
51
+ <td class='right_align'><tt>1246</tt></td>
52
+ <td class='right_align'><tt>879</tt></td>
53
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>99.28%</tt></div>
54
54
  <div class="percent_graph">
55
- <div class="covered" style="width:100px"></div>
56
- <div class="uncovered" style="width:0px"></div>
55
+ <div class="covered" style="width:99px"></div>
56
+ <div class="uncovered" style="width:1px"></div>
57
57
  </div></td>
58
- <td class="left_align"><div class="percent_graph_legend"><tt class='coverage_total'>99.62%</tt></div>
58
+ <td class="left_align"><div class="percent_graph_legend"><tt class='coverage_total'>99.09%</tt></div>
59
59
  <div class="percent_graph">
60
- <div class="covered" style="width:100px"></div>
61
- <div class="uncovered" style="width:0px"></div>
60
+ <div class="covered" style="width:99px"></div>
61
+ <div class="uncovered" style="width:1px"></div>
62
62
  </div></td>
63
63
  </tr>
64
64
  </tfoot>
65
65
  <tbody>
66
66
 
67
- <tr class="all_files all_coverage 100 app controllers even">
68
- <td class="left_align"><a href="app-controllers-preconditions_controller_rb.html">app/controllers/preconditions_controller.rb</a></td>
69
- <td class='right_align'><tt>112</tt></td>
70
- <td class='right_align'><tt>77</tt></td>
71
- <td class="left_align"><div class="percent_graph_legend"><tt class=''>97.32%</tt></div>
67
+ <tr class="all_files all_coverage 90 100 lib even">
68
+ <td class="left_align"><a href="lib-client_rb.html">lib/client.rb</a></td>
69
+ <td class='right_align'><tt>79</tt></td>
70
+ <td class='right_align'><tt>65</tt></td>
71
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>88.61%</tt></div>
72
72
  <div class="percent_graph">
73
- <div class="covered" style="width:97px"></div>
74
- <div class="uncovered" style="width:3px"></div>
73
+ <div class="covered" style="width:89px"></div>
74
+ <div class="uncovered" style="width:11px"></div>
75
75
  </div></td>
76
- <td class="left_align"><div class="percent_graph_legend"><tt class=''>96.10%</tt></div>
76
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>87.69%</tt></div>
77
77
  <div class="percent_graph">
78
- <div class="covered" style="width:96px"></div>
79
- <div class="uncovered" style="width:4px"></div>
78
+ <div class="covered" style="width:88px"></div>
79
+ <div class="uncovered" style="width:12px"></div>
80
80
  </div></td>
81
81
  </tr>
82
82
 
83
83
  <tr class="all_files all_coverage 110 lib odd">
84
- <td class="left_align"><a href="lib-story_generator_rb.html">lib/story_generator.rb</a></td>
85
- <td class='right_align'><tt>136</tt></td>
86
- <td class='right_align'><tt>113</tt></td>
84
+ <td class="left_align"><a href="lib-faker_extras_rb.html">lib/faker_extras.rb</a></td>
85
+ <td class='right_align'><tt>24</tt></td>
86
+ <td class='right_align'><tt>23</tt></td>
87
87
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
88
88
  <div class="percent_graph">
89
89
  <div class="covered" style="width:100px"></div>
@@ -96,10 +96,10 @@
96
96
  </div></td>
97
97
  </tr>
98
98
 
99
- <tr class="all_files all_coverage 110 app models even">
100
- <td class="left_align"><a href="app-models-participation_rb.html">app/models/participation.rb</a></td>
101
- <td class='right_align'><tt>7</tt></td>
102
- <td class='right_align'><tt>4</tt></td>
99
+ <tr class="all_files all_coverage 110 app helpers even">
100
+ <td class="left_align"><a href="app-helpers-application_helper_rb.html">app/helpers/application_helper.rb</a></td>
101
+ <td class='right_align'><tt>14</tt></td>
102
+ <td class='right_align'><tt>8</tt></td>
103
103
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
104
104
  <div class="percent_graph">
105
105
  <div class="covered" style="width:100px"></div>
@@ -112,10 +112,10 @@
112
112
  </div></td>
113
113
  </tr>
114
114
 
115
- <tr class="all_files all_coverage 110 app helpers odd">
116
- <td class="left_align"><a href="app-helpers-application_helper_rb.html">app/helpers/application_helper.rb</a></td>
117
- <td class='right_align'><tt>11</tt></td>
118
- <td class='right_align'><tt>8</tt></td>
115
+ <tr class="all_files all_coverage 110 lib odd">
116
+ <td class="left_align"><a href="lib-story_generator_rb.html">lib/story_generator.rb</a></td>
117
+ <td class='right_align'><tt>135</tt></td>
118
+ <td class='right_align'><tt>112</tt></td>
119
119
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
120
120
  <div class="percent_graph">
121
121
  <div class="covered" style="width:100px"></div>
@@ -162,8 +162,8 @@
162
162
 
163
163
  <tr class="all_files all_coverage 110 app controllers even">
164
164
  <td class="left_align"><a href="app-controllers-outcomes_controller_rb.html">app/controllers/outcomes_controller.rb</a></td>
165
- <td class='right_align'><tt>100</tt></td>
166
- <td class='right_align'><tt>71</tt></td>
165
+ <td class='right_align'><tt>102</tt></td>
166
+ <td class='right_align'><tt>74</tt></td>
167
167
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
168
168
  <div class="percent_graph">
169
169
  <div class="covered" style="width:100px"></div>
@@ -194,8 +194,8 @@
194
194
 
195
195
  <tr class="all_files all_coverage 110 app controllers even">
196
196
  <td class="left_align"><a href="app-controllers-scenarios_controller_rb.html">app/controllers/scenarios_controller.rb</a></td>
197
- <td class='right_align'><tt>101</tt></td>
198
- <td class='right_align'><tt>72</tt></td>
197
+ <td class='right_align'><tt>104</tt></td>
198
+ <td class='right_align'><tt>76</tt></td>
199
199
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
200
200
  <div class="percent_graph">
201
201
  <div class="covered" style="width:100px"></div>
@@ -208,7 +208,23 @@
208
208
  </div></td>
209
209
  </tr>
210
210
 
211
- <tr class="all_files all_coverage 110 app models odd">
211
+ <tr class="all_files all_coverage 110 app controllers odd">
212
+ <td class="left_align"><a href="app-controllers-iterations_controller_rb.html">app/controllers/iterations_controller.rb</a></td>
213
+ <td class='right_align'><tt>106</tt></td>
214
+ <td class='right_align'><tt>73</tt></td>
215
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
216
+ <div class="percent_graph">
217
+ <div class="covered" style="width:100px"></div>
218
+ <div class="uncovered" style="width:0px"></div>
219
+ </div></td>
220
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
221
+ <div class="percent_graph">
222
+ <div class="covered" style="width:100px"></div>
223
+ <div class="uncovered" style="width:0px"></div>
224
+ </div></td>
225
+ </tr>
226
+
227
+ <tr class="all_files all_coverage 110 app models even">
212
228
  <td class="left_align"><a href="app-models-release_rb.html">app/models/release.rb</a></td>
213
229
  <td class='right_align'><tt>7</tt></td>
214
230
  <td class='right_align'><tt>4</tt></td>
@@ -224,6 +240,22 @@
224
240
  </div></td>
225
241
  </tr>
226
242
 
243
+ <tr class="all_files all_coverage 110 app controllers odd">
244
+ <td class="left_align"><a href="app-controllers-releases_controller_rb.html">app/controllers/releases_controller.rb</a></td>
245
+ <td class='right_align'><tt>93</tt></td>
246
+ <td class='right_align'><tt>63</tt></td>
247
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
248
+ <div class="percent_graph">
249
+ <div class="covered" style="width:100px"></div>
250
+ <div class="uncovered" style="width:0px"></div>
251
+ </div></td>
252
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
253
+ <div class="percent_graph">
254
+ <div class="covered" style="width:100px"></div>
255
+ <div class="uncovered" style="width:0px"></div>
256
+ </div></td>
257
+ </tr>
258
+
227
259
  <tr class="all_files all_coverage 110 app helpers even">
228
260
  <td class="left_align"><a href="app-helpers-stories_helper_rb.html">app/helpers/stories_helper.rb</a></td>
229
261
  <td class='right_align'><tt>2</tt></td>
@@ -256,10 +288,10 @@
256
288
  </div></td>
257
289
  </tr>
258
290
 
259
- <tr class="all_files all_coverage 110 app controllers even">
260
- <td class="left_align"><a href="app-controllers-releases_controller_rb.html">app/controllers/releases_controller.rb</a></td>
261
- <td class='right_align'><tt>91</tt></td>
262
- <td class='right_align'><tt>62</tt></td>
291
+ <tr class="all_files all_coverage 110 app models even">
292
+ <td class="left_align"><a href="app-models-precondition_rb.html">app/models/precondition.rb</a></td>
293
+ <td class='right_align'><tt>16</tt></td>
294
+ <td class='right_align'><tt>7</tt></td>
263
295
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
264
296
  <div class="percent_graph">
265
297
  <div class="covered" style="width:100px"></div>
@@ -273,9 +305,9 @@
273
305
  </tr>
274
306
 
275
307
  <tr class="all_files all_coverage 110 app models odd">
276
- <td class="left_align"><a href="app-models-user_rb.html">app/models/user.rb</a></td>
277
- <td class='right_align'><tt>56</tt></td>
278
- <td class='right_align'><tt>32</tt></td>
308
+ <td class="left_align"><a href="app-models-participation_rb.html">app/models/participation.rb</a></td>
309
+ <td class='right_align'><tt>7</tt></td>
310
+ <td class='right_align'><tt>4</tt></td>
279
311
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
280
312
  <div class="percent_graph">
281
313
  <div class="covered" style="width:100px"></div>
@@ -288,10 +320,10 @@
288
320
  </div></td>
289
321
  </tr>
290
322
 
291
- <tr class="all_files all_coverage 110 app controllers even">
292
- <td class="left_align"><a href="app-controllers-iterations_controller_rb.html">app/controllers/iterations_controller.rb</a></td>
293
- <td class='right_align'><tt>105</tt></td>
294
- <td class='right_align'><tt>72</tt></td>
323
+ <tr class="all_files all_coverage 110 app models even">
324
+ <td class="left_align"><a href="app-models-user_rb.html">app/models/user.rb</a></td>
325
+ <td class='right_align'><tt>56</tt></td>
326
+ <td class='right_align'><tt>32</tt></td>
295
327
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
296
328
  <div class="percent_graph">
297
329
  <div class="covered" style="width:100px"></div>
@@ -304,10 +336,10 @@
304
336
  </div></td>
305
337
  </tr>
306
338
 
307
- <tr class="all_files all_coverage 110 lib odd">
308
- <td class="left_align"><a href="lib-faker_extras_rb.html">lib/faker_extras.rb</a></td>
309
- <td class='right_align'><tt>24</tt></td>
310
- <td class='right_align'><tt>23</tt></td>
339
+ <tr class="all_files all_coverage 110 app models odd">
340
+ <td class="left_align"><a href="app-models-story_rb.html">app/models/story.rb</a></td>
341
+ <td class='right_align'><tt>33</tt></td>
342
+ <td class='right_align'><tt>18</tt></td>
311
343
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
312
344
  <div class="percent_graph">
313
345
  <div class="covered" style="width:100px"></div>
@@ -320,10 +352,10 @@
320
352
  </div></td>
321
353
  </tr>
322
354
 
323
- <tr class="all_files all_coverage 110 app models even">
324
- <td class="left_align"><a href="app-models-story_rb.html">app/models/story.rb</a></td>
325
- <td class='right_align'><tt>21</tt></td>
326
- <td class='right_align'><tt>10</tt></td>
355
+ <tr class="all_files all_coverage 110 app controllers even">
356
+ <td class="left_align"><a href="app-controllers-preconditions_controller_rb.html">app/controllers/preconditions_controller.rb</a></td>
357
+ <td class='right_align'><tt>106</tt></td>
358
+ <td class='right_align'><tt>76</tt></td>
327
359
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
328
360
  <div class="percent_graph">
329
361
  <div class="covered" style="width:100px"></div>
@@ -337,8 +369,8 @@
337
369
  </tr>
338
370
 
339
371
  <tr class="all_files all_coverage 110 app models odd">
340
- <td class="left_align"><a href="app-models-precondition_rb.html">app/models/precondition.rb</a></td>
341
- <td class='right_align'><tt>15</tt></td>
372
+ <td class="left_align"><a href="app-models-outcome_rb.html">app/models/outcome.rb</a></td>
373
+ <td class='right_align'><tt>16</tt></td>
342
374
  <td class='right_align'><tt>7</tt></td>
343
375
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
344
376
  <div class="percent_graph">
@@ -353,8 +385,8 @@
353
385
  </tr>
354
386
 
355
387
  <tr class="all_files all_coverage 110 app models even">
356
- <td class="left_align"><a href="app-models-outcome_rb.html">app/models/outcome.rb</a></td>
357
- <td class='right_align'><tt>16</tt></td>
388
+ <td class="left_align"><a href="app-models-iteration_rb.html">app/models/iteration.rb</a></td>
389
+ <td class='right_align'><tt>15</tt></td>
358
390
  <td class='right_align'><tt>7</tt></td>
359
391
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
360
392
  <div class="percent_graph">
@@ -370,8 +402,8 @@
370
402
 
371
403
  <tr class="all_files all_coverage 110 app controllers odd">
372
404
  <td class="left_align"><a href="app-controllers-sessions_controller_rb.html">app/controllers/sessions_controller.rb</a></td>
373
- <td class='right_align'><tt>41</tt></td>
374
- <td class='right_align'><tt>30</tt></td>
405
+ <td class='right_align'><tt>44</tt></td>
406
+ <td class='right_align'><tt>31</tt></td>
375
407
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
376
408
  <div class="percent_graph">
377
409
  <div class="covered" style="width:100px"></div>
@@ -400,10 +432,10 @@
400
432
  </div></td>
401
433
  </tr>
402
434
 
403
- <tr class="all_files all_coverage 110 app models odd">
404
- <td class="left_align"><a href="app-models-iteration_rb.html">app/models/iteration.rb</a></td>
405
- <td class='right_align'><tt>15</tt></td>
406
- <td class='right_align'><tt>7</tt></td>
435
+ <tr class="all_files all_coverage 110 app helpers odd">
436
+ <td class="left_align"><a href="app-helpers-user_roles_helper_rb.html">app/helpers/user_roles_helper.rb</a></td>
437
+ <td class='right_align'><tt>2</tt></td>
438
+ <td class='right_align'><tt>2</tt></td>
407
439
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
408
440
  <div class="percent_graph">
409
441
  <div class="covered" style="width:100px"></div>
@@ -417,9 +449,9 @@
417
449
  </tr>
418
450
 
419
451
  <tr class="all_files all_coverage 110 app controllers even">
420
- <td class="left_align"><a href="app-controllers-user_roles_controller_rb.html">app/controllers/user_roles_controller.rb</a></td>
421
- <td class='right_align'><tt>85</tt></td>
422
- <td class='right_align'><tt>60</tt></td>
452
+ <td class="left_align"><a href="app-controllers-stories_controller_rb.html">app/controllers/stories_controller.rb</a></td>
453
+ <td class='right_align'><tt>122</tt></td>
454
+ <td class='right_align'><tt>89</tt></td>
423
455
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
424
456
  <div class="percent_graph">
425
457
  <div class="covered" style="width:100px"></div>
@@ -434,8 +466,8 @@
434
466
 
435
467
  <tr class="all_files all_coverage 110 app controllers odd">
436
468
  <td class="left_align"><a href="app-controllers-users_controller_rb.html">app/controllers/users_controller.rb</a></td>
437
- <td class='right_align'><tt>26</tt></td>
438
- <td class='right_align'><tt>18</tt></td>
469
+ <td class='right_align'><tt>28</tt></td>
470
+ <td class='right_align'><tt>19</tt></td>
439
471
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
440
472
  <div class="percent_graph">
441
473
  <div class="covered" style="width:100px"></div>
@@ -449,9 +481,9 @@
449
481
  </tr>
450
482
 
451
483
  <tr class="all_files all_coverage 110 app controllers even">
452
- <td class="left_align"><a href="app-controllers-stories_controller_rb.html">app/controllers/stories_controller.rb</a></td>
453
- <td class='right_align'><tt>109</tt></td>
454
- <td class='right_align'><tt>76</tt></td>
484
+ <td class="left_align"><a href="app-controllers-user_roles_controller_rb.html">app/controllers/user_roles_controller.rb</a></td>
485
+ <td class='right_align'><tt>91</tt></td>
486
+ <td class='right_align'><tt>62</tt></td>
455
487
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
456
488
  <div class="percent_graph">
457
489
  <div class="covered" style="width:100px"></div>
@@ -465,7 +497,7 @@
465
497
  </tr>
466
498
 
467
499
  <tr class="all_files all_coverage 110 app helpers odd">
468
- <td class="left_align"><a href="app-helpers-user_roles_helper_rb.html">app/helpers/user_roles_helper.rb</a></td>
500
+ <td class="left_align"><a href="app-helpers-sessions_helper_rb.html">app/helpers/sessions_helper.rb</a></td>
469
501
  <td class='right_align'><tt>2</tt></td>
470
502
  <td class='right_align'><tt>2</tt></td>
471
503
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
@@ -481,7 +513,7 @@
481
513
  </tr>
482
514
 
483
515
  <tr class="all_files all_coverage 110 app helpers even">
484
- <td class="left_align"><a href="app-helpers-sessions_helper_rb.html">app/helpers/sessions_helper.rb</a></td>
516
+ <td class="left_align"><a href="app-helpers-iterations_helper_rb.html">app/helpers/iterations_helper.rb</a></td>
485
517
  <td class='right_align'><tt>2</tt></td>
486
518
  <td class='right_align'><tt>2</tt></td>
487
519
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
@@ -512,27 +544,11 @@
512
544
  </div></td>
513
545
  </tr>
514
546
 
515
- <tr class="all_files all_coverage 110 app helpers even">
516
- <td class="left_align"><a href="app-helpers-iterations_helper_rb.html">app/helpers/iterations_helper.rb</a></td>
517
- <td class='right_align'><tt>2</tt></td>
518
- <td class='right_align'><tt>2</tt></td>
519
- <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
520
- <div class="percent_graph">
521
- <div class="covered" style="width:100px"></div>
522
- <div class="uncovered" style="width:0px"></div>
523
- </div></td>
524
- <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
525
- <div class="percent_graph">
526
- <div class="covered" style="width:100px"></div>
527
- <div class="uncovered" style="width:0px"></div>
528
- </div></td>
529
- </tr>
530
-
531
547
  </tbody>
532
548
  </table>
533
549
  </div>
534
550
 
535
- <p>Generated on Thu Dec 03 16:49:24 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.6</a></p>
551
+ <p>Generated on Wed Dec 09 15:45:09 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.2.1</a></p>
536
552
 
537
553
  <script type="text/javascript">
538
554
  $(document).ready(function(){$("#report_table").tablesorter({widgets: ['zebra'], textExtraction: 'complex'});});