-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcobertura.xml
37 lines (37 loc) · 1.75 KB
/
cobertura.xml
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
<?xml version="1.0" ?>
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
<coverage lines-valid="8" lines-covered="8" line-rate="1" branches-valid="4" branches-covered="4" branch-rate="1" timestamp="1394890504210" complexity="0" version="0.1">
<sources>
<source>sources</source>
</sources>
<packages>
<package name="3" line-rate="1" branch-rate="1">
<classes>
<class name="cc.js" filename="cc.js" line-rate="1" branch-rate="1">
<methods>
<method name="normalize" hits="11" signature="()V">
<lines>
<line number="1" hits="11" />
</lines>
</method>
<method name="getBrand" hits="7" signature="()V">
<lines>
<line number="5" hits="7" />
</lines>
</method>
</methods>
<lines>
<line number="1" hits="1" branch="false" />
<line number="2" hits="11" branch="false" />
<line number="5" hits="1" branch="false" />
<line number="6" hits="7" branch="false" />
<line number="15" hits="7" branch="false" />
<line number="17" hits="7" branch="false" />
<line number="18" hits="25" branch="true" condition-coverage="100% (4/4)" />
<line number="20" hits="6" branch="false" />
</lines>
</class>
</classes>
</package>
</packages>
</coverage>