Skip to content

Commit

Permalink
release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Aug 31, 2019
1 parent 176d963 commit 1a2122b
Show file tree
Hide file tree
Showing 135 changed files with 1,401 additions and 1,103 deletions.
12 changes: 6 additions & 6 deletions docs/coverage/DefaultEcs_AComponentSystem_2.htm
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ <h1><a href="index.htm">&lt;</a> Summary</h1>
<tr><th>Class:</th><td>DefaultEcs.System.AComponentSystem`2</td></tr>
<tr><th>Assembly:</th><td>DefaultEcs</td></tr>
<tr><th>File(s):</th><td><a href="#DProjectsDefaultEcssourceDefaultEcsSystemAComponentSystemcs" class="navigatetohash">D:\Projects\DefaultEcs\source\DefaultEcs\System\AComponentSystem.cs</a></td></tr>
<tr><th>Covered lines:</th><td>15</td></tr>
<tr><th>Uncovered lines:</th><td>1</td></tr>
<tr><th>Covered lines:</th><td>16</td></tr>
<tr><th>Uncovered lines:</th><td>0</td></tr>
<tr><th>Coverable lines:</th><td>16</td></tr>
<tr><th>Total lines:</th><td>98</td></tr>
<tr><th>Line coverage:</th><td>93.7% (15 of 16)</td></tr>
<tr><th>Line coverage:</th><td>100% (16 of 16)</td></tr>
<tr><th>Covered branches:</th><td>8</td></tr>
<tr><th>Total branches:</th><td>8</td></tr>
<tr><th>Branch coverage:</th><td>100% (8 of 8)</td></tr>
Expand All @@ -33,7 +33,7 @@ <h1>Metrics</h1>
<tbody>
<tr><td title="System.Void DefaultEcs.System.AComponentSystem`2::.ctor(DefaultEcs.World,DefaultEcs.System.SystemRunner`1&lt;TState&gt;)"><a href="#file0_line28" class="navigatetohash">.ctor(...)</a></td><td>2</td><td>0</td><td>100%</td><td>100%</td></tr>
<tr><td title="System.Void DefaultEcs.System.AComponentSystem`2::.ctor(DefaultEcs.World)"><a href="#file0_line39" class="navigatetohash">.ctor(...)</a></td><td>1</td><td>0</td><td>100%</td><td>100%</td></tr>
<tr><td title="System.Void DefaultEcs.System.AComponentSystem`2::Update(TState,TComponent&amp;)"><a href="#file0_line51" class="navigatetohash">Update(...)</a></td><td>1</td><td>0</td><td>0%</td><td>100%</td></tr>
<tr><td title="System.Void DefaultEcs.System.AComponentSystem`2::Update(TState,TComponent&amp;)"><a href="#file0_line51" class="navigatetohash">Update(...)</a></td><td>1</td><td>0</td><td>100%</td><td>100%</td></tr>
<tr><td title="System.Void DefaultEcs.System.AComponentSystem`2::Update(TState,System.Span`1&lt;TComponent&gt;)"><a href="#file0_line62" class="navigatetohash">Update(...)</a></td><td>2</td><td>0</td><td>100%</td><td>100%</td></tr>
<tr><td title="System.Void DefaultEcs.System.AComponentSystem`2::Update(System.Int32,System.Int32)"><a href="#file0_line84" class="navigatetohash">Update(...)</a></td><td>2</td><td>0</td><td>100%</td><td>100%</td></tr>
<tr><td title="System.Void DefaultEcs.System.AComponentSystem`2::Dispose()"><a href="#file0_line94" class="navigatetohash">Dispose()</a></td><td>1</td><td>0</td><td>100%</td><td>100%</td></tr>
Expand Down Expand Up @@ -94,7 +94,7 @@ <h2 id="DProjectsDefaultEcssourceDefaultEcsSystemAComponentSystemcs">D:\Projects
<tr class="" title="Not coverable" data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><a id="file0_line48"></a><code>48</code></td><td></td><td class="lightgray"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;/summary&gt;</code></td></tr>
<tr class="" title="Not coverable" data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><a id="file0_line49"></a><code>49</code></td><td></td><td class="lightgray"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;param&nbsp;name=&quot;state&quot;&gt;The&nbsp;state&nbsp;to&nbsp;use.&lt;/param&gt;</code></td></tr>
<tr class="" title="Not coverable" data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><a id="file0_line50"></a><code>50</code></td><td></td><td class="lightgray"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;param&nbsp;name=&quot;component&quot;&gt;The&nbsp;&lt;typeparamref&nbsp;name=&quot;TComponent&quot;/&gt;&nbsp;to&nbsp;update.&lt;/param&gt;</code></td></tr>
<tr class="coverableline" title="Not covered (0 visits)" data-coverage="{'AllTestMethods': {'VC': '0', 'LVS': 'red'}}"><td class="red">&nbsp;</td><td class="leftmargin rightmargin right">0</td><td class="rightmargin right"><a id="file0_line51"></a><code>51</code></td><td></td><td class="lightred"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;protected&nbsp;virtual&nbsp;void&nbsp;Update(TState&nbsp;state,&nbsp;ref&nbsp;TComponent&nbsp;component)&nbsp;{&nbsp;}</code></td></tr>
<tr class="coverableline" title="Covered (6 visits)" data-coverage="{'AllTestMethods': {'VC': '6', 'LVS': 'green'}}"><td class="green">&nbsp;</td><td class="leftmargin rightmargin right">6</td><td class="rightmargin right"><a id="file0_line51"></a><code>51</code></td><td></td><td class="lightgreen"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;protected&nbsp;virtual&nbsp;void&nbsp;Update(TState&nbsp;state,&nbsp;ref&nbsp;TComponent&nbsp;component)&nbsp;{&nbsp;}</code></td></tr>
<tr class="" title="Not coverable" data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><a id="file0_line52"></a><code>52</code></td><td></td><td class="lightgray"><code></code></td></tr>
<tr class="" title="Not coverable" data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><a id="file0_line53"></a><code>53</code></td><td></td><td class="lightgray"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;summary&gt;</code></td></tr>
<tr class="" title="Not coverable" data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><a id="file0_line54"></a><code>54</code></td><td></td><td class="lightgray"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;Update&nbsp;the&nbsp;given&nbsp;&lt;typeparamref&nbsp;name=&quot;TComponent&quot;/&gt;&nbsp;once.</code></td></tr>
Expand Down Expand Up @@ -144,7 +144,7 @@ <h2 id="DProjectsDefaultEcssourceDefaultEcsSystemAComponentSystemcs">D:\Projects
<tr class="" title="Not coverable" data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><a id="file0_line98"></a><code>98</code></td><td></td><td class="lightgray"><code>}</code></td></tr>
</tbody>
</table>
<div class="footer">Generated by: ReportGenerator 4.2.15.0<br />24/08/2019 - 09:57:17<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div>
<div class="footer">Generated by: ReportGenerator 4.2.15.0<br />31/08/2019 - 19:20:56<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div>
<div class="containerright">
<div class="containerrightfixed">
<h1>Methods/Properties</h1>
Expand Down
Loading

0 comments on commit 1a2122b

Please sign in to comment.