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