Skip to content

Commit de8f931

Browse files
committed
Add an example clover file.
1 parent 7ee0b6b commit de8f931

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tests/resources/clover-input.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<coverage generated="1479006233">
3+
<project timestamp="1479006233">
4+
<package name="package">
5+
<file name="/home/user/package/subpackage/Foo.php">
6+
<line num="1" type="stmt" count="0"/>
7+
<line num="2" type="stmt" count="0"/>
8+
<line num="3" type="stmt" count="0"/>
9+
</file>
10+
<file name="/home/user/package/subpackage/Bar.php">
11+
<line num="4" type="stmt" count="0"/>
12+
<line num="5" type="stmt" count="0"/>
13+
<line num="6" type="stmt" count="0"/>
14+
</file>
15+
</package>
16+
</project>
17+
</coverage>

0 commit comments

Comments
 (0)