1<?xml version="1.0"?>
2<phpunit xmlns="http://schema.phpunit.de/coverage/1.0">
3  <project name="%s">
4    <tests>
5      <test name="FileWithIgnoredLines" size="unknown" result="0" status="PASSED"/>
6    </tests>
7    <directory name="%s">
8      <totals>
9        <lines total="37" comments="12" code="25" executable="2" executed="1" percent="50.00%"/>
10        <methods count="0" tested="0" percent=""/>
11        <functions count="1" tested="0" percent="0.00%"/>
12        <classes count="0" tested="0" percent=""/>
13        <traits count="0" tested="0" percent=""/>
14      </totals>
15      <file name="source_with_ignore.php" href="source_with_ignore.php.xml">
16        <totals>
17          <lines total="37" comments="12" code="25" executable="2" executed="1" percent="50.00%"/>
18          <methods count="0" tested="0" percent=""/>
19          <functions count="1" tested="0" percent="0.00%"/>
20          <classes count="0" tested="0" percent=""/>
21          <traits count="0" tested="0" percent=""/>
22        </totals>
23      </file>
24    </directory>
25  </project>
26</phpunit>
27