58 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0"?>
 | |
| <phpunit xmlns="http://schema.phpunit.de/coverage/1.0">
 | |
|   <file name="Parser.php">
 | |
|     <totals>
 | |
|       <lines total="46" comments="20" code="26" executable="7" executed="7" percent="100.00%"/>
 | |
|       <methods count="1" tested="1" 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="XMLParser" start="22" executable="7" executed="7" crap="2">
 | |
|       <package full="Codacy" name="Codacy" sub="" category=""/>
 | |
|       <namespace name="Codacy\Coverage\Parser"/>
 | |
|       <method name="__construct" signature="__construct($path)" start="34" end="44" crap="2" executable="7" executed="7" coverage="100"/>
 | |
|     </class>
 | |
|     <coverage>
 | |
|       <line nr="36">
 | |
|         <covered by="CloverParserTest::testThrowsExceptionOnWrongPath"/>
 | |
|         <covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
 | |
|         <covered by="CloverParserTest::testCanParseCloverXmlWithProject"/>
 | |
|         <covered by="PhpUnitXmlParserTest::testThrowsExceptionOnWrongPath"/>
 | |
|         <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::testThrowsExceptionOnWrongPath"/>
 | |
|         <covered by="PhpUnitXmlParserTest::testThrowsExceptionOnWrongPath"/>
 | |
|       </line>
 | |
|       <line nr="41">
 | |
|         <covered by="CloverParserTest::testThrowsExceptionOnWrongPath"/>
 | |
|         <covered by="PhpUnitXmlParserTest::testThrowsExceptionOnWrongPath"/>
 | |
|       </line>
 | |
|       <line nr="42">
 | |
|         <covered by="CloverParserTest::testThrowsExceptionOnWrongPath"/>
 | |
|         <covered by="PhpUnitXmlParserTest::testThrowsExceptionOnWrongPath"/>
 | |
|       </line>
 | |
|       <line nr="44">
 | |
|         <covered by="CloverParserTest::testCanParseCloverXmlWithoutProject"/>
 | |
|         <covered by="CloverParserTest::testCanParseCloverXmlWithProject"/>
 | |
|         <covered by="PhpUnitXmlParserTest::testCanParsePhpUnitXmlReport"/>
 | |
|         <covered by="JsonProducerTest::testCanProduceCorrectJson"/>
 | |
|       </line>
 | |
|     </coverage>
 | |
|   </file>
 | |
| </phpunit>
 | 
