Files
coverage-merger/tests/data/examples/file-without-package.xml
2023-09-21 14:58:17 +07:00

13 lines
488 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<coverage>
<project>
<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" count="1"/>
<line num="3" type="stmt" count="2"/>
<line num="4" type="stmt" count="3"/>
</file>
<metrics loc="719" ncloc="578" statements="141" coveredstatements="138"/>
</project>
</coverage>