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