File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
+ <coverage lines-valid =" 4" lines-covered =" 3" line-rate =" 0.75" branches-valid =" 0" branches-covered =" 0" branch-rate =" 1" timestamp =" 1597153412373" complexity =" 0" version =" 0.1" >
4
+ <sources >
5
+ <source >/Users/sauravsrijan/work/tcv-resources/jest-test-coverage</source >
6
+ </sources >
7
+ <packages >
8
+ <class name =" sum.js" filename =" sum.js" line-rate =" 0.75" branch-rate =" 1" >
9
+ <methods >
10
+ <method name =" sum" hits =" 1" signature =" ()V" >
11
+ <lines >
12
+ <line number =" 1" hits =" 1" />
13
+ </lines >
14
+ </method >
15
+ <method name =" differ" hits =" 0" signature =" ()V" >
16
+ <lines >
17
+ <line number =" 7" hits =" 0" />
18
+ </lines >
19
+ </method >
20
+ </methods >
21
+ <lines >
22
+ <line number =" 2" hits =" 1" branch =" false" />
23
+ <line number =" 3" hits =" 1" branch =" false" />
24
+ <line number =" 8" hits =" 0" branch =" false" />
25
+ <line number =" 11" hits =" 1" branch =" false" />
26
+ </lines >
27
+ </class >
28
+ </packages >
29
+ </coverage >
You can’t perform that action at this time.
0 commit comments