@cutting/svg 4.39.1 → 4.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.coverage/clover.xml +81 -0
- package/.coverage/coverage-final.json +5 -0
- package/.coverage/lcov-report/Group/Group.tsx.html +193 -0
- package/.coverage/lcov-report/Group/index.html +116 -0
- package/.coverage/lcov-report/Line/Line.tsx.html +196 -0
- package/.coverage/lcov-report/Line/index.html +116 -0
- package/.coverage/lcov-report/ParentsizeSVG/ParentsizeSVG.tsx.html +262 -0
- package/.coverage/lcov-report/ParentsizeSVG/index.html +116 -0
- package/.coverage/lcov-report/ResponsiveSVG/ResponsiveSVG.tsx.html +244 -0
- package/.coverage/lcov-report/ResponsiveSVG/index.html +116 -0
- package/.coverage/lcov-report/base.css +224 -0
- package/.coverage/lcov-report/block-navigation.js +87 -0
- package/.coverage/lcov-report/favicon.png +0 -0
- package/.coverage/lcov-report/index.html +161 -0
- package/.coverage/lcov-report/prettify.css +1 -0
- package/.coverage/lcov-report/prettify.js +2 -0
- package/.coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/.coverage/lcov-report/sorter.js +196 -0
- package/.coverage/lcov.info +130 -0
- package/.turbo/turbo-build.log +22 -22
- package/.turbo/turbo-lint.log +5 -0
- package/.turbo/turbo-test.log +34 -0
- package/CHANGELOG.md +12 -0
- package/package.json +18 -18
- package/cutting-svg-4.39.1.tgz +0 -0
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<coverage generated="1649872308715" clover="3.2.0">
|
|
3
|
+
<project timestamp="1649872308715" name="All files">
|
|
4
|
+
<metrics statements="51" coveredstatements="29" conditionals="33" coveredconditionals="11" methods="5" coveredmethods="3" elements="89" coveredelements="43" complexity="0" loc="51" ncloc="51" packages="4" files="4" classes="4"/>
|
|
5
|
+
<package name="Group">
|
|
6
|
+
<metrics statements="10" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
7
|
+
<file name="Group.tsx" path="/Users/paulcowan/projects/cuttingedge/packages/svg/src/components/Group/Group.tsx">
|
|
8
|
+
<metrics statements="10" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
9
|
+
<line num="1" count="0" type="stmt"/>
|
|
10
|
+
<line num="17" count="0" type="stmt"/>
|
|
11
|
+
<line num="18" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
12
|
+
<line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
13
|
+
<line num="20" count="0" type="stmt"/>
|
|
14
|
+
<line num="21" count="0" type="stmt"/>
|
|
15
|
+
<line num="22" count="0" type="stmt"/>
|
|
16
|
+
<line num="23" count="0" type="stmt"/>
|
|
17
|
+
<line num="24" count="0" type="stmt"/>
|
|
18
|
+
<line num="26" count="0" type="stmt"/>
|
|
19
|
+
</file>
|
|
20
|
+
</package>
|
|
21
|
+
<package name="Line">
|
|
22
|
+
<metrics statements="10" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
23
|
+
<file name="Line.tsx" path="/Users/paulcowan/projects/cuttingedge/packages/svg/src/components/Line/Line.tsx">
|
|
24
|
+
<metrics statements="10" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
25
|
+
<line num="1" count="0" type="stmt"/>
|
|
26
|
+
<line num="14" count="0" type="stmt"/>
|
|
27
|
+
<line num="15" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
28
|
+
<line num="16" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
29
|
+
<line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
30
|
+
<line num="18" count="0" type="stmt"/>
|
|
31
|
+
<line num="19" count="0" type="stmt"/>
|
|
32
|
+
<line num="20" count="0" type="stmt"/>
|
|
33
|
+
<line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
34
|
+
<line num="24" count="0" type="stmt"/>
|
|
35
|
+
</file>
|
|
36
|
+
</package>
|
|
37
|
+
<package name="ParentsizeSVG">
|
|
38
|
+
<metrics statements="20" coveredstatements="18" conditionals="13" coveredconditionals="9" methods="2" coveredmethods="2"/>
|
|
39
|
+
<file name="ParentsizeSVG.tsx" path="/Users/paulcowan/projects/cuttingedge/packages/svg/src/components/ParentsizeSVG/ParentsizeSVG.tsx">
|
|
40
|
+
<metrics statements="20" coveredstatements="18" conditionals="13" coveredconditionals="9" methods="2" coveredmethods="2"/>
|
|
41
|
+
<line num="2" count="1" type="stmt"/>
|
|
42
|
+
<line num="4" count="1" type="stmt"/>
|
|
43
|
+
<line num="6" count="1" type="stmt"/>
|
|
44
|
+
<line num="18" count="1" type="stmt"/>
|
|
45
|
+
<line num="27" count="1" type="stmt"/>
|
|
46
|
+
<line num="28" count="6" type="stmt"/>
|
|
47
|
+
<line num="29" count="6" type="stmt"/>
|
|
48
|
+
<line num="30" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
49
|
+
<line num="31" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
50
|
+
<line num="32" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
51
|
+
<line num="33" count="6" type="cond" truecount="2" falsecount="2"/>
|
|
52
|
+
<line num="34" count="6" type="stmt"/>
|
|
53
|
+
<line num="36" count="6" type="stmt"/>
|
|
54
|
+
<line num="38" count="6" type="stmt"/>
|
|
55
|
+
<line num="39" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
56
|
+
<line num="40" count="3" type="stmt"/>
|
|
57
|
+
<line num="43" count="0" type="stmt"/>
|
|
58
|
+
<line num="45" count="0" type="stmt"/>
|
|
59
|
+
<line num="50" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
60
|
+
<line num="54" count="6" type="stmt"/>
|
|
61
|
+
</file>
|
|
62
|
+
</package>
|
|
63
|
+
<package name="ResponsiveSVG">
|
|
64
|
+
<metrics statements="11" coveredstatements="11" conditionals="4" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
65
|
+
<file name="ResponsiveSVG.tsx" path="/Users/paulcowan/projects/cuttingedge/packages/svg/src/components/ResponsiveSVG/ResponsiveSVG.tsx">
|
|
66
|
+
<metrics statements="11" coveredstatements="11" conditionals="4" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
67
|
+
<line num="20" count="2" type="stmt"/>
|
|
68
|
+
<line num="21" count="9" type="stmt"/>
|
|
69
|
+
<line num="22" count="9" type="stmt"/>
|
|
70
|
+
<line num="23" count="9" type="stmt"/>
|
|
71
|
+
<line num="24" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
72
|
+
<line num="25" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
73
|
+
<line num="26" count="9" type="stmt"/>
|
|
74
|
+
<line num="27" count="9" type="stmt"/>
|
|
75
|
+
<line num="29" count="9" type="stmt"/>
|
|
76
|
+
<line num="31" count="9" type="stmt"/>
|
|
77
|
+
<line num="33" count="9" type="stmt"/>
|
|
78
|
+
</file>
|
|
79
|
+
</package>
|
|
80
|
+
</project>
|
|
81
|
+
</coverage>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
{"/Users/paulcowan/projects/cuttingedge/packages/svg/src/components/Group/Group.tsx": {"path":"/Users/paulcowan/projects/cuttingedge/packages/svg/src/components/Group/Group.tsx","statementMap":{"0":{"start":{"line":1,"column":0},"end":{"line":1,"column":null}},"1":{"start":{"line":18,"column":2},"end":{"line":18,"column":3}},"2":{"start":{"line":18,"column":3},"end":{"line":18,"column":null}},"3":{"start":{"line":19,"column":2},"end":{"line":19,"column":3}},"4":{"start":{"line":19,"column":3},"end":{"line":19,"column":null}},"5":{"start":{"line":20,"column":11},"end":{"line":20,"column":null}},"6":{"start":{"line":21,"column":11},"end":{"line":21,"column":null}},"7":{"start":{"line":22,"column":10},"end":{"line":22,"column":null}},"8":{"start":{"line":23,"column":10},"end":{"line":23,"column":null}},"9":{"start":{"line":24,"column":14},"end":{"line":24,"column":null}},"10":{"start":{"line":26,"column":2},"end":{"line":26,"column":null}},"11":{"start":{"line":17,"column":0},"end":{"line":17,"column":16}}},"fnMap":{"0":{"name":"Group","decl":{"start":{"line":17,"column":16},"end":{"line":17,"column":22}},"loc":{"start":{"line":25,"column":13},"end":{"line":36,"column":null}}}},"branchMap":{"0":{"loc":{"start":{"line":18,"column":3},"end":{"line":18,"column":null}},"type":"cond-expr","locations":[{"start":{"line":18,"column":6},"end":{"line":18,"column":7}},{"start":{"line":18,"column":7},"end":{"line":18,"column":null}}]},"1":{"loc":{"start":{"line":19,"column":3},"end":{"line":19,"column":null}},"type":"cond-expr","locations":[{"start":{"line":19,"column":6},"end":{"line":19,"column":7}},{"start":{"line":19,"column":7},"end":{"line":19,"column":null}}]},"2":{"loc":{"start":{"line":30,"column":17},"end":{"line":30,"column":43}},"type":"binary-expr","locations":[{"start":{"line":30,"column":17},"end":{"line":30,"column":26}},{"start":{"line":30,"column":30},"end":{"line":30,"column":43}}]}},"s":{"0":0,"1":0,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0},"f":{"0":0},"b":{"0":[0,0],"1":[0,0],"2":[0,0]}}
|
|
2
|
+
,"/Users/paulcowan/projects/cuttingedge/packages/svg/src/components/Line/Line.tsx": {"path":"/Users/paulcowan/projects/cuttingedge/packages/svg/src/components/Line/Line.tsx","statementMap":{"0":{"start":{"line":1,"column":0},"end":{"line":1,"column":null}},"1":{"start":{"line":15,"column":2},"end":{"line":15,"column":6}},"2":{"start":{"line":15,"column":6},"end":{"line":15,"column":null}},"3":{"start":{"line":16,"column":2},"end":{"line":16,"column":4}},"4":{"start":{"line":16,"column":4},"end":{"line":16,"column":null}},"5":{"start":{"line":17,"column":2},"end":{"line":17,"column":6}},"6":{"start":{"line":17,"column":6},"end":{"line":17,"column":null}},"7":{"start":{"line":18,"column":11},"end":{"line":18,"column":null}},"8":{"start":{"line":19,"column":10},"end":{"line":19,"column":null}},"9":{"start":{"line":20,"column":14},"end":{"line":20,"column":null}},"10":{"start":{"line":22,"column":24},"end":{"line":22,"column":null}},"11":{"start":{"line":24,"column":2},"end":{"line":24,"column":null}},"12":{"start":{"line":14,"column":0},"end":{"line":14,"column":16}}},"fnMap":{"0":{"name":"Line","decl":{"start":{"line":14,"column":16},"end":{"line":14,"column":21}},"loc":{"start":{"line":21,"column":41},"end":{"line":37,"column":null}}}},"branchMap":{"0":{"loc":{"start":{"line":15,"column":6},"end":{"line":15,"column":null}},"type":"cond-expr","locations":[{"start":{"line":15,"column":9},"end":{"line":15,"column":11}},{"start":{"line":15,"column":23},"end":{"line":15,"column":null}}]},"1":{"loc":{"start":{"line":16,"column":4},"end":{"line":16,"column":null}},"type":"cond-expr","locations":[{"start":{"line":16,"column":7},"end":{"line":16,"column":9}},{"start":{"line":16,"column":21},"end":{"line":16,"column":null}}]},"2":{"loc":{"start":{"line":17,"column":6},"end":{"line":17,"column":null}},"type":"cond-expr","locations":[{"start":{"line":17,"column":9},"end":{"line":17,"column":22}},{"start":{"line":17,"column":22},"end":{"line":17,"column":null}}]},"3":{"loc":{"start":{"line":22,"column":24},"end":{"line":22,"column":null}},"type":"binary-expr","locations":[{"start":{"line":22,"column":24},"end":{"line":22,"column":43}},{"start":{"line":22,"column":43},"end":{"line":22,"column":null}}]},"4":{"loc":{"start":{"line":33,"column":22},"end":{"line":33,"column":null}},"type":"cond-expr","locations":[{"start":{"line":33,"column":38},"end":{"line":33,"column":53}},{"start":{"line":33,"column":53},"end":{"line":33,"column":null}}]}},"s":{"0":0,"1":0,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0},"f":{"0":0},"b":{"0":[0,0],"1":[0,0],"2":[0,0],"3":[0,0],"4":[0,0]}}
|
|
3
|
+
,"/Users/paulcowan/projects/cuttingedge/packages/svg/src/components/ParentsizeSVG/ParentsizeSVG.tsx": {"path":"/Users/paulcowan/projects/cuttingedge/packages/svg/src/components/ParentsizeSVG/ParentsizeSVG.tsx","statementMap":{"0":{"start":{"line":2,"column":0},"end":{"line":2,"column":null}},"1":{"start":{"line":4,"column":0},"end":{"line":4,"column":null}},"2":{"start":{"line":6,"column":0},"end":{"line":6,"column":null}},"3":{"start":{"line":18,"column":13},"end":{"line":18,"column":43}},"4":{"start":{"line":28,"column":11},"end":{"line":28,"column":null}},"5":{"start":{"line":29,"column":10},"end":{"line":29,"column":null}},"6":{"start":{"line":30,"column":2},"end":{"line":30,"column":7}},"7":{"start":{"line":30,"column":7},"end":{"line":30,"column":null}},"8":{"start":{"line":31,"column":2},"end":{"line":31,"column":7}},"9":{"start":{"line":31,"column":7},"end":{"line":31,"column":null}},"10":{"start":{"line":32,"column":2},"end":{"line":32,"column":7}},"11":{"start":{"line":32,"column":7},"end":{"line":32,"column":null}},"12":{"start":{"line":33,"column":2},"end":{"line":33,"column":11}},"13":{"start":{"line":33,"column":2},"end":{"line":33,"column":null}},"14":{"start":{"line":33,"column":13},"end":{"line":33,"column":26}},"15":{"start":{"line":33,"column":26},"end":{"line":33,"column":36}},"16":{"start":{"line":33,"column":47},"end":{"line":33,"column":52}},"17":{"start":{"line":34,"column":9},"end":{"line":34,"column":null}},"18":{"start":{"line":36,"column":28},"end":{"line":36,"column":42}},"19":{"start":{"line":36,"column":15},"end":{"line":36,"column":17}},"20":{"start":{"line":36,"column":23},"end":{"line":36,"column":28}},"21":{"start":{"line":38,"column":2},"end":{"line":38,"column":12}},"22":{"start":{"line":39,"column":4},"end":{"line":41,"column":null}},"23":{"start":{"line":40,"column":6},"end":{"line":40,"column":null}},"24":{"start":{"line":43,"column":4},"end":{"line":46,"column":null}},"25":{"start":{"line":43,"column":31},"end":{"line":43,"column":37}},"26":{"start":{"line":43,"column":52},"end":{"line":43,"column":54}},"27":{"start":{"line":43,"column":15},"end":{"line":43,"column":16}},"28":{"start":{"line":43,"column":19},"end":{"line":43,"column":21}},"29":{"start":{"line":43,"column":26},"end":{"line":43,"column":31}},"30":{"start":{"line":45,"column":6},"end":{"line":45,"column":15}},"31":{"start":{"line":50,"column":4},"end":{"line":52,"column":32}},"32":{"start":{"line":54,"column":2},"end":{"line":54,"column":null}},"33":{"start":{"line":27,"column":0},"end":{"line":27,"column":16}}},"fnMap":{"0":{"name":"ParentsizeSVG","decl":{"start":{"line":27,"column":16},"end":{"line":27,"column":53}},"loc":{"start":{"line":35,"column":43},"end":{"line":59,"column":null}}},"1":{"name":"(anonymous_7)","decl":{"start":{"line":38,"column":12},"end":{"line":38,"column":null}},"loc":{"start":{"line":38,"column":12},"end":{"line":47,"column":5}}}},"branchMap":{"0":{"loc":{"start":{"line":30,"column":7},"end":{"line":30,"column":null}},"type":"cond-expr","locations":[{"start":{"line":30,"column":10},"end":{"line":30,"column":22}},{"start":{"line":30,"column":22},"end":{"line":30,"column":null}}]},"1":{"loc":{"start":{"line":31,"column":7},"end":{"line":31,"column":null}},"type":"cond-expr","locations":[{"start":{"line":31,"column":10},"end":{"line":31,"column":11}},{"start":{"line":31,"column":11},"end":{"line":31,"column":null}}]},"2":{"loc":{"start":{"line":32,"column":7},"end":{"line":32,"column":null}},"type":"cond-expr","locations":[{"start":{"line":32,"column":10},"end":{"line":32,"column":16}},{"start":{"line":32,"column":16},"end":{"line":32,"column":null}}]},"3":{"loc":{"start":{"line":33,"column":2},"end":{"line":33,"column":null}},"type":"cond-expr","locations":[{"start":{"line":33,"column":52},"end":{"line":33,"column":54}},{"start":{"line":33,"column":54},"end":{"line":33,"column":null}}]},"4":{"loc":{"start":{"line":33,"column":26},"end":{"line":33,"column":36}},"type":"cond-expr","locations":[{"start":{"line":33,"column":29},"end":{"line":33,"column":31}},{"start":{"line":33,"column":31},"end":{"line":33,"column":36}}]},"5":{"loc":{"start":{"line":39,"column":4},"end":{"line":41,"column":null}},"type":"if","locations":[{"start":{"line":39,"column":4},"end":{"line":41,"column":null}}]},"6":{"loc":{"start":{"line":50,"column":4},"end":{"line":52,"column":32}},"type":"cond-expr","locations":[{"start":{"line":51,"column":8},"end":{"line":51,"column":21}},{"start":{"line":52,"column":8},"end":{"line":52,"column":32}}]}},"s":{"0":1,"1":1,"2":1,"3":1,"4":6,"5":6,"6":6,"7":6,"8":6,"9":6,"10":6,"11":6,"12":6,"13":6,"14":6,"15":6,"16":6,"17":6,"18":6,"19":6,"20":6,"21":6,"22":3,"23":3,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":6,"32":6,"33":1},"f":{"0":6,"1":3},"b":{"0":[6,0],"1":[6,0],"2":[4,2],"3":[6,0],"4":[6,0],"5":[3],"6":[2,4]}}
|
|
4
|
+
,"/Users/paulcowan/projects/cuttingedge/packages/svg/src/components/ResponsiveSVG/ResponsiveSVG.tsx": {"path":"/Users/paulcowan/projects/cuttingedge/packages/svg/src/components/ResponsiveSVG/ResponsiveSVG.tsx","statementMap":{"0":{"start":{"line":21,"column":8},"end":{"line":21,"column":null}},"1":{"start":{"line":22,"column":7},"end":{"line":22,"column":null}},"2":{"start":{"line":23,"column":10},"end":{"line":23,"column":null}},"3":{"start":{"line":24,"column":2},"end":{"line":24,"column":8}},"4":{"start":{"line":24,"column":8},"end":{"line":24,"column":null}},"5":{"start":{"line":25,"column":2},"end":{"line":25,"column":21}},"6":{"start":{"line":25,"column":21},"end":{"line":25,"column":null}},"7":{"start":{"line":26,"column":10},"end":{"line":26,"column":null}},"8":{"start":{"line":27,"column":11},"end":{"line":27,"column":null}},"9":{"start":{"line":29,"column":17},"end":{"line":29,"column":null}},"10":{"start":{"line":31,"column":25},"end":{"line":31,"column":29}},"11":{"start":{"line":33,"column":2},"end":{"line":33,"column":null}},"12":{"start":{"line":20,"column":0},"end":{"line":20,"column":16}}},"fnMap":{"0":{"name":"ResponsiveSVG","decl":{"start":{"line":20,"column":16},"end":{"line":20,"column":30}},"loc":{"start":{"line":28,"column":21},"end":{"line":53,"column":null}}}},"branchMap":{"0":{"loc":{"start":{"line":24,"column":8},"end":{"line":24,"column":null}},"type":"cond-expr","locations":[{"start":{"line":24,"column":11},"end":{"line":24,"column":13}},{"start":{"line":24,"column":25},"end":{"line":24,"column":null}}]},"1":{"loc":{"start":{"line":25,"column":21},"end":{"line":25,"column":null}},"type":"cond-expr","locations":[{"start":{"line":25,"column":24},"end":{"line":25,"column":39}},{"start":{"line":25,"column":39},"end":{"line":25,"column":null}}]}},"s":{"0":9,"1":9,"2":9,"3":9,"4":9,"5":9,"6":9,"7":9,"8":9,"9":9,"10":9,"11":9,"12":2},"f":{"0":9},"b":{"0":[9,0],"1":[9,0]}}
|
|
5
|
+
}
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for Group/Group.tsx</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../index.html">All files</a> / <a href="index.html">Group</a> Group.tsx</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">0% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>0/12</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">0% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>0/6</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">0% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>0/1</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">0% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>0/10</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
63
|
+
</div>
|
|
64
|
+
<div class='status-line low'></div>
|
|
65
|
+
<pre><table class="coverage">
|
|
66
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
67
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
68
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
69
|
+
<a name='L4'></a><a href='#L4'>4</a>
|
|
70
|
+
<a name='L5'></a><a href='#L5'>5</a>
|
|
71
|
+
<a name='L6'></a><a href='#L6'>6</a>
|
|
72
|
+
<a name='L7'></a><a href='#L7'>7</a>
|
|
73
|
+
<a name='L8'></a><a href='#L8'>8</a>
|
|
74
|
+
<a name='L9'></a><a href='#L9'>9</a>
|
|
75
|
+
<a name='L10'></a><a href='#L10'>10</a>
|
|
76
|
+
<a name='L11'></a><a href='#L11'>11</a>
|
|
77
|
+
<a name='L12'></a><a href='#L12'>12</a>
|
|
78
|
+
<a name='L13'></a><a href='#L13'>13</a>
|
|
79
|
+
<a name='L14'></a><a href='#L14'>14</a>
|
|
80
|
+
<a name='L15'></a><a href='#L15'>15</a>
|
|
81
|
+
<a name='L16'></a><a href='#L16'>16</a>
|
|
82
|
+
<a name='L17'></a><a href='#L17'>17</a>
|
|
83
|
+
<a name='L18'></a><a href='#L18'>18</a>
|
|
84
|
+
<a name='L19'></a><a href='#L19'>19</a>
|
|
85
|
+
<a name='L20'></a><a href='#L20'>20</a>
|
|
86
|
+
<a name='L21'></a><a href='#L21'>21</a>
|
|
87
|
+
<a name='L22'></a><a href='#L22'>22</a>
|
|
88
|
+
<a name='L23'></a><a href='#L23'>23</a>
|
|
89
|
+
<a name='L24'></a><a href='#L24'>24</a>
|
|
90
|
+
<a name='L25'></a><a href='#L25'>25</a>
|
|
91
|
+
<a name='L26'></a><a href='#L26'>26</a>
|
|
92
|
+
<a name='L27'></a><a href='#L27'>27</a>
|
|
93
|
+
<a name='L28'></a><a href='#L28'>28</a>
|
|
94
|
+
<a name='L29'></a><a href='#L29'>29</a>
|
|
95
|
+
<a name='L30'></a><a href='#L30'>30</a>
|
|
96
|
+
<a name='L31'></a><a href='#L31'>31</a>
|
|
97
|
+
<a name='L32'></a><a href='#L32'>32</a>
|
|
98
|
+
<a name='L33'></a><a href='#L33'>33</a>
|
|
99
|
+
<a name='L34'></a><a href='#L34'>34</a>
|
|
100
|
+
<a name='L35'></a><a href='#L35'>35</a>
|
|
101
|
+
<a name='L36'></a><a href='#L36'>36</a>
|
|
102
|
+
<a name='L37'></a><a href='#L37'>37</a></td><td class="line-coverage quiet"><span class="cline-any cline-no"> </span>
|
|
103
|
+
<span class="cline-any cline-neutral"> </span>
|
|
104
|
+
<span class="cline-any cline-neutral"> </span>
|
|
105
|
+
<span class="cline-any cline-neutral"> </span>
|
|
106
|
+
<span class="cline-any cline-neutral"> </span>
|
|
107
|
+
<span class="cline-any cline-neutral"> </span>
|
|
108
|
+
<span class="cline-any cline-neutral"> </span>
|
|
109
|
+
<span class="cline-any cline-neutral"> </span>
|
|
110
|
+
<span class="cline-any cline-neutral"> </span>
|
|
111
|
+
<span class="cline-any cline-neutral"> </span>
|
|
112
|
+
<span class="cline-any cline-neutral"> </span>
|
|
113
|
+
<span class="cline-any cline-neutral"> </span>
|
|
114
|
+
<span class="cline-any cline-neutral"> </span>
|
|
115
|
+
<span class="cline-any cline-neutral"> </span>
|
|
116
|
+
<span class="cline-any cline-neutral"> </span>
|
|
117
|
+
<span class="cline-any cline-neutral"> </span>
|
|
118
|
+
<span class="cline-any cline-no"> </span>
|
|
119
|
+
<span class="cline-any cline-no"> </span>
|
|
120
|
+
<span class="cline-any cline-no"> </span>
|
|
121
|
+
<span class="cline-any cline-no"> </span>
|
|
122
|
+
<span class="cline-any cline-no"> </span>
|
|
123
|
+
<span class="cline-any cline-no"> </span>
|
|
124
|
+
<span class="cline-any cline-no"> </span>
|
|
125
|
+
<span class="cline-any cline-no"> </span>
|
|
126
|
+
<span class="cline-any cline-neutral"> </span>
|
|
127
|
+
<span class="cline-any cline-no"> </span>
|
|
128
|
+
<span class="cline-any cline-neutral"> </span>
|
|
129
|
+
<span class="cline-any cline-neutral"> </span>
|
|
130
|
+
<span class="cline-any cline-neutral"> </span>
|
|
131
|
+
<span class="cline-any cline-neutral"> </span>
|
|
132
|
+
<span class="cline-any cline-neutral"> </span>
|
|
133
|
+
<span class="cline-any cline-neutral"> </span>
|
|
134
|
+
<span class="cline-any cline-neutral"> </span>
|
|
135
|
+
<span class="cline-any cline-neutral"> </span>
|
|
136
|
+
<span class="cline-any cline-neutral"> </span>
|
|
137
|
+
<span class="cline-any cline-neutral"> </span>
|
|
138
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js"><span class="cstat-no" title="statement not covered" >import cx from 'classnames';</span>
|
|
139
|
+
|
|
140
|
+
type GroupOnlyProps = {
|
|
141
|
+
/** Top offset applied to `<g/>`. */
|
|
142
|
+
y?: number;
|
|
143
|
+
/** Left offset applied to `<g/>`. */
|
|
144
|
+
x?: number;
|
|
145
|
+
/** Override `x` and `y` to provide the entire `transform` string. */
|
|
146
|
+
transform?: string;
|
|
147
|
+
className?: string;
|
|
148
|
+
children?: React.ReactNode;
|
|
149
|
+
innerRef?: React.Ref<SVGGElement>;
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
type GroupProps = GroupOnlyProps & Omit<React.SVGProps<SVGGElement>, keyof GroupOnlyProps>;
|
|
153
|
+
|
|
154
|
+
<span class="cstat-no" title="statement not covered" >export function <span class="fstat-no" title="function not covered" >G</span>roup({</span>
|
|
155
|
+
<span class="cstat-no" title="statement not covered" > y<span class="cstat-no" title="statement not covered" > </span>= 0,</span>
|
|
156
|
+
<span class="cstat-no" title="statement not covered" > x<span class="cstat-no" title="statement not covered" > </span>= 0,</span>
|
|
157
|
+
transform<span class="cstat-no" title="statement not covered" >,</span>
|
|
158
|
+
className<span class="cstat-no" title="statement not covered" >,</span>
|
|
159
|
+
children<span class="cstat-no" title="statement not covered" >,</span>
|
|
160
|
+
innerRef<span class="cstat-no" title="statement not covered" >,</span>
|
|
161
|
+
...restProps<span class="cstat-no" title="statement not covered" ></span>
|
|
162
|
+
}: GroupProps): JSX.Element {
|
|
163
|
+
<span class="cstat-no" title="statement not covered" > return (</span>
|
|
164
|
+
<g
|
|
165
|
+
ref={innerRef}
|
|
166
|
+
className={cx('visx-group', className)}
|
|
167
|
+
transform={transform || `translate(${x}, ${y})`}
|
|
168
|
+
{...restProps}
|
|
169
|
+
>
|
|
170
|
+
{children}
|
|
171
|
+
</g>
|
|
172
|
+
);
|
|
173
|
+
}
|
|
174
|
+
</pre></td></tr></table></pre>
|
|
175
|
+
|
|
176
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
177
|
+
</div><!-- /wrapper -->
|
|
178
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
179
|
+
Code coverage generated by
|
|
180
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
181
|
+
at Wed Apr 13 2022 18:51:48 GMT+0100 (British Summer Time)
|
|
182
|
+
</div>
|
|
183
|
+
<script src="../prettify.js"></script>
|
|
184
|
+
<script>
|
|
185
|
+
window.onload = function () {
|
|
186
|
+
prettyPrint();
|
|
187
|
+
};
|
|
188
|
+
</script>
|
|
189
|
+
<script src="../sorter.js"></script>
|
|
190
|
+
<script src="../block-navigation.js"></script>
|
|
191
|
+
</body>
|
|
192
|
+
</html>
|
|
193
|
+
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for Group</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../index.html">All files</a> Group</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">0% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>0/12</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">0% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>0/6</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">0% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>0/1</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">0% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>0/10</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
63
|
+
</div>
|
|
64
|
+
<div class='status-line low'></div>
|
|
65
|
+
<div class="pad1">
|
|
66
|
+
<table class="coverage-summary">
|
|
67
|
+
<thead>
|
|
68
|
+
<tr>
|
|
69
|
+
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
|
|
70
|
+
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
|
|
71
|
+
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
|
|
72
|
+
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
73
|
+
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
|
|
74
|
+
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
75
|
+
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
|
|
76
|
+
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
77
|
+
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
|
|
78
|
+
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
79
|
+
</tr>
|
|
80
|
+
</thead>
|
|
81
|
+
<tbody><tr>
|
|
82
|
+
<td class="file low" data-value="Group.tsx"><a href="Group.tsx.html">Group.tsx</a></td>
|
|
83
|
+
<td data-value="0" class="pic low">
|
|
84
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
85
|
+
</td>
|
|
86
|
+
<td data-value="0" class="pct low">0%</td>
|
|
87
|
+
<td data-value="12" class="abs low">0/12</td>
|
|
88
|
+
<td data-value="0" class="pct low">0%</td>
|
|
89
|
+
<td data-value="6" class="abs low">0/6</td>
|
|
90
|
+
<td data-value="0" class="pct low">0%</td>
|
|
91
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
92
|
+
<td data-value="0" class="pct low">0%</td>
|
|
93
|
+
<td data-value="10" class="abs low">0/10</td>
|
|
94
|
+
</tr>
|
|
95
|
+
|
|
96
|
+
</tbody>
|
|
97
|
+
</table>
|
|
98
|
+
</div>
|
|
99
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
100
|
+
</div><!-- /wrapper -->
|
|
101
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
|
+
Code coverage generated by
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
+
at Wed Apr 13 2022 18:51:48 GMT+0100 (British Summer Time)
|
|
105
|
+
</div>
|
|
106
|
+
<script src="../prettify.js"></script>
|
|
107
|
+
<script>
|
|
108
|
+
window.onload = function () {
|
|
109
|
+
prettyPrint();
|
|
110
|
+
};
|
|
111
|
+
</script>
|
|
112
|
+
<script src="../sorter.js"></script>
|
|
113
|
+
<script src="../block-navigation.js"></script>
|
|
114
|
+
</body>
|
|
115
|
+
</html>
|
|
116
|
+
|