Skip to content

Commit

Permalink
Deploying to documentation from @ 9e90a54 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nguy8tri committed Feb 21, 2025
1 parent f2457af commit 0b1366a
Show file tree
Hide file tree
Showing 26 changed files with 338 additions and 327 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1>GCC Code Coverage Report</h1>
<span>src/</span>
</div>
<div>File: src/distance/distance.hpp</div>
<div>Date: 2025-02-04 06:04:00</div>
<div>Date: 2025-02-21 22:01:50</div>
</div>
<div class="col-sm-12 col-lg-3 float-left d-flex flex-column text-right flex-justify-end p-3">
<div class="d-flex">
Expand Down Expand Up @@ -63,10 +63,10 @@ <h1>GCC Code Coverage Report</h1>
<th>Call count</th>
<th>Block coverage</th>
</tr>
<tr><td><a href="#l18">found::DistanceDeterminationAlgorithm::DistanceDeterminationAlgorithm() (line 18)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="#l20">found::DistanceDeterminationAlgorithm::~DistanceDeterminationAlgorithm() (line 20)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="#l39">found::SphericalDistanceDeterminationAlgorithm::SphericalDistanceDeterminationAlgorithm(float, found::Camera&amp;) (line 39)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="#l40">found::SphericalDistanceDeterminationAlgorithm::~SphericalDistanceDeterminationAlgorithm() (line 40)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="#l18">found::DistanceDeterminationAlgorithm::DistanceDeterminationAlgorithm() (line 18)</a></td><td>called 2 times, returned 2 times</td><td>100.0%</td></tr>
<tr><td><a href="#l20">found::DistanceDeterminationAlgorithm::~DistanceDeterminationAlgorithm() (line 20)</a></td><td>called 2 times, returned 2 times</td><td>100.0%</td></tr>
<tr><td><a href="#l39">found::SphericalDistanceDeterminationAlgorithm::SphericalDistanceDeterminationAlgorithm(float, found::Camera&amp;) (line 39)</a></td><td>called 2 times, returned 2 times</td><td>100.0%</td></tr>
<tr><td><a href="#l40">found::SphericalDistanceDeterminationAlgorithm::~SphericalDistanceDeterminationAlgorithm() (line 40)</a></td><td>called 2 times, returned 2 times</td><td>100.0%</td></tr>
</table>
</details>
</div>
Expand Down Expand Up @@ -208,7 +208,7 @@ <h1>GCC Code Coverage Report</h1>
<td class="text-right src linenos"><a class="normal" id="l18" href="#l18">18</a></td>
<td class="text-right src linenos ws-unset">
</td>
<td class="src coveredLine pr-2 pl-2 color-fg-muted text-right">1</td>
<td class="src coveredLine pr-2 pl-2 color-fg-muted text-right">2</td>
<td class="src coveredLine"><span class="w"> </span><span class="n">DistanceDeterminationAlgorithm</span><span class="p">()</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="k">default</span><span class="p">;</span></td>
</tr>
<tr>
Expand All @@ -222,7 +222,7 @@ <h1>GCC Code Coverage Report</h1>
<td class="text-right src linenos"><a class="normal" id="l20" href="#l20">20</a></td>
<td class="text-right src linenos ws-unset">
</td>
<td class="src coveredLine pr-2 pl-2 color-fg-muted text-right">2</td>
<td class="src coveredLine pr-2 pl-2 color-fg-muted text-right">4</td>
<td class="src coveredLine"><span class="w"> </span><span class="k">virtual</span><span class="w"> </span><span class="o">~</span><span class="n">DistanceDeterminationAlgorithm</span><span class="p">()</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="k">default</span><span class="p">;</span></td>
</tr>
<tr>
Expand Down Expand Up @@ -355,14 +355,14 @@ <h1>GCC Code Coverage Report</h1>
<td class="text-right src linenos"><a class="normal" id="l39" href="#l39">39</a></td>
<td class="text-right src linenos ws-unset">
</td>
<td class="src coveredLine pr-2 pl-2 color-fg-muted text-right">1</td>
<td class="src coveredLine pr-2 pl-2 color-fg-muted text-right">2</td>
<td class="src coveredLine"><span class="w"> </span><span class="n">SphericalDistanceDeterminationAlgorithm</span><span class="p">(</span><span class="kt">float</span><span class="w"> </span><span class="n">radius</span><span class="p">,</span><span class="w"> </span><span class="n">Camera</span><span class="w"> </span><span class="o">&amp;</span><span class="n">cam</span><span class="p">)</span><span class="w"> </span><span class="o">:</span><span class="w"> </span><span class="n">cam_</span><span class="p">(</span><span class="n">cam</span><span class="p">),</span><span class="w"> </span><span class="n">radius_</span><span class="p">(</span><span class="n">radius</span><span class="p">)</span><span class="w"> </span><span class="p">{}</span></td>
</tr>
<tr>
<td class="text-right src linenos"><a class="normal" id="l40" href="#l40">40</a></td>
<td class="text-right src linenos ws-unset">
</td>
<td class="src coveredLine pr-2 pl-2 color-fg-muted text-right">2</td>
<td class="src coveredLine pr-2 pl-2 color-fg-muted text-right">4</td>
<td class="src coveredLine"><span class="w"> </span><span class="o">~</span><span class="n">SphericalDistanceDeterminationAlgorithm</span><span class="p">()</span><span class="w"> </span><span class="p">{}</span></td>
</tr>
<tr>
Expand Down Expand Up @@ -545,7 +545,7 @@ <h1>GCC Code Coverage Report</h1>
<td class="text-right src linenos ws-unset">
</td>
<td class="src pr-2 pl-2 color-fg-muted text-right"></td>
<td class="src "><span class="w"> </span><span class="n">decimal</span><span class="w"> </span><span class="nf">getRadius</span><span class="p">(</span><span class="n">Vec3</span><span class="o">*</span><span class="w"> </span><span class="n">spats</span><span class="p">,</span><span class="w"> </span><span class="n">Vec3</span><span class="w"> </span><span class="n">center</span><span class="p">);</span></td>
<td class="src "><span class="w"> </span><span class="n">PreciseDecimal</span><span class="w"> </span><span class="nf">getRadius</span><span class="p">(</span><span class="n">Vec3</span><span class="o">*</span><span class="w"> </span><span class="n">spats</span><span class="p">,</span><span class="w"> </span><span class="n">Vec3</span><span class="w"> </span><span class="n">center</span><span class="p">);</span></td>
</tr>
<tr>
<td class="text-right src linenos"><a class="normal" id="l67" href="#l67">67</a></td>
Expand Down Expand Up @@ -608,7 +608,7 @@ <h1>GCC Code Coverage Report</h1>
<td class="text-right src linenos ws-unset">
</td>
<td class="src pr-2 pl-2 color-fg-muted text-right"></td>
<td class="src "><span class="w"> </span><span class="n">decimal</span><span class="w"> </span><span class="nf">getDistance</span><span class="p">(</span><span class="n">decimal</span><span class="w"> </span><span class="n">r</span><span class="p">);</span></td>
<td class="src "><span class="w"> </span><span class="n">PreciseDecimal</span><span class="w"> </span><span class="nf">getDistance</span><span class="p">(</span><span class="n">PreciseDecimal</span><span class="w"> </span><span class="n">r</span><span class="p">);</span></td>
</tr>
<tr>
<td class="text-right src linenos"><a class="normal" id="l76" href="#l76">76</a></td>
Expand Down
22 changes: 11 additions & 11 deletions 4/merge/coverage/index.functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>GCC Code Coverage Report</h1>
</div>
<span>src/</span>
</div>
<div>Date: 2025-02-04 06:04:00</div>
<div>Date: 2025-02-21 22:01:50</div>
</div>
<div class="col-sm-12 col-lg-3 float-left d-flex flex-column text-right flex-justify-end p-3">
<div class="d-flex">
Expand Down Expand Up @@ -62,8 +62,8 @@ <h1>GCC Code Coverage Report</h1>
<th>Call count</th>
<th>Block coverage</th>
</tr>
<tr><td><a href="index.distance.hpp.080369cb6800af409e5ea5270e98ae31.html#l18">found::DistanceDeterminationAlgorithm::DistanceDeterminationAlgorithm() (src/distance/distance.hpp:18)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="index.distance.hpp.080369cb6800af409e5ea5270e98ae31.html#l20">found::DistanceDeterminationAlgorithm::~DistanceDeterminationAlgorithm() (src/distance/distance.hpp:20)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="index.distance.hpp.080369cb6800af409e5ea5270e98ae31.html#l18">found::DistanceDeterminationAlgorithm::DistanceDeterminationAlgorithm() (src/distance/distance.hpp:18)</a></td><td>called 2 times, returned 2 times</td><td>100.0%</td></tr>
<tr><td><a href="index.distance.hpp.080369cb6800af409e5ea5270e98ae31.html#l20">found::DistanceDeterminationAlgorithm::~DistanceDeterminationAlgorithm() (src/distance/distance.hpp:20)</a></td><td>called 2 times, returned 2 times</td><td>100.0%</td></tr>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l124">found::Pipeline&lt;char, double&gt;&amp; found::Pipeline&lt;char, double&gt;::AddStage&lt;char, double&gt;(found::Stage&lt;char, double&gt;&amp;) (src/pipeline/pipeline.hpp:124)</a></td><td>called 1 time, returned 1 time</td><td>61.0%</td></tr>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l124">found::Pipeline&lt;char, double&gt;&amp; found::Pipeline&lt;char, double&gt;::AddStage&lt;char, int&gt;(found::Stage&lt;char, int&gt;&amp;) (src/pipeline/pipeline.hpp:124)</a></td><td>called 4 times, returned 4 times</td><td>61.0%</td></tr>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l124">found::Pipeline&lt;char, double&gt;&amp; found::Pipeline&lt;char, double&gt;::AddStage&lt;double, int&gt;(found::Stage&lt;double, int&gt;&amp;) (src/pipeline/pipeline.hpp:124)</a></td><td>called 1 time, returned 0 time</td><td>35.0%</td></tr>
Expand Down Expand Up @@ -96,12 +96,12 @@ <h1>GCC Code Coverage Report</h1>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l124">found::Pipeline&lt;int, float&gt;&amp; found::Pipeline&lt;int, float&gt;::AddStage&lt;int, float&gt;(found::Stage&lt;int, float&gt;&amp;) (src/pipeline/pipeline.hpp:124)</a></td><td>called 1 time, returned 1 time</td><td>61.0%</td></tr>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l154">found::Pipeline&lt;int, float&gt;&amp; found::Pipeline&lt;int, float&gt;::Complete&lt;int&gt;(found::Stage&lt;int, float&gt;&amp;) (src/pipeline/pipeline.hpp:154)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l107">found::Pipeline&lt;int, float&gt;::Pipeline(std::vector&lt;std::reference_wrapper&lt;found::Action&gt;, std::allocator&lt;std::reference_wrapper&lt;found::Action&gt; &gt; &gt;&amp;) (src/pipeline/pipeline.hpp:107)</a></td><td>called 1 time, returned 1 time</td><td>80.0%</td></tr>
<tr><td><a href="index.distance.cpp.30355bb8252c2b998dcea987cce27f1d.html#l13">found::SphericalDistanceDeterminationAlgorithm::Run(std::vector&lt;found::Vec2, std::allocator&lt;found::Vec2&gt; &gt; const&amp;) (src/distance/distance.cpp:13)</a></td><td>called 1 time, returned 1 time</td><td>89.0%</td></tr>
<tr><td><a href="index.distance.hpp.080369cb6800af409e5ea5270e98ae31.html#l39">found::SphericalDistanceDeterminationAlgorithm::SphericalDistanceDeterminationAlgorithm(float, found::Camera&amp;) (src/distance/distance.hpp:39)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="index.distance.cpp.30355bb8252c2b998dcea987cce27f1d.html#l34">found::SphericalDistanceDeterminationAlgorithm::getCenter(found::Vec3*) (src/distance/distance.cpp:34)</a></td><td>called 1 time, returned 1 time</td><td>76.0%</td></tr>
<tr><td><a href="index.distance.cpp.30355bb8252c2b998dcea987cce27f1d.html#l81">found::SphericalDistanceDeterminationAlgorithm::getDistance(float) (src/distance/distance.cpp:81)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="index.distance.cpp.30355bb8252c2b998dcea987cce27f1d.html#l76">found::SphericalDistanceDeterminationAlgorithm::getRadius(found::Vec3*, found::Vec3) (src/distance/distance.cpp:76)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="index.distance.hpp.080369cb6800af409e5ea5270e98ae31.html#l40">found::SphericalDistanceDeterminationAlgorithm::~SphericalDistanceDeterminationAlgorithm() (src/distance/distance.hpp:40)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="index.distance.cpp.30355bb8252c2b998dcea987cce27f1d.html#l13">found::SphericalDistanceDeterminationAlgorithm::Run(std::vector&lt;found::Vec2, std::allocator&lt;found::Vec2&gt; &gt; const&amp;) (src/distance/distance.cpp:13)</a></td><td>called 2 times, returned 2 times</td><td>84.0%</td></tr>
<tr><td><a href="index.distance.hpp.080369cb6800af409e5ea5270e98ae31.html#l39">found::SphericalDistanceDeterminationAlgorithm::SphericalDistanceDeterminationAlgorithm(float, found::Camera&amp;) (src/distance/distance.hpp:39)</a></td><td>called 2 times, returned 2 times</td><td>100.0%</td></tr>
<tr><td><a href="index.distance.cpp.30355bb8252c2b998dcea987cce27f1d.html#l34">found::SphericalDistanceDeterminationAlgorithm::getCenter(found::Vec3*) (src/distance/distance.cpp:34)</a></td><td>called 2 times, returned 2 times</td><td>77.0%</td></tr>
<tr><td><a href="index.distance.cpp.30355bb8252c2b998dcea987cce27f1d.html#l81">found::SphericalDistanceDeterminationAlgorithm::getDistance(__float128) (src/distance/distance.cpp:81)</a></td><td>called 2 times, returned 2 times</td><td>100.0%</td></tr>
<tr><td><a href="index.distance.cpp.30355bb8252c2b998dcea987cce27f1d.html#l76">found::SphericalDistanceDeterminationAlgorithm::getRadius(found::Vec3*, found::Vec3) (src/distance/distance.cpp:76)</a></td><td>called 2 times, returned 2 times</td><td>100.0%</td></tr>
<tr><td><a href="index.distance.hpp.080369cb6800af409e5ea5270e98ae31.html#l40">found::SphericalDistanceDeterminationAlgorithm::~SphericalDistanceDeterminationAlgorithm() (src/distance/distance.hpp:40)</a></td><td>called 2 times, returned 2 times</td><td>100.0%</td></tr>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l57">found::Stage&lt;char, double&gt;::DoAction() (src/pipeline/pipeline.hpp:57)</a></td><td>excluded</td><td>0.0%</td></tr>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l74">found::Stage&lt;char, double&gt;::GetProduct() (src/pipeline/pipeline.hpp:74)</a></td><td>excluded</td><td>100.0%</td></tr>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l66">found::Stage&lt;char, double&gt;::GetResource() (src/pipeline/pipeline.hpp:66)</a></td><td>excluded</td><td>100.0%</td></tr>
Expand Down Expand Up @@ -169,8 +169,8 @@ <h1>GCC Code Coverage Report</h1>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l38">found::Stage&lt;std::__cxx11::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;, double&gt;::Stage() (src/pipeline/pipeline.hpp:38)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l43">found::Stage&lt;std::__cxx11::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;, double&gt;::~Stage() (src/pipeline/pipeline.hpp:43)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l57">found::Stage&lt;std::vector&lt;found::Vec2, std::allocator&lt;found::Vec2&gt; &gt;, found::Vec3&gt;::DoAction() (src/pipeline/pipeline.hpp:57)</a></td><td>excluded</td><td>0.0%</td></tr>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l38">found::Stage&lt;std::vector&lt;found::Vec2, std::allocator&lt;found::Vec2&gt; &gt;, found::Vec3&gt;::Stage() (src/pipeline/pipeline.hpp:38)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l43">found::Stage&lt;std::vector&lt;found::Vec2, std::allocator&lt;found::Vec2&gt; &gt;, found::Vec3&gt;::~Stage() (src/pipeline/pipeline.hpp:43)</a></td><td>called 1 time, returned 1 time</td><td>100.0%</td></tr>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l38">found::Stage&lt;std::vector&lt;found::Vec2, std::allocator&lt;found::Vec2&gt; &gt;, found::Vec3&gt;::Stage() (src/pipeline/pipeline.hpp:38)</a></td><td>called 2 times, returned 2 times</td><td>100.0%</td></tr>
<tr><td><a href="index.pipeline.hpp.9572f204e832760463c5178c2d1ca245.html#l43">found::Stage&lt;std::vector&lt;found::Vec2, std::allocator&lt;found::Vec2&gt; &gt;, found::Vec3&gt;::~Stage() (src/pipeline/pipeline.hpp:43)</a></td><td>called 2 times, returned 2 times</td><td>100.0%</td></tr>
</table>

<hr/>
Expand Down
2 changes: 1 addition & 1 deletion 4/merge/coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>GCC Code Coverage Report</h1>
</div>
<span>src/</span>
</div>
<div>Date: 2025-02-04 06:04:00</div>
<div>Date: 2025-02-21 22:01:50</div>
<div class="d-flex flex-wrap" style="margin-bottom: 2px;">
<div class="mr-2" style="min-width: 70px;">Coverage:</div>
<div class="IssueLabel coverage-low color-fg-on-emphasis mr-1">low: &ge; 0%</div>
Expand Down
Loading

0 comments on commit 0b1366a

Please sign in to comment.