branston 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. data/README.rdoc +44 -16
  2. data/bin/branston +15 -0
  3. data/lib/branston/app/controllers/application_controller.rb +17 -2
  4. data/lib/branston/app/controllers/iterations_controller.rb +15 -0
  5. data/lib/branston/app/controllers/outcomes_controller.rb +14 -0
  6. data/lib/branston/app/controllers/preconditions_controller.rb +14 -0
  7. data/lib/branston/app/controllers/releases_controller.rb +14 -0
  8. data/lib/branston/app/controllers/scenarios_controller.rb +14 -0
  9. data/lib/branston/app/controllers/sessions_controller.rb +14 -0
  10. data/lib/branston/app/controllers/stories_controller.rb +15 -44
  11. data/lib/branston/app/controllers/user_roles_controller.rb +14 -0
  12. data/lib/branston/app/controllers/users_controller.rb +14 -0
  13. data/lib/branston/app/models/iteration.rb +16 -0
  14. data/lib/branston/app/models/outcome.rb +14 -0
  15. data/lib/branston/app/models/participation.rb +14 -0
  16. data/lib/branston/app/models/precondition.rb +14 -0
  17. data/lib/branston/app/models/release.rb +18 -3
  18. data/lib/branston/app/models/scenario.rb +14 -0
  19. data/lib/branston/app/models/story.rb +24 -10
  20. data/lib/branston/app/models/user.rb +18 -3
  21. data/lib/branston/app/models/user_role.rb +14 -0
  22. data/lib/branston/app/views/layouts/_footer.html.erb +3 -2
  23. data/lib/branston/coverage/app-controllers-application_controller_rb.html +105 -15
  24. data/lib/branston/coverage/app-controllers-iterations_controller_rb.html +216 -108
  25. data/lib/branston/coverage/app-controllers-outcomes_controller_rb.html +200 -104
  26. data/lib/branston/coverage/app-controllers-preconditions_controller_rb.html +202 -154
  27. data/lib/branston/coverage/app-controllers-releases_controller_rb.html +190 -94
  28. data/lib/branston/coverage/app-controllers-scenarios_controller_rb.html +213 -105
  29. data/lib/branston/coverage/app-controllers-sessions_controller_rb.html +146 -44
  30. data/lib/branston/coverage/app-controllers-stories_controller_rb.html +328 -112
  31. data/lib/branston/coverage/app-controllers-user_roles_controller_rb.html +208 -88
  32. data/lib/branston/coverage/app-controllers-users_controller_rb.html +125 -29
  33. data/lib/branston/coverage/app-helpers-application_helper_rb.html +25 -7
  34. data/lib/branston/coverage/app-helpers-iterations_helper_rb.html +238 -10
  35. data/lib/branston/coverage/app-helpers-outcomes_helper_rb.html +1 -1
  36. data/lib/branston/coverage/app-helpers-preconditions_helper_rb.html +1 -1
  37. data/lib/branston/coverage/app-helpers-releases_helper_rb.html +1 -1
  38. data/lib/branston/coverage/app-helpers-sessions_helper_rb.html +1 -1
  39. data/lib/branston/coverage/app-helpers-stories_helper_rb.html +1 -1
  40. data/lib/branston/coverage/app-helpers-user_roles_helper_rb.html +1 -1
  41. data/lib/branston/coverage/app-models-iteration_rb.html +192 -24
  42. data/lib/branston/coverage/app-models-outcome_rb.html +102 -18
  43. data/lib/branston/coverage/app-models-participation_rb.html +93 -9
  44. data/lib/branston/coverage/app-models-precondition_rb.html +107 -17
  45. data/lib/branston/coverage/app-models-release_rb.html +99 -9
  46. data/lib/branston/coverage/app-models-scenario_rb.html +100 -16
  47. data/lib/branston/coverage/app-models-story_rb.html +354 -24
  48. data/lib/branston/coverage/app-models-user_rb.html +173 -59
  49. data/lib/branston/coverage/app-models-user_role_rb.html +93 -9
  50. data/lib/branston/coverage/index.html +132 -116
  51. data/lib/branston/coverage/lib-client_rb.html +537 -0
  52. data/lib/branston/coverage/lib-faker_extras_rb.html +1 -1
  53. data/lib/branston/coverage/lib-story_generator_rb.html +43 -49
  54. data/lib/branston/db/development.sqlite3 +0 -0
  55. data/lib/branston/db/test.sqlite3 +0 -0
  56. data/lib/branston/log/development.log +1516 -0
  57. data/lib/branston/log/test.log +10156 -0
  58. data/lib/branston/public/images/agplv3.png +0 -0
  59. data/lib/branston/test/functional/stories_controller_test.rb +33 -32
  60. metadata +5 -5
  61. data/LICENSE +0 -20
@@ -28,7 +28,7 @@
28
28
  <tbody>
29
29
  <tr>
30
30
  <td class="left_align"><a href="app-models-user_role_rb.html">app/models/user_role.rb</a></td>
31
- <td class='right_align'><tt>7</tt></td>
31
+ <td class='right_align'><tt>21</tt></td>
32
32
  <td class='right_align'><tt>4</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">
@@ -56,50 +56,134 @@
56
56
 
57
57
 
58
58
 
59
+ <tr class="inferred">
60
+ <td><pre><a name="line1">1</a> # This file is part of Branston.</pre></td>
61
+ </tr>
62
+
63
+
64
+
65
+ <tr class="inferred">
66
+ <td><pre><a name="line2">2</a> #</pre></td>
67
+ </tr>
68
+
69
+
70
+
71
+ <tr class="inferred">
72
+ <td><pre><a name="line3">3</a> # Branston is free software: you can redistribute it and/or modify</pre></td>
73
+ </tr>
74
+
75
+
76
+
77
+ <tr class="inferred">
78
+ <td><pre><a name="line4">4</a> # it under the terms of the GNU Affero General Public License as published by</pre></td>
79
+ </tr>
80
+
81
+
82
+
83
+ <tr class="inferred">
84
+ <td><pre><a name="line5">5</a> # the Free Software Foundation.</pre></td>
85
+ </tr>
86
+
87
+
88
+
89
+ <tr class="inferred">
90
+ <td><pre><a name="line6">6</a> #</pre></td>
91
+ </tr>
92
+
93
+
94
+
95
+ <tr class="inferred">
96
+ <td><pre><a name="line7">7</a> # Branston is distributed in the hope that it will be useful,</pre></td>
97
+ </tr>
98
+
99
+
100
+
101
+ <tr class="inferred">
102
+ <td><pre><a name="line8">8</a> # but WITHOUT ANY WARRANTY; without even the implied warranty of</pre></td>
103
+ </tr>
104
+
105
+
106
+
107
+ <tr class="inferred">
108
+ <td><pre><a name="line9">9</a> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</pre></td>
109
+ </tr>
110
+
111
+
112
+
113
+ <tr class="inferred">
114
+ <td><pre><a name="line10">10</a> # GNU Affero General Public License for more details.</pre></td>
115
+ </tr>
116
+
117
+
118
+
119
+ <tr class="inferred">
120
+ <td><pre><a name="line11">11</a> #</pre></td>
121
+ </tr>
122
+
123
+
124
+
125
+ <tr class="inferred">
126
+ <td><pre><a name="line12">12</a> # You should have received a copy of the GNU Affero General Public License</pre></td>
127
+ </tr>
128
+
129
+
130
+
131
+ <tr class="inferred">
132
+ <td><pre><a name="line13">13</a> # along with Branston. If not, see &lt;http://www.gnu.org/licenses/&gt;.</pre></td>
133
+ </tr>
134
+
135
+
136
+
137
+ <tr class="inferred">
138
+ <td><pre><a name="line14">14</a> </pre></td>
139
+ </tr>
140
+
141
+
142
+
59
143
  <tr class="marked">
60
- <td><pre><a name="line1">1</a> class UserRole &lt; ActiveRecord::Base</pre></td>
144
+ <td><pre><a name="line15">15</a> class UserRole &lt; ActiveRecord::Base</pre></td>
61
145
  </tr>
62
146
 
63
147
 
64
148
 
65
149
  <tr class="inferred">
66
- <td><pre><a name="line2">2</a> </pre></td>
150
+ <td><pre><a name="line16">16</a> </pre></td>
67
151
  </tr>
68
152
 
69
153
 
70
154
 
71
155
  <tr class="marked">
72
- <td><pre><a name="line3">3</a> validates_presence_of :name</pre></td>
156
+ <td><pre><a name="line17">17</a> validates_presence_of :name</pre></td>
73
157
  </tr>
74
158
 
75
159
 
76
160
 
77
161
  <tr class="marked">
78
- <td><pre><a name="line4">4</a> belongs_to :story</pre></td>
162
+ <td><pre><a name="line18">18</a> belongs_to :story</pre></td>
79
163
  </tr>
80
164
 
81
165
 
82
166
 
83
167
  <tr class="inferred">
84
- <td><pre><a name="line5">5</a> </pre></td>
168
+ <td><pre><a name="line19">19</a> </pre></td>
85
169
  </tr>
86
170
 
87
171
 
88
172
 
89
173
  <tr class="inferred">
90
- <td><pre><a name="line6">6</a> end</pre></td>
174
+ <td><pre><a name="line20">20</a> end</pre></td>
91
175
  </tr>
92
176
 
93
177
 
94
178
 
95
179
  <tr class="inferred">
96
- <td><pre><a name="line7">7</a> </pre></td>
180
+ <td><pre><a name="line21">21</a> </pre></td>
97
181
  </tr>
98
182
 
99
183
  </tbody>
100
184
  </table>
101
185
 
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>
186
+ <p>Generated on Thu Jan 07 15:27:03 +0000 2010 with <a href="http://github.com/relevance/rcov">rcov 0.9.6</a></p>
103
187
 
104
188
  </body>
105
189
  </html>
@@ -48,58 +48,74 @@
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>1613</tt></td>
52
+ <td class='right_align'><tt>946</tt></td>
53
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>98.70%</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'>97.89%</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:98px"></div>
61
+ <div class="uncovered" style="width:2px"></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 80 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=''>81.01%</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:81px"></div>
74
+ <div class="uncovered" style="width:19px"></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=''>78.46%</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:78px"></div>
79
+ <div class="uncovered" style="width:22px"></div>
80
80
  </div></td>
81
81
  </tr>
82
82
 
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>
87
- <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
83
+ <tr class="all_files all_coverage 90 100 app models odd">
84
+ <td class="left_align"><a href="app-models-iteration_rb.html">app/models/iteration.rb</a></td>
85
+ <td class='right_align'><tt>43</tt></td>
86
+ <td class='right_align'><tt>18</tt></td>
87
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>93.02%</tt></div>
88
88
  <div class="percent_graph">
89
- <div class="covered" style="width:100px"></div>
90
- <div class="uncovered" style="width:0px"></div>
89
+ <div class="covered" style="width:93px"></div>
90
+ <div class="uncovered" style="width:7px"></div>
91
91
  </div></td>
92
- <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
92
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>83.33%</tt></div>
93
93
  <div class="percent_graph">
94
- <div class="covered" style="width:100px"></div>
95
- <div class="uncovered" style="width:0px"></div>
94
+ <div class="covered" style="width:83px"></div>
95
+ <div class="uncovered" style="width:17px"></div>
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 90 100 app helpers even">
100
+ <td class="left_align"><a href="app-helpers-iterations_helper_rb.html">app/helpers/iterations_helper.rb</a></td>
101
+ <td class='right_align'><tt>40</tt></td>
102
+ <td class='right_align'><tt>26</tt></td>
103
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>92.50%</tt></div>
104
+ <div class="percent_graph">
105
+ <div class="covered" style="width:93px"></div>
106
+ <div class="uncovered" style="width:7px"></div>
107
+ </div></td>
108
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>88.46%</tt></div>
109
+ <div class="percent_graph">
110
+ <div class="covered" style="width:88px"></div>
111
+ <div class="uncovered" style="width:12px"></div>
112
+ </div></td>
113
+ </tr>
114
+
115
+ <tr class="all_files all_coverage 110 app models odd">
116
+ <td class="left_align"><a href="app-models-story_rb.html">app/models/story.rb</a></td>
117
+ <td class='right_align'><tt>76</tt></td>
118
+ <td class='right_align'><tt>36</tt></td>
103
119
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
104
120
  <div class="percent_graph">
105
121
  <div class="covered" style="width:100px"></div>
@@ -112,10 +128,10 @@
112
128
  </div></td>
113
129
  </tr>
114
130
 
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>
131
+ <tr class="all_files all_coverage 110 app controllers even">
132
+ <td class="left_align"><a href="app-controllers-outcomes_controller_rb.html">app/controllers/outcomes_controller.rb</a></td>
133
+ <td class='right_align'><tt>116</tt></td>
134
+ <td class='right_align'><tt>74</tt></td>
119
135
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
120
136
  <div class="percent_graph">
121
137
  <div class="covered" style="width:100px"></div>
@@ -128,8 +144,8 @@
128
144
  </div></td>
129
145
  </tr>
130
146
 
131
- <tr class="all_files all_coverage 110 app helpers even">
132
- <td class="left_align"><a href="app-helpers-outcomes_helper_rb.html">app/helpers/outcomes_helper.rb</a></td>
147
+ <tr class="all_files all_coverage 110 app helpers odd">
148
+ <td class="left_align"><a href="app-helpers-releases_helper_rb.html">app/helpers/releases_helper.rb</a></td>
133
149
  <td class='right_align'><tt>2</tt></td>
134
150
  <td class='right_align'><tt>2</tt></td>
135
151
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
@@ -144,8 +160,8 @@
144
160
  </div></td>
145
161
  </tr>
146
162
 
147
- <tr class="all_files all_coverage 110 app helpers odd">
148
- <td class="left_align"><a href="app-helpers-releases_helper_rb.html">app/helpers/releases_helper.rb</a></td>
163
+ <tr class="all_files all_coverage 110 app helpers even">
164
+ <td class="left_align"><a href="app-helpers-outcomes_helper_rb.html">app/helpers/outcomes_helper.rb</a></td>
149
165
  <td class='right_align'><tt>2</tt></td>
150
166
  <td class='right_align'><tt>2</tt></td>
151
167
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
@@ -160,10 +176,10 @@
160
176
  </div></td>
161
177
  </tr>
162
178
 
163
- <tr class="all_files all_coverage 110 app controllers even">
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>
179
+ <tr class="all_files all_coverage 110 app controllers odd">
180
+ <td class="left_align"><a href="app-controllers-scenarios_controller_rb.html">app/controllers/scenarios_controller.rb</a></td>
181
+ <td class='right_align'><tt>119</tt></td>
182
+ <td class='right_align'><tt>77</tt></td>
167
183
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
168
184
  <div class="percent_graph">
169
185
  <div class="covered" style="width:100px"></div>
@@ -176,9 +192,9 @@
176
192
  </div></td>
177
193
  </tr>
178
194
 
179
- <tr class="all_files all_coverage 110 app models odd">
195
+ <tr class="all_files all_coverage 110 app models even">
180
196
  <td class="left_align"><a href="app-models-user_role_rb.html">app/models/user_role.rb</a></td>
181
- <td class='right_align'><tt>7</tt></td>
197
+ <td class='right_align'><tt>21</tt></td>
182
198
  <td class='right_align'><tt>4</tt></td>
183
199
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
184
200
  <div class="percent_graph">
@@ -192,10 +208,10 @@
192
208
  </div></td>
193
209
  </tr>
194
210
 
195
- <tr class="all_files all_coverage 110 app controllers even">
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>
211
+ <tr class="all_files all_coverage 110 app helpers odd">
212
+ <td class="left_align"><a href="app-helpers-application_helper_rb.html">app/helpers/application_helper.rb</a></td>
213
+ <td class='right_align'><tt>14</tt></td>
214
+ <td class='right_align'><tt>8</tt></td>
199
215
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
200
216
  <div class="percent_graph">
201
217
  <div class="covered" style="width:100px"></div>
@@ -208,9 +224,9 @@
208
224
  </div></td>
209
225
  </tr>
210
226
 
211
- <tr class="all_files all_coverage 110 app models odd">
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
- <td class='right_align'><tt>7</tt></td>
229
+ <td class='right_align'><tt>22</tt></td>
214
230
  <td class='right_align'><tt>4</tt></td>
215
231
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
216
232
  <div class="percent_graph">
@@ -224,10 +240,10 @@
224
240
  </div></td>
225
241
  </tr>
226
242
 
227
- <tr class="all_files all_coverage 110 app helpers even">
228
- <td class="left_align"><a href="app-helpers-stories_helper_rb.html">app/helpers/stories_helper.rb</a></td>
229
- <td class='right_align'><tt>2</tt></td>
230
- <td class='right_align'><tt>2</tt></td>
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>107</tt></td>
246
+ <td class='right_align'><tt>63</tt></td>
231
247
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
232
248
  <div class="percent_graph">
233
249
  <div class="covered" style="width:100px"></div>
@@ -240,9 +256,9 @@
240
256
  </div></td>
241
257
  </tr>
242
258
 
243
- <tr class="all_files all_coverage 110 app models odd">
259
+ <tr class="all_files all_coverage 110 app models even">
244
260
  <td class="left_align"><a href="app-models-scenario_rb.html">app/models/scenario.rb</a></td>
245
- <td class='right_align'><tt>14</tt></td>
261
+ <td class='right_align'><tt>28</tt></td>
246
262
  <td class='right_align'><tt>6</tt></td>
247
263
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
248
264
  <div class="percent_graph">
@@ -256,10 +272,10 @@
256
272
  </div></td>
257
273
  </tr>
258
274
 
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>
275
+ <tr class="all_files all_coverage 110 app helpers odd">
276
+ <td class="left_align"><a href="app-helpers-stories_helper_rb.html">app/helpers/stories_helper.rb</a></td>
277
+ <td class='right_align'><tt>2</tt></td>
278
+ <td class='right_align'><tt>2</tt></td>
263
279
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
264
280
  <div class="percent_graph">
265
281
  <div class="covered" style="width:100px"></div>
@@ -272,10 +288,10 @@
272
288
  </div></td>
273
289
  </tr>
274
290
 
275
- <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>
291
+ <tr class="all_files all_coverage 110 app controllers even">
292
+ <td class="left_align"><a href="app-controllers-preconditions_controller_rb.html">app/controllers/preconditions_controller.rb</a></td>
293
+ <td class='right_align'><tt>120</tt></td>
294
+ <td class='right_align'><tt>76</tt></td>
279
295
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
280
296
  <div class="percent_graph">
281
297
  <div class="covered" style="width:100px"></div>
@@ -288,10 +304,10 @@
288
304
  </div></td>
289
305
  </tr>
290
306
 
291
- <tr class="all_files all_coverage 110 app controllers even">
307
+ <tr class="all_files all_coverage 110 app controllers odd">
292
308
  <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>
309
+ <td class='right_align'><tt>123</tt></td>
310
+ <td class='right_align'><tt>74</tt></td>
295
311
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
296
312
  <div class="percent_graph">
297
313
  <div class="covered" style="width:100px"></div>
@@ -304,10 +320,10 @@
304
320
  </div></td>
305
321
  </tr>
306
322
 
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>
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>75</tt></td>
326
+ <td class='right_align'><tt>35</tt></td>
311
327
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
312
328
  <div class="percent_graph">
313
329
  <div class="covered" style="width:100px"></div>
@@ -320,10 +336,10 @@
320
336
  </div></td>
321
337
  </tr>
322
338
 
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>
339
+ <tr class="all_files all_coverage 110 lib odd">
340
+ <td class="left_align"><a href="lib-faker_extras_rb.html">lib/faker_extras.rb</a></td>
341
+ <td class='right_align'><tt>24</tt></td>
342
+ <td class='right_align'><tt>23</tt></td>
327
343
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
328
344
  <div class="percent_graph">
329
345
  <div class="covered" style="width:100px"></div>
@@ -336,9 +352,9 @@
336
352
  </div></td>
337
353
  </tr>
338
354
 
339
- <tr class="all_files all_coverage 110 app models odd">
355
+ <tr class="all_files all_coverage 110 app models even">
340
356
  <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>
357
+ <td class='right_align'><tt>30</tt></td>
342
358
  <td class='right_align'><tt>7</tt></td>
343
359
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
344
360
  <div class="percent_graph">
@@ -352,9 +368,9 @@
352
368
  </div></td>
353
369
  </tr>
354
370
 
355
- <tr class="all_files all_coverage 110 app models even">
371
+ <tr class="all_files all_coverage 110 app models odd">
356
372
  <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>
373
+ <td class='right_align'><tt>30</tt></td>
358
374
  <td class='right_align'><tt>7</tt></td>
359
375
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
360
376
  <div class="percent_graph">
@@ -368,10 +384,10 @@
368
384
  </div></td>
369
385
  </tr>
370
386
 
371
- <tr class="all_files all_coverage 110 app controllers odd">
372
- <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>
387
+ <tr class="all_files all_coverage 110 app controllers even">
388
+ <td class="left_align"><a href="app-controllers-application_controller_rb.html">app/controllers/application_controller.rb</a></td>
389
+ <td class='right_align'><tt>28</tt></td>
390
+ <td class='right_align'><tt>5</tt></td>
375
391
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
376
392
  <div class="percent_graph">
377
393
  <div class="covered" style="width:100px"></div>
@@ -384,10 +400,10 @@
384
400
  </div></td>
385
401
  </tr>
386
402
 
387
- <tr class="all_files all_coverage 110 app controllers even">
388
- <td class="left_align"><a href="app-controllers-application_controller_rb.html">app/controllers/application_controller.rb</a></td>
389
- <td class='right_align'><tt>13</tt></td>
390
- <td class='right_align'><tt>5</tt></td>
403
+ <tr class="all_files all_coverage 110 lib odd">
404
+ <td class="left_align"><a href="lib-story_generator_rb.html">lib/story_generator.rb</a></td>
405
+ <td class='right_align'><tt>135</tt></td>
406
+ <td class='right_align'><tt>112</tt></td>
391
407
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
392
408
  <div class="percent_graph">
393
409
  <div class="covered" style="width:100px"></div>
@@ -400,10 +416,10 @@
400
416
  </div></td>
401
417
  </tr>
402
418
 
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>
419
+ <tr class="all_files all_coverage 110 app controllers even">
420
+ <td class="left_align"><a href="app-controllers-sessions_controller_rb.html">app/controllers/sessions_controller.rb</a></td>
421
+ <td class='right_align'><tt>58</tt></td>
422
+ <td class='right_align'><tt>31</tt></td>
407
423
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
408
424
  <div class="percent_graph">
409
425
  <div class="covered" style="width:100px"></div>
@@ -416,10 +432,10 @@
416
432
  </div></td>
417
433
  </tr>
418
434
 
419
- <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>
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>
423
439
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
424
440
  <div class="percent_graph">
425
441
  <div class="covered" style="width:100px"></div>
@@ -432,10 +448,10 @@
432
448
  </div></td>
433
449
  </tr>
434
450
 
435
- <tr class="all_files all_coverage 110 app controllers odd">
451
+ <tr class="all_files all_coverage 110 app controllers even">
436
452
  <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>
453
+ <td class='right_align'><tt>42</tt></td>
454
+ <td class='right_align'><tt>19</tt></td>
439
455
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
440
456
  <div class="percent_graph">
441
457
  <div class="covered" style="width:100px"></div>
@@ -448,10 +464,10 @@
448
464
  </div></td>
449
465
  </tr>
450
466
 
451
- <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>
467
+ <tr class="all_files all_coverage 110 app controllers odd">
468
+ <td class="left_align"><a href="app-controllers-user_roles_controller_rb.html">app/controllers/user_roles_controller.rb</a></td>
469
+ <td class='right_align'><tt>105</tt></td>
470
+ <td class='right_align'><tt>62</tt></td>
455
471
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
456
472
  <div class="percent_graph">
457
473
  <div class="covered" style="width:100px"></div>
@@ -464,10 +480,10 @@
464
480
  </div></td>
465
481
  </tr>
466
482
 
467
- <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>
469
- <td class='right_align'><tt>2</tt></td>
470
- <td class='right_align'><tt>2</tt></td>
483
+ <tr class="all_files all_coverage 110 app controllers even">
484
+ <td class="left_align"><a href="app-controllers-stories_controller_rb.html">app/controllers/stories_controller.rb</a></td>
485
+ <td class='right_align'><tt>145</tt></td>
486
+ <td class='right_align'><tt>98</tt></td>
471
487
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
472
488
  <div class="percent_graph">
473
489
  <div class="covered" style="width:100px"></div>
@@ -480,7 +496,7 @@
480
496
  </div></td>
481
497
  </tr>
482
498
 
483
- <tr class="all_files all_coverage 110 app helpers even">
499
+ <tr class="all_files all_coverage 110 app helpers odd">
484
500
  <td class="left_align"><a href="app-helpers-sessions_helper_rb.html">app/helpers/sessions_helper.rb</a></td>
485
501
  <td class='right_align'><tt>2</tt></td>
486
502
  <td class='right_align'><tt>2</tt></td>
@@ -496,10 +512,10 @@
496
512
  </div></td>
497
513
  </tr>
498
514
 
499
- <tr class="all_files all_coverage 110 app helpers odd">
500
- <td class="left_align"><a href="app-helpers-preconditions_helper_rb.html">app/helpers/preconditions_helper.rb</a></td>
501
- <td class='right_align'><tt>2</tt></td>
502
- <td class='right_align'><tt>2</tt></td>
515
+ <tr class="all_files all_coverage 110 app models even">
516
+ <td class="left_align"><a href="app-models-participation_rb.html">app/models/participation.rb</a></td>
517
+ <td class='right_align'><tt>21</tt></td>
518
+ <td class='right_align'><tt>4</tt></td>
503
519
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
504
520
  <div class="percent_graph">
505
521
  <div class="covered" style="width:100px"></div>
@@ -512,8 +528,8 @@
512
528
  </div></td>
513
529
  </tr>
514
530
 
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>
531
+ <tr class="all_files all_coverage 110 app helpers odd">
532
+ <td class="left_align"><a href="app-helpers-preconditions_helper_rb.html">app/helpers/preconditions_helper.rb</a></td>
517
533
  <td class='right_align'><tt>2</tt></td>
518
534
  <td class='right_align'><tt>2</tt></td>
519
535
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
@@ -532,7 +548,7 @@
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 Thu Jan 07 15:27:03 +0000 2010 with <a href="http://github.com/relevance/rcov">rcov 0.9.6</a></p>
536
552
 
537
553
  <script type="text/javascript">
538
554
  $(document).ready(function(){$("#report_table").tablesorter({widgets: ['zebra'], textExtraction: 'complex'});});