File: index.xml

package info (click to toggle)
php-codecoverage 12.5.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 62,548 kB
  • sloc: javascript: 35,234; php: 25,676; xml: 1,353; makefile: 46
file content (30 lines) | stat: -rw-r--r-- 1,301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<phpunit xmlns="https://schema.phpunit.de/coverage/1.0">
  <build time="%s" phpunit="%s" coverage="%s">
    <runtime name="%s" version="%s" url="%s"/>
    <driver%S/>
  </build>
  <project source="%s">
    <tests>
      <test name="ClassWithAnonymousFunction" size="unknown" status="unknown" time="0.000000"/>
    </tests>
    <directory name="%s">
      <totals>
        <lines total="20" comments="1" code="19" executable="8" executed="8" percent="100.00"/>
        <methods count="1" tested="1" percent="100.00"/>
        <functions count="0" tested="0" percent="0"/>
        <classes count="1" tested="1" percent="100.00"/>
        <traits count="0" tested="0" percent="0"/>
      </totals>
      <file name="source_with_class_and_anonymous_function.php" href="source_with_class_and_anonymous_function.php.xml" hash="e716063329abad36891e4edd3fa3506fcb57ef8f">
        <totals>
          <lines total="20" comments="1" code="19" executable="8" executed="8" percent="100.00"/>
          <methods count="1" tested="1" percent="100.00"/>
          <functions count="0" tested="0" percent="0"/>
          <classes count="1" tested="1" percent="100.00"/>
          <traits count="0" tested="0" percent="0"/>
        </totals>
      </file>
    </directory>
  </project>
</phpunit>