mirror of
https://github.com/Dannecron/coverage-merger.git
synced 2025-12-26 00:02:35 +03:00
15 lines
524 B
XML
15 lines
524 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<coverage>
|
|
<project>
|
|
<package name="test">
|
|
<file name="test.php">
|
|
<line num="1" type="method" name="__construct" visibility="public" complexity="1" crap="2.00" count="0"/>
|
|
<line num="2" type="stmt" />
|
|
<line num="3" type="stmt" count="2"/>
|
|
<line num="4" type="stmt" count="3"/>
|
|
<line num="5" type="stmt" count="4"/>
|
|
</file>
|
|
</package>
|
|
</project>
|
|
</coverage>
|