Add: Added Coverage Screenshots And htlmReport.

This commit is contained in:
GabrieleRadice
2026-06-19 21:50:38 +02:00
parent 6aca188aa3
commit d78b8bbd93
316 changed files with 86329 additions and 0 deletions
@@ -0,0 +1,141 @@
<!DOCTYPE html>
<html id="htmlId">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Coverage Report > EffectType</title>
<style type="text/css">
@import "../../css/coverage.css";
@import "../../css/idea.min.css";
</style>
<script type="text/javascript" src="../../js/highlight.min.js"></script>
<script type="text/javascript" src="../../js/highlightjs-line-numbers.min.js"></script>
</head>
<body>
<div class="content">
<div class="breadCrumbs">
Current scope: <a href="../../index.html">all classes</a>
<span class="separator">|</span>
<a href="../index.html">it.polimi.ingsw.gc14.Model.Cards.Building</a>
</div>
<h1>Coverage Summary for Class: EffectType (it.polimi.ingsw.gc14.Model.Cards.Building)</h1>
<table class="coverageStats">
<tr>
<th class="name">Class</th>
<th class="coverageStat
">
Class, %
</th>
<th class="coverageStat
">
Method, %
</th>
<th class="coverageStat
">
Line, %
</th>
</tr>
<tr>
<td class="name">EffectType</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(1/1)
</span>
</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(2/2)
</span>
</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(7/7)
</span>
</td>
</tr>
</table>
<br/>
<br/>
<pre>
<code class="sourceCode" id="sourceCode">&nbsp;package it.polimi.ingsw.gc14.Model.Cards.Building;
&nbsp;
&nbsp; /**
&nbsp; * Represents the possible effect types of building cards.
&nbsp; */
<b class="fc">&nbsp;public enum EffectType {</b>
&nbsp;
&nbsp; /**
&nbsp; * Effect applied during the final scoring phase.
&nbsp; */
<b class="fc">&nbsp; FINAL,</b>
&nbsp;
&nbsp; /**
&nbsp; * Effect based on collecting a specific set of cards.
&nbsp; */
<b class="fc">&nbsp; CARD_SET,</b>
&nbsp;
&nbsp; /**
&nbsp; * Effect based on pairs of Inventor cards.
&nbsp; */
<b class="fc">&nbsp; INVENTOR_PAIR,</b>
&nbsp;
&nbsp; /**
&nbsp; * Effect triggered when an event card is resolved.
&nbsp; */
<b class="fc">&nbsp; ON_EVENT,</b>
&nbsp;
&nbsp; /**
&nbsp; * Effect triggered at the end of a player&#39;s turn.
&nbsp; */
<b class="fc">&nbsp; ON_END_TURN,</b>
&nbsp;
&nbsp; /**
&nbsp; * Effect triggered at the end of a round.
&nbsp; */
<b class="fc">&nbsp; ON_ROUND_END</b>
&nbsp; }
</code>
</pre>
</div>
<script type="text/javascript">
(function() {
var msie = false, msie9 = false;
/*@cc_on
msie = true;
@if (@_jscript_version >= 9)
msie9 = true;
@end
@*/
if (!msie || msie && msie9) {
hljs.highlightAll()
hljs.initLineNumbersOnLoad();
}
})();
</script>
<div class="footer">
<div style="float:right;">generated on 2026-06-14 21:53</div>
</div>
</body>
</html>