Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.xml « CoverageForFileWithIgnoredLines « XML « Report « _files « tests « php-code-coverage « phpunit « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 436081a47a43162994a38efd64be9918ac3eb768 (plain)
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
<?xml version="1.0"?>
<phpunit xmlns="http://schema.phpunit.de/coverage/1.0">
  <project name="%s">
    <tests>
      <test name="FileWithIgnoredLines" size="unknown" result="0" status="PASSED"/>
    </tests>
    <directory name="%s">
      <totals>
        <lines total="37" comments="12" code="25" executable="2" executed="1" percent="50.00%"/>
        <methods count="0" tested="0" percent=""/>
        <functions count="1" tested="0" percent="0.00%"/>
        <classes count="0" tested="0" percent=""/>
        <traits count="0" tested="0" percent=""/>
      </totals>
      <file name="source_with_ignore.php" href="source_with_ignore.php.xml">
        <totals>
          <lines total="37" comments="12" code="25" executable="2" executed="1" percent="50.00%"/>
          <methods count="0" tested="0" percent=""/>
          <functions count="1" tested="0" percent="0.00%"/>
          <classes count="0" tested="0" percent=""/>
          <traits count="0" tested="0" percent=""/>
        </totals>
      </file>
    </directory>
  </project>
</phpunit>