Skip to content
Snippets Groups Projects
Commit 59e290c0 authored by MUNIER Florian's avatar MUNIER Florian
Browse files

[upd] update files

parent 044e7f64
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@
<h4>Legend</h4>
<p><span class="success"><strong>Executed</strong></span><span class="danger"><strong>Not Executed</strong></span><span class="warning"><strong>Dead Code</strong></span></p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.19</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.25</a> and <a href="https://phpunit.de/">PHPUnit 9.5.27</a> at Sun Jan 15 13:34:50 UTC 2023.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.19</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.25</a> and <a href="https://phpunit.de/">PHPUnit 9.5.27</a> at Sun Jan 15 13:45:44 UTC 2023.</small>
</p>
<a title="Back to the top" id="toplink" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
......
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1673789690">
<project timestamp="1673789690">
<coverage generated="1673790344">
<project timestamp="1673790344">
<file name="/app/src/checktva.php">
<line num="2" type="stmt" count="0"/>
<line num="4" type="stmt" count="0"/>
......
......@@ -135,7 +135,7 @@
<footer>
<hr/>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.19</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.25</a> and <a href="https://phpunit.de/">PHPUnit 9.5.27</a> at Sun Jan 15 13:34:50 UTC 2023.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.19</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.25</a> and <a href="https://phpunit.de/">PHPUnit 9.5.27</a> at Sun Jan 15 13:45:44 UTC 2023.</small>
</p>
</footer>
</div>
......
......@@ -128,7 +128,7 @@
<span class="success"><strong>High</strong>: 70% to 100%</span>
</p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.19</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.25</a> and <a href="https://phpunit.de/">PHPUnit 9.5.27</a> at Sun Jan 15 13:34:50 UTC 2023.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.19</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.25</a> and <a href="https://phpunit.de/">PHPUnit 9.5.27</a> at Sun Jan 15 13:45:44 UTC 2023.</small>
</p>
</footer>
</div>
......
......@@ -181,7 +181,7 @@
<h4>Legend</h4>
<p><span class="success"><strong>Executed</strong></span><span class="danger"><strong>Not Executed</strong></span><span class="warning"><strong>Dead Code</strong></span></p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.19</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.25</a> and <a href="https://phpunit.de/">PHPUnit 9.5.27</a> at Sun Jan 15 13:34:50 UTC 2023.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.19</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.25</a> and <a href="https://phpunit.de/">PHPUnit 9.5.27</a> at Sun Jan 15 13:45:44 UTC 2023.</small>
</p>
<a title="Back to the top" id="toplink" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
......
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="" tests="2" assertions="2" errors="0" warnings="0" failures="0" skipped="0" time="0.000959">
<testsuite name="default" tests="2" assertions="2" errors="0" warnings="0" failures="0" skipped="0" time="0.000959">
<testsuite name="ProductTest" file="/app/tests/tvaTest.php" tests="2" assertions="2" errors="0" warnings="0" failures="0" skipped="0" time="0.000959">
<testcase name="testcomputeTVAFoodProduct" class="ProductTest" classname="ProductTest" file="/app/tests/tvaTest.php" line="7" assertions="1" time="0.000352"/>
<testcase name="testComputeTVAOtherProduct" class="ProductTest" classname="ProductTest" file="/app/tests/tvaTest.php" line="13" assertions="1" time="0.000607"/>
<testsuite name="" tests="2" assertions="2" errors="0" warnings="0" failures="0" skipped="0" time="0.001154">
<testsuite name="default" tests="2" assertions="2" errors="0" warnings="0" failures="0" skipped="0" time="0.001154">
<testsuite name="ProductTest" file="/app/tests/tvaTest.php" tests="2" assertions="2" errors="0" warnings="0" failures="0" skipped="0" time="0.001154">
<testcase name="testcomputeTVAFoodProduct" class="ProductTest" classname="ProductTest" file="/app/tests/tvaTest.php" line="7" assertions="1" time="0.000609"/>
<testcase name="testComputeTVAOtherProduct" class="ProductTest" classname="ProductTest" file="/app/tests/tvaTest.php" line="13" assertions="1" time="0.000544"/>
</testsuite>
</testsuite>
</testsuite>
......
<?xml version="1.0" encoding="UTF-8" ?>
<pmd version="2.13.0snapshot202209100847" tool="phpmd" timestamp="2023-01-15T13:34:51+00:00">
<pmd version="2.13.0snapshot202209100847" tool="phpmd" timestamp="2023-01-15T13:45:44+00:00">
</pmd>
{"version":1,"defects":[],"times":{"ProductTest::testcomputeTVAFoodProduct":0,"ProductTest::testComputeTVAOtherProduct":0.001}}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment