composer update
This commit is contained in:
56
vendor/codacy/coverage/tests/res/phpunitxml/Config.php.xml
vendored
Normal file
56
vendor/codacy/coverage/tests/res/phpunitxml/Config.php.xml
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0"?>
|
||||
<phpunit xmlns="http://schema.phpunit.de/coverage/1.0">
|
||||
<file name="Config.php">
|
||||
<totals>
|
||||
<lines total="34" comments="11" code="23" executable="7" executed="6" percent="85.71%"/>
|
||||
<methods count="2" tested="1" percent="50.00%"/>
|
||||
<functions count="0" tested="0" percent=""/>
|
||||
<classes count="1" tested="0" percent="0.00%"/>
|
||||
<traits count="0" tested="0" percent=""/>
|
||||
</totals>
|
||||
<class name="Config" start="10" executable="7" executed="6" crap="2.01">
|
||||
<package full="Codacy" name="Codacy" sub="" category=""/>
|
||||
<namespace name="Codacy\Coverage"/>
|
||||
<method name="loadConfig" signature="loadConfig()" start="22" end="29" crap="1" executable="6" executed="6" coverage="100"/>
|
||||
<method name="__construct" signature="__construct()" start="31" end="34" crap="2" executable="1" executed="0" coverage="0"/>
|
||||
</class>
|
||||
<coverage>
|
||||
<line nr="24">
|
||||
<covered by="GitClientTest::testGetHashOfLastCommit"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="25">
|
||||
<covered by="GitClientTest::testGetHashOfLastCommit"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="26">
|
||||
<covered by="GitClientTest::testGetHashOfLastCommit"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="27">
|
||||
<covered by="GitClientTest::testGetHashOfLastCommit"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="28">
|
||||
<covered by="GitClientTest::testGetHashOfLastCommit"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="29">
|
||||
<covered by="GitClientTest::testGetHashOfLastCommit"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
</coverage>
|
||||
</file>
|
||||
</phpunit>
|
Reference in New Issue
Block a user