composer update
This commit is contained in:
51
vendor/codacy/coverage/tests/res/phpunitxml/Report/CoverageReport.php.xml
vendored
Normal file
51
vendor/codacy/coverage/tests/res/phpunitxml/Report/CoverageReport.php.xml
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0"?>
|
||||
<phpunit xmlns="http://schema.phpunit.de/coverage/1.0">
|
||||
<file name="CoverageReport.php">
|
||||
<totals>
|
||||
<lines total="48" comments="23" code="25" executable="5" executed="5" percent="100.00%"/>
|
||||
<methods count="3" tested="3" percent="100.00%"/>
|
||||
<functions count="0" tested="0" percent=""/>
|
||||
<classes count="1" tested="1" percent="100.00%"/>
|
||||
<traits count="0" tested="0" percent=""/>
|
||||
</totals>
|
||||
<class name="CoverageReport" start="12" executable="5" executed="5" crap="3">
|
||||
<package full="Codacy" name="Codacy" sub="" category=""/>
|
||||
<namespace name="Codacy\Coverage\Report"/>
|
||||
<method name="__construct" signature="__construct($total, $fileReports)" start="28" end="32" crap="1" executable="3" executed="3" coverage="100"/>
|
||||
<method name="getTotal" signature="getTotal()" start="37" end="40" crap="1" executable="1" executed="1" coverage="100"/>
|
||||
<method name="getFileReports" signature="getFileReports()" start="45" end="48" crap="1" executable="1" executed="1" coverage="100"/>
|
||||
</class>
|
||||
<coverage>
|
||||
<line nr="30">
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="31">
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="32">
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="39">
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="47">
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
</coverage>
|
||||
</file>
|
||||
</phpunit>
|
64
vendor/codacy/coverage/tests/res/phpunitxml/Report/FileReport.php.xml
vendored
Normal file
64
vendor/codacy/coverage/tests/res/phpunitxml/Report/FileReport.php.xml
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
<?xml version="1.0"?>
|
||||
<phpunit xmlns="http://schema.phpunit.de/coverage/1.0">
|
||||
<file name="FileReport.php">
|
||||
<totals>
|
||||
<lines total="63" comments="30" code="33" executable="7" executed="7" percent="100.00%"/>
|
||||
<methods count="4" tested="4" percent="100.00%"/>
|
||||
<functions count="0" tested="0" percent=""/>
|
||||
<classes count="1" tested="1" percent="100.00%"/>
|
||||
<traits count="0" tested="0" percent=""/>
|
||||
</totals>
|
||||
<class name="FileReport" start="12" executable="7" executed="7" crap="4">
|
||||
<package full="Codacy" name="Codacy" sub="" category=""/>
|
||||
<namespace name="Codacy\Coverage\Report"/>
|
||||
<method name="__construct" signature="__construct($total, $fileName, $lineCoverage)" start="34" end="39" crap="1" executable="4" executed="4" coverage="100"/>
|
||||
<method name="getTotal" signature="getTotal()" start="44" end="47" crap="1" executable="1" executed="1" coverage="100"/>
|
||||
<method name="getFileName" signature="getFileName()" start="52" end="55" crap="1" executable="1" executed="1" coverage="100"/>
|
||||
<method name="getLineCoverage" signature="getLineCoverage()" start="60" end="63" crap="1" executable="1" executed="1" coverage="100"/>
|
||||
</class>
|
||||
<coverage>
|
||||
<line nr="36">
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="37">
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="38">
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="39">
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="46">
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="54">
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="62">
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
|
||||
<covered by="CloverParserTest::testCanParseCloverXmlWithProject"/>
|
||||
<covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
</coverage>
|
||||
</file>
|
||||
</phpunit>
|
72
vendor/codacy/coverage/tests/res/phpunitxml/Report/JsonProducer.php.xml
vendored
Normal file
72
vendor/codacy/coverage/tests/res/phpunitxml/Report/JsonProducer.php.xml
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
<?xml version="1.0"?>
|
||||
<phpunit xmlns="http://schema.phpunit.de/coverage/1.0">
|
||||
<file name="JsonProducer.php">
|
||||
<totals>
|
||||
<lines total="61" comments="21" code="40" executable="17" executed="17" percent="100.00%"/>
|
||||
<methods count="3" tested="3" percent="100.00%"/>
|
||||
<functions count="0" tested="0" percent=""/>
|
||||
<classes count="1" tested="1" percent="100.00%"/>
|
||||
<traits count="0" tested="0" percent=""/>
|
||||
</totals>
|
||||
<class name="JsonProducer" start="13" executable="17" executed="17" crap="4">
|
||||
<package full="Codacy" name="Codacy" sub="" category=""/>
|
||||
<namespace name="Codacy\Coverage\Report"/>
|
||||
<method name="setParser" signature="setParser(IParser $parser)" start="24" end="27" crap="1" executable="2" executed="2" coverage="100"/>
|
||||
<method name="makeReport" signature="makeReport()" start="33" end="36" crap="1" executable="1" executed="1" coverage="100"/>
|
||||
<method name="makeJson" signature="makeJson()" start="42" end="61" crap="2" executable="14" executed="14" coverage="100"/>
|
||||
</class>
|
||||
<coverage>
|
||||
<line nr="26">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="27">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="35">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="44">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="45">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="46">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="48">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="49">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="51">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="52">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="53">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="54">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="55">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="57">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="58">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="59">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
<line nr="60">
|
||||
<covered by="JsonProducerTest::testCanProduceCorrectJson"/>
|
||||
</line>
|
||||
</coverage>
|
||||
</file>
|
||||
</phpunit>
|
Reference in New Issue
Block a user