File: dotnet_coverage.xml

package info (click to toggle)
diff-cover 10.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,256 kB
  • sloc: python: 6,452; xml: 218; cpp: 18; sh: 12; makefile: 10
file content (57 lines) | stat: -rw-r--r-- 2,664 bytes parent folder | download | duplicates (3)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
<coverage line-rate="0.75" branch-rate="1" lines-covered="9" lines-valid="12" branches-covered="0" branches-valid="0" complexity="0" version="0" timestamp="1410969572">
  <sources>
    <source>--source</source>
    <source>
      /code/samplediff/SampleApp 
    </source>
  </sources>
  <packages>
    <package name="SampleApp" line-rate="0.75" branch-rate="1" complexity="0">
      <classes>
        <class name="SampleApp.Sample" filename="Sample.cs" line-rate="0.75" branch-rate="1" complexity="0">
          <methods>
            <method name="DoSomething" signature="(System.String)" line-rate="1" branch-rate="1">
              <lines>
                <line number="11" hits="2" branch="false" />
                <line number="13" hits="2" branch="false" />
                <line number="14" hits="2" branch="false" />
                <line number="15" hits="1" branch="false" />
                <line number="16" hits="1" branch="false" />
                <line number="17" hits="1" branch="false" />
                <line number="18" hits="1" branch="false" />
                <line number="19" hits="1" branch="false" />
                <line number="20" hits="2" branch="false" />
              </lines>
            </method>
            <method name="DoSomethingNew" signature="(System.Int32,System.Int32)" line-rate="0" branch-rate="1">
              <lines>
                <line number="23" hits="0" branch="false" />
                <line number="24" hits="0" branch="false" />
                <line number="25" hits="0" branch="false" />
              </lines>
            </method>
            <method name=".ctor" signature="()" line-rate="1" branch-rate="1">
              <lines />
            </method>
          </methods>
          <lines>
            <line number="11" hits="2" branch="false" />
            <line number="13" hits="2" branch="false" />
            <line number="14" hits="2" branch="false" />
            <line number="15" hits="1" branch="false" />
            <line number="16" hits="1" branch="false" />
            <line number="17" hits="1" branch="false" />
            <line number="18" hits="1" branch="false" />
            <line number="19" hits="1" branch="false" />
            <line number="20" hits="2" branch="false" />
            <line number="23" hits="0" branch="false" />
            <line number="24" hits="0" branch="false" />
            <line number="25" hits="0" branch="false" />
          </lines>
        </class>
      </classes>
    </package>
  </packages>
</coverage>