-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathConfig.php.xml
56 lines (56 loc) · 2.79 KB
/
Config.php.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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>