@npm_leadtech/legal-lib-components 1.5.0 → 1.6.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/README.md +0 -1
- package/build/index.js +1 -1
- package/coverage/clover.xml +214 -82
- package/coverage/coverage-final.json +41 -30
- package/coverage/lcov-report/components/atoms/AddButton/AddButton.js.html +229 -0
- package/coverage/lcov-report/components/atoms/AddButton/index.html +116 -0
- package/coverage/lcov-report/components/atoms/BillCard/BillCard.js.html +166 -0
- package/coverage/lcov-report/components/atoms/BillCard/index.html +116 -0
- package/coverage/lcov-report/components/atoms/Button/Button.js.html +550 -0
- package/coverage/lcov-report/components/atoms/Button/index.html +116 -0
- package/coverage/lcov-report/components/atoms/CardPane/CardPane.js.html +220 -0
- package/coverage/lcov-report/components/atoms/CardPane/index.html +116 -0
- package/coverage/lcov-report/components/atoms/Checkbox/Checkbox.js.html +214 -0
- package/coverage/lcov-report/components/atoms/Checkbox/index.html +116 -0
- package/coverage/lcov-report/components/atoms/DatePickerCustom/DatePickerCustom.js.html +628 -0
- package/coverage/lcov-report/components/atoms/DatePickerCustom/index.html +116 -0
- package/coverage/lcov-report/components/atoms/Disclaimer/Disclaimer.js.html +259 -0
- package/coverage/lcov-report/components/atoms/Disclaimer/index.html +116 -0
- package/coverage/lcov-report/components/atoms/DocumentStatus/DocumentStatus.js.html +208 -0
- package/coverage/lcov-report/components/atoms/DocumentStatus/index.html +116 -0
- package/coverage/lcov-report/components/atoms/FormFaq/FormFaq.js.html +244 -0
- package/coverage/lcov-report/components/atoms/FormFaq/index.html +116 -0
- package/coverage/lcov-report/components/atoms/IconImage/IconImage.js.html +139 -0
- package/coverage/lcov-report/components/atoms/IconImage/index.html +116 -0
- package/coverage/lcov-report/components/atoms/InfoBox/InfoBox.js.html +154 -0
- package/coverage/lcov-report/components/atoms/InfoBox/index.html +116 -0
- package/coverage/lcov-report/components/atoms/LogoText/LogoText.js.html +169 -0
- package/coverage/lcov-report/components/atoms/LogoText/index.html +116 -0
- package/coverage/lcov-report/components/atoms/Message/Message.js.html +133 -0
- package/coverage/lcov-report/components/atoms/Message/index.html +116 -0
- package/coverage/lcov-report/components/atoms/PaypalButton/PaypalButton.js.html +133 -0
- package/coverage/lcov-report/components/atoms/PaypalButton/index.html +116 -0
- package/coverage/lcov-report/components/atoms/ProgressBar/ProgressBar.js.html +142 -0
- package/coverage/lcov-report/components/atoms/ProgressBar/index.html +116 -0
- package/coverage/lcov-report/components/atoms/Radio/Radio.js.html +310 -0
- package/coverage/lcov-report/components/atoms/Radio/index.html +116 -0
- package/coverage/lcov-report/components/atoms/RemoveButton/RemoveButton.js.html +229 -0
- package/coverage/lcov-report/components/atoms/RemoveButton/index.html +116 -0
- package/coverage/lcov-report/components/atoms/SearchSelect/SearchSelect.js.html +379 -0
- package/coverage/lcov-report/components/atoms/SearchSelect/index.html +116 -0
- package/coverage/lcov-report/components/atoms/SidemenuTab/SidemenuTab.js.html +172 -0
- package/coverage/lcov-report/components/atoms/SidemenuTab/index.html +116 -0
- package/coverage/lcov-report/components/atoms/Spinner/Spinner.js.html +145 -0
- package/coverage/lcov-report/components/atoms/Spinner/index.html +116 -0
- package/coverage/lcov-report/components/atoms/TestAB/TestAB.js.html +169 -0
- package/coverage/lcov-report/components/atoms/TestAB/index.html +116 -0
- package/coverage/lcov-report/components/atoms/Toggle/Toggle.js.html +163 -0
- package/coverage/lcov-report/components/atoms/Toggle/index.html +116 -0
- package/coverage/lcov-report/images/componentsSvg/Done24px.js.html +2 -2
- package/coverage/lcov-report/images/componentsSvg/Edit24p.js.html +187 -0
- package/coverage/lcov-report/images/componentsSvg/EditText24px.js.html +187 -0
- package/coverage/lcov-report/images/componentsSvg/InfoError24pxOutlined.js.html +2 -2
- package/coverage/lcov-report/images/componentsSvg/LogoutSvg.js.html +169 -0
- package/coverage/lcov-report/images/componentsSvg/MenuCollapse24p.js.html +217 -0
- package/coverage/lcov-report/images/componentsSvg/NewRelease24p.js.html +2 -2
- package/coverage/lcov-report/images/componentsSvg/Time24px.js.html +2 -2
- package/coverage/lcov-report/images/componentsSvg/index.html +65 -5
- package/coverage/lcov-report/index.html +143 -38
- package/coverage/lcov-report/src/components/atoms/AddButton/AddButton.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/AddButton/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/BillCard/BillCard.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/BillCard/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Button/Button.js.html +19 -19
- package/coverage/lcov-report/src/components/atoms/Button/index.html +6 -6
- package/coverage/lcov-report/src/components/atoms/CardPane/CardPane.js.html +3 -3
- package/coverage/lcov-report/src/components/atoms/CardPane/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Checkbox/Checkbox.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Checkbox/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/DatePickerCustom/DatePickerCustom.js.html +3 -3
- package/coverage/lcov-report/src/components/atoms/DatePickerCustom/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Disclaimer/Disclaimer.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Disclaimer/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/DocumentStatus/DocumentStatus.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/DocumentStatus/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/FormFaq/FormFaq.js.html +1 -1
- package/coverage/lcov-report/src/components/atoms/FormFaq/index.html +1 -1
- package/coverage/lcov-report/src/components/atoms/GoogleButton/GoogleButton.js.html +151 -0
- package/coverage/lcov-report/src/components/atoms/GoogleButton/index.html +116 -0
- package/coverage/lcov-report/src/components/atoms/IconImage/IconImage.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/IconImage/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/InfoBox/InfoBox.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/InfoBox/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/LogoText/LogoText.js.html +3 -3
- package/coverage/lcov-report/src/components/atoms/LogoText/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/MenuItems/MenuItems.js.html +202 -0
- package/coverage/lcov-report/src/components/atoms/MenuItems/index.html +116 -0
- package/coverage/lcov-report/src/components/atoms/Message/Message.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Message/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/PaypalButton/PaypalButton.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/PaypalButton/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/ProgressBar/ProgressBar.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/ProgressBar/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Radio/Radio.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Radio/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/RemoveButton/RemoveButton.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/RemoveButton/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/RichTextInner/RichTextInner.js.html +14 -11
- package/coverage/lcov-report/src/components/atoms/RichTextInner/index.html +6 -6
- package/coverage/lcov-report/src/components/atoms/SearchSelect/SearchSelect.js.html +3 -3
- package/coverage/lcov-report/src/components/atoms/SearchSelect/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/SidemenuTab/SidemenuTab.js.html +68 -23
- package/coverage/lcov-report/src/components/atoms/SidemenuTab/index.html +10 -10
- package/coverage/lcov-report/src/components/atoms/Spinner/Spinner.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Spinner/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/TestAB/TestAB.js.html +3 -3
- package/coverage/lcov-report/src/components/atoms/TestAB/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/TextArea/TextArea.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/TextArea/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Toggle/Toggle.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Toggle/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Tooltip/Tooltip.js.html +283 -0
- package/coverage/lcov-report/src/components/atoms/Tooltip/index.html +116 -0
- package/coverage/lcov-report/src/components/molecules/BottomFixedBar/BottomFixedBar.js.html +163 -0
- package/coverage/lcov-report/src/components/molecules/BottomFixedBar/index.html +116 -0
- package/coverage/lcov-report/src/components/molecules/BottomOverlay/BottomOverlay.js.html +283 -0
- package/coverage/lcov-report/src/components/molecules/BottomOverlay/index.html +116 -0
- package/coverage/lcov-report/src/components/molecules/BoxForm/BoxForm.js.html +13 -49
- package/coverage/lcov-report/src/components/molecules/BoxForm/index.html +12 -12
- package/coverage/lcov-report/src/components/molecules/Feedback/Feedback.js.html +424 -0
- package/coverage/lcov-report/src/components/molecules/Feedback/index.html +116 -0
- package/coverage/lcov-report/src/components/molecules/FormFaq/FormFaq.js.html +160 -0
- package/coverage/lcov-report/src/components/molecules/FormFaq/index.html +116 -0
- package/coverage/lcov-report/src/components/molecules/TooltipMenu/TooltipMenu.js.html +208 -0
- package/coverage/lcov-report/src/components/molecules/TooltipMenu/index.html +116 -0
- package/coverage/lcov-report/src/components/organisms/MobileBottomBar/MobileBottomBar.js.html +196 -0
- package/coverage/lcov-report/src/components/organisms/MobileBottomBar/index.html +116 -0
- package/coverage/lcov-report/src/utils/envVariables.js.html +2 -2
- package/coverage/lcov-report/src/utils/index.html +2 -2
- package/coverage/lcov-report/utils/envVariables.js.html +88 -0
- package/coverage/lcov-report/utils/index.html +116 -0
- package/coverage/lcov.info +359 -104
- package/images/componentsSvg/Delete24p.js +34 -0
- package/images/componentsSvg/Edit24p.js +34 -0
- package/images/componentsSvg/EditText24px.js +34 -0
- package/images/componentsSvg/Eye24pxOptimized.js +34 -0
- package/images/componentsSvg/IconDuplicate24px.js +31 -0
- package/images/componentsSvg/MenuCollapse24p.js +44 -0
- package/package.json +8 -7
- package/yarn-error.log +0 -13121
package/coverage/clover.xml
CHANGED
|
@@ -1,28 +1,51 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1646295370438" clover="3.2.0">
|
|
3
|
+
<project timestamp="1646295370438" name="All files">
|
|
4
|
+
<metrics statements="294" coveredstatements="283" conditionals="228" coveredconditionals="185" methods="70" coveredmethods="65" elements="592" coveredelements="533" complexity="0" loc="294" ncloc="294" packages="34" files="41" classes="41"/>
|
|
5
5
|
<package name="images.componentsSvg">
|
|
6
|
-
<metrics statements="
|
|
7
|
-
<file name="Done24px.js" path="/home/
|
|
6
|
+
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="8" coveredmethods="8"/>
|
|
7
|
+
<file name="Done24px.js" path="/home/phorth/Proyectos/legal-lib-components/images/componentsSvg/Done24px.js">
|
|
8
8
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
9
9
|
<line num="5" count="1" type="stmt"/>
|
|
10
10
|
<line num="6" count="1" type="stmt"/>
|
|
11
11
|
<line num="22" count="1" type="stmt"/>
|
|
12
12
|
</file>
|
|
13
|
-
<file name="
|
|
13
|
+
<file name="Edit24p.js" path="/home/phorth/Proyectos/legal-lib-components/images/componentsSvg/Edit24p.js">
|
|
14
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
15
|
+
<line num="5" count="1" type="stmt"/>
|
|
16
|
+
<line num="6" count="2" type="stmt"/>
|
|
17
|
+
<line num="32" count="1" type="stmt"/>
|
|
18
|
+
</file>
|
|
19
|
+
<file name="EditText24px.js" path="/home/phorth/Proyectos/legal-lib-components/images/componentsSvg/EditText24px.js">
|
|
20
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
21
|
+
<line num="5" count="1" type="stmt"/>
|
|
22
|
+
<line num="6" count="2" type="stmt"/>
|
|
23
|
+
<line num="32" count="1" type="stmt"/>
|
|
24
|
+
</file>
|
|
25
|
+
<file name="InfoError24pxOutlined.js" path="/home/phorth/Proyectos/legal-lib-components/images/componentsSvg/InfoError24pxOutlined.js">
|
|
14
26
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
15
27
|
<line num="5" count="1" type="stmt"/>
|
|
16
28
|
<line num="6" count="3" type="stmt"/>
|
|
17
29
|
<line num="33" count="1" type="stmt"/>
|
|
18
30
|
</file>
|
|
19
|
-
<file name="
|
|
31
|
+
<file name="LogoutSvg.js" path="/home/phorth/Proyectos/legal-lib-components/images/componentsSvg/LogoutSvg.js">
|
|
32
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
33
|
+
<line num="4" count="2" type="stmt"/>
|
|
34
|
+
<line num="5" count="18" type="stmt"/>
|
|
35
|
+
</file>
|
|
36
|
+
<file name="MenuCollapse24p.js" path="/home/phorth/Proyectos/legal-lib-components/images/componentsSvg/MenuCollapse24p.js">
|
|
37
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
38
|
+
<line num="5" count="1" type="stmt"/>
|
|
39
|
+
<line num="6" count="2" type="stmt"/>
|
|
40
|
+
<line num="42" count="1" type="stmt"/>
|
|
41
|
+
</file>
|
|
42
|
+
<file name="NewRelease24p.js" path="/home/phorth/Proyectos/legal-lib-components/images/componentsSvg/NewRelease24p.js">
|
|
20
43
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
21
44
|
<line num="5" count="1" type="stmt"/>
|
|
22
45
|
<line num="6" count="1" type="stmt"/>
|
|
23
46
|
<line num="25" count="1" type="stmt"/>
|
|
24
47
|
</file>
|
|
25
|
-
<file name="Time24px.js" path="/home/
|
|
48
|
+
<file name="Time24px.js" path="/home/phorth/Proyectos/legal-lib-components/images/componentsSvg/Time24px.js">
|
|
26
49
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
27
50
|
<line num="5" count="1" type="stmt"/>
|
|
28
51
|
<line num="6" count="1" type="stmt"/>
|
|
@@ -31,7 +54,7 @@
|
|
|
31
54
|
</package>
|
|
32
55
|
<package name="src.components.atoms.AddButton">
|
|
33
56
|
<metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
|
34
|
-
<file name="AddButton.js" path="/home/
|
|
57
|
+
<file name="AddButton.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/AddButton/AddButton.js">
|
|
35
58
|
<metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
|
36
59
|
<line num="5" count="1" type="stmt"/>
|
|
37
60
|
<line num="6" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -41,7 +64,7 @@
|
|
|
41
64
|
</package>
|
|
42
65
|
<package name="src.components.atoms.BillCard">
|
|
43
66
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
44
|
-
<file name="BillCard.js" path="/home/
|
|
67
|
+
<file name="BillCard.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/BillCard/BillCard.js">
|
|
45
68
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
46
69
|
<line num="5" count="1" type="stmt"/>
|
|
47
70
|
<line num="6" count="1" type="stmt"/>
|
|
@@ -49,33 +72,33 @@
|
|
|
49
72
|
</file>
|
|
50
73
|
</package>
|
|
51
74
|
<package name="src.components.atoms.Button">
|
|
52
|
-
<metrics statements="19" coveredstatements="18" conditionals="28" coveredconditionals="
|
|
53
|
-
<file name="Button.js" path="/home/
|
|
54
|
-
<metrics statements="19" coveredstatements="18" conditionals="28" coveredconditionals="
|
|
55
|
-
<line num="6" count="
|
|
56
|
-
<line num="39" count="
|
|
57
|
-
<line num="44" count="
|
|
58
|
-
<line num="46" count="
|
|
59
|
-
<line num="66" count="
|
|
75
|
+
<metrics statements="19" coveredstatements="18" conditionals="28" coveredconditionals="23" methods="2" coveredmethods="2"/>
|
|
76
|
+
<file name="Button.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Button/Button.js">
|
|
77
|
+
<metrics statements="19" coveredstatements="18" conditionals="28" coveredconditionals="23" methods="2" coveredmethods="2"/>
|
|
78
|
+
<line num="6" count="5" type="stmt"/>
|
|
79
|
+
<line num="39" count="23" type="stmt"/>
|
|
80
|
+
<line num="44" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
81
|
+
<line num="46" count="23" type="cond" truecount="1" falsecount="1"/>
|
|
82
|
+
<line num="66" count="23" type="stmt"/>
|
|
60
83
|
<line num="67" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
61
84
|
<line num="68" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
62
85
|
<line num="69" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
63
86
|
<line num="70" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
64
87
|
<line num="72" count="1" type="stmt"/>
|
|
65
|
-
<line num="79" count="
|
|
66
|
-
<line num="92" count="
|
|
67
|
-
<line num="93" count="
|
|
68
|
-
<line num="100" count="
|
|
88
|
+
<line num="79" count="23" type="stmt"/>
|
|
89
|
+
<line num="92" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
90
|
+
<line num="93" count="15" type="stmt"/>
|
|
91
|
+
<line num="100" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
69
92
|
<line num="101" count="1" type="stmt"/>
|
|
70
|
-
<line num="108" count="
|
|
71
|
-
<line num="109" count="
|
|
93
|
+
<line num="108" count="7" type="cond" truecount="3" falsecount="1"/>
|
|
94
|
+
<line num="109" count="7" type="stmt"/>
|
|
72
95
|
<line num="116" count="0" type="stmt"/>
|
|
73
|
-
<line num="123" count="
|
|
96
|
+
<line num="123" count="5" type="stmt"/>
|
|
74
97
|
</file>
|
|
75
98
|
</package>
|
|
76
99
|
<package name="src.components.atoms.CardPane">
|
|
77
100
|
<metrics statements="13" coveredstatements="12" conditionals="10" coveredconditionals="9" methods="2" coveredmethods="2"/>
|
|
78
|
-
<file name="CardPane.js" path="/home/
|
|
101
|
+
<file name="CardPane.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/CardPane/CardPane.js">
|
|
79
102
|
<metrics statements="13" coveredstatements="12" conditionals="10" coveredconditionals="9" methods="2" coveredmethods="2"/>
|
|
80
103
|
<line num="5" count="1" type="stmt"/>
|
|
81
104
|
<line num="6" count="7" type="cond" truecount="3" falsecount="1"/>
|
|
@@ -94,7 +117,7 @@
|
|
|
94
117
|
</package>
|
|
95
118
|
<package name="src.components.atoms.Checkbox">
|
|
96
119
|
<metrics statements="6" coveredstatements="6" conditionals="12" coveredconditionals="6" methods="1" coveredmethods="1"/>
|
|
97
|
-
<file name="Checkbox.js" path="/home/
|
|
120
|
+
<file name="Checkbox.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Checkbox/Checkbox.js">
|
|
98
121
|
<metrics statements="6" coveredstatements="6" conditionals="12" coveredconditionals="6" methods="1" coveredmethods="1"/>
|
|
99
122
|
<line num="5" count="1" type="stmt"/>
|
|
100
123
|
<line num="6" count="3" type="cond" truecount="2" falsecount="2"/>
|
|
@@ -106,7 +129,7 @@
|
|
|
106
129
|
</package>
|
|
107
130
|
<package name="src.components.atoms.DatePickerCustom">
|
|
108
131
|
<metrics statements="37" coveredstatements="35" conditionals="18" coveredconditionals="11" methods="12" coveredmethods="9"/>
|
|
109
|
-
<file name="DatePickerCustom.js" path="/home/
|
|
132
|
+
<file name="DatePickerCustom.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/DatePickerCustom/DatePickerCustom.js">
|
|
110
133
|
<metrics statements="37" coveredstatements="35" conditionals="18" coveredconditionals="11" methods="12" coveredmethods="9"/>
|
|
111
134
|
<line num="8" count="5" type="stmt"/>
|
|
112
135
|
<line num="9" count="5" type="stmt"/>
|
|
@@ -149,7 +172,7 @@
|
|
|
149
172
|
</package>
|
|
150
173
|
<package name="src.components.atoms.Disclaimer">
|
|
151
174
|
<metrics statements="7" coveredstatements="7" conditionals="8" coveredconditionals="8" methods="1" coveredmethods="1"/>
|
|
152
|
-
<file name="Disclaimer.js" path="/home/
|
|
175
|
+
<file name="Disclaimer.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Disclaimer/Disclaimer.js">
|
|
153
176
|
<metrics statements="7" coveredstatements="7" conditionals="8" coveredconditionals="8" methods="1" coveredmethods="1"/>
|
|
154
177
|
<line num="7" count="1" type="stmt"/>
|
|
155
178
|
<line num="8" count="3" type="stmt"/>
|
|
@@ -162,7 +185,7 @@
|
|
|
162
185
|
</package>
|
|
163
186
|
<package name="src.components.atoms.DocumentStatus">
|
|
164
187
|
<metrics statements="6" coveredstatements="6" conditionals="7" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
|
165
|
-
<file name="DocumentStatus.js" path="/home/
|
|
188
|
+
<file name="DocumentStatus.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/DocumentStatus/DocumentStatus.js">
|
|
166
189
|
<metrics statements="6" coveredstatements="6" conditionals="7" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
|
167
190
|
<line num="10" count="1" type="stmt"/>
|
|
168
191
|
<line num="11" count="3" type="cond" truecount="7" falsecount="0"/>
|
|
@@ -172,28 +195,19 @@
|
|
|
172
195
|
<line num="38" count="1" type="stmt"/>
|
|
173
196
|
</file>
|
|
174
197
|
</package>
|
|
175
|
-
<package name="src.components.atoms.
|
|
176
|
-
<metrics statements="
|
|
177
|
-
<file name="
|
|
178
|
-
<metrics statements="
|
|
179
|
-
<line num="
|
|
180
|
-
<line num="
|
|
181
|
-
<line num="
|
|
182
|
-
<line num="
|
|
183
|
-
<line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
184
|
-
<line num="18" count="0" type="stmt"/>
|
|
185
|
-
<line num="19" count="0" type="stmt"/>
|
|
186
|
-
<line num="23" count="5" type="stmt"/>
|
|
187
|
-
<line num="24" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
188
|
-
<line num="31" count="4" type="stmt"/>
|
|
189
|
-
<line num="32" count="4" type="stmt"/>
|
|
190
|
-
<line num="36" count="5" type="stmt"/>
|
|
191
|
-
<line num="50" count="1" type="stmt"/>
|
|
198
|
+
<package name="src.components.atoms.GoogleButton">
|
|
199
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
200
|
+
<file name="GoogleButton.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/GoogleButton/GoogleButton.js">
|
|
201
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
202
|
+
<line num="6" count="1" type="stmt"/>
|
|
203
|
+
<line num="7" count="3" type="stmt"/>
|
|
204
|
+
<line num="15" count="1" type="stmt"/>
|
|
205
|
+
<line num="20" count="1" type="stmt"/>
|
|
192
206
|
</file>
|
|
193
207
|
</package>
|
|
194
208
|
<package name="src.components.atoms.IconImage">
|
|
195
209
|
<metrics statements="6" coveredstatements="5" conditionals="3" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
196
|
-
<file name="IconImage.js" path="/home/
|
|
210
|
+
<file name="IconImage.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/IconImage/IconImage.js">
|
|
197
211
|
<metrics statements="6" coveredstatements="5" conditionals="3" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
198
212
|
<line num="4" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
199
213
|
<line num="5" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -205,7 +219,7 @@
|
|
|
205
219
|
</package>
|
|
206
220
|
<package name="src.components.atoms.InfoBox">
|
|
207
221
|
<metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
208
|
-
<file name="InfoBox.js" path="/home/
|
|
222
|
+
<file name="InfoBox.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/InfoBox/InfoBox.js">
|
|
209
223
|
<metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
210
224
|
<line num="6" count="1" type="stmt"/>
|
|
211
225
|
<line num="7" count="4" type="stmt"/>
|
|
@@ -214,16 +228,34 @@
|
|
|
214
228
|
</package>
|
|
215
229
|
<package name="src.components.atoms.LogoText">
|
|
216
230
|
<metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
217
|
-
<file name="LogoText.js" path="/home/
|
|
231
|
+
<file name="LogoText.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/LogoText/LogoText.js">
|
|
218
232
|
<metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
219
233
|
<line num="6" count="1" type="stmt"/>
|
|
220
234
|
<line num="7" count="3" type="stmt"/>
|
|
221
235
|
<line num="21" count="1" type="stmt"/>
|
|
222
236
|
</file>
|
|
223
237
|
</package>
|
|
238
|
+
<package name="src.components.atoms.MenuItems">
|
|
239
|
+
<metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="7" methods="3" coveredmethods="3"/>
|
|
240
|
+
<file name="MenuItems.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/MenuItems/MenuItems.js">
|
|
241
|
+
<metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="7" methods="3" coveredmethods="3"/>
|
|
242
|
+
<line num="7" count="3" type="stmt"/>
|
|
243
|
+
<line num="8" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
244
|
+
<line num="9" count="2" type="stmt"/>
|
|
245
|
+
<line num="12" count="6" type="stmt"/>
|
|
246
|
+
<line num="16" count="6" type="stmt"/>
|
|
247
|
+
<line num="17" count="15" type="cond" truecount="1" falsecount="1"/>
|
|
248
|
+
<line num="18" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
249
|
+
<line num="19" count="3" type="stmt"/>
|
|
250
|
+
<line num="21" count="12" type="stmt"/>
|
|
251
|
+
<line num="29" count="6" type="stmt"/>
|
|
252
|
+
<line num="31" count="15" type="stmt"/>
|
|
253
|
+
<line num="36" count="3" type="stmt"/>
|
|
254
|
+
</file>
|
|
255
|
+
</package>
|
|
224
256
|
<package name="src.components.atoms.Message">
|
|
225
257
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
226
|
-
<file name="Message.js" path="/home/
|
|
258
|
+
<file name="Message.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Message/Message.js">
|
|
227
259
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
228
260
|
<line num="5" count="1" type="stmt"/>
|
|
229
261
|
<line num="6" count="4" type="stmt"/>
|
|
@@ -232,7 +264,7 @@
|
|
|
232
264
|
</package>
|
|
233
265
|
<package name="src.components.atoms.PaypalButton">
|
|
234
266
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
235
|
-
<file name="PaypalButton.js" path="/home/
|
|
267
|
+
<file name="PaypalButton.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/PaypalButton/PaypalButton.js">
|
|
236
268
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
237
269
|
<line num="6" count="1" type="stmt"/>
|
|
238
270
|
<line num="7" count="1" type="stmt"/>
|
|
@@ -241,7 +273,7 @@
|
|
|
241
273
|
</package>
|
|
242
274
|
<package name="src.components.atoms.ProgressBar">
|
|
243
275
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
244
|
-
<file name="ProgressBar.js" path="/home/
|
|
276
|
+
<file name="ProgressBar.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/ProgressBar/ProgressBar.js">
|
|
245
277
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
246
278
|
<line num="5" count="1" type="stmt"/>
|
|
247
279
|
<line num="6" count="1" type="stmt"/>
|
|
@@ -251,7 +283,7 @@
|
|
|
251
283
|
</package>
|
|
252
284
|
<package name="src.components.atoms.Radio">
|
|
253
285
|
<metrics statements="10" coveredstatements="9" conditionals="10" coveredconditionals="5" methods="4" coveredmethods="3"/>
|
|
254
|
-
<file name="Radio.js" path="/home/
|
|
286
|
+
<file name="Radio.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Radio/Radio.js">
|
|
255
287
|
<metrics statements="10" coveredstatements="9" conditionals="10" coveredconditionals="5" methods="4" coveredmethods="3"/>
|
|
256
288
|
<line num="6" count="1" type="stmt"/>
|
|
257
289
|
<line num="7" count="5" type="stmt"/>
|
|
@@ -267,7 +299,7 @@
|
|
|
267
299
|
</package>
|
|
268
300
|
<package name="src.components.atoms.RemoveButton">
|
|
269
301
|
<metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
|
270
|
-
<file name="RemoveButton.js" path="/home/
|
|
302
|
+
<file name="RemoveButton.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/RemoveButton/RemoveButton.js">
|
|
271
303
|
<metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
|
272
304
|
<line num="5" count="1" type="stmt"/>
|
|
273
305
|
<line num="6" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -276,17 +308,17 @@
|
|
|
276
308
|
</file>
|
|
277
309
|
</package>
|
|
278
310
|
<package name="src.components.atoms.RichTextInner">
|
|
279
|
-
<metrics statements="3" coveredstatements="3" conditionals="
|
|
280
|
-
<file name="RichTextInner.js" path="/home/
|
|
281
|
-
<metrics statements="3" coveredstatements="3" conditionals="
|
|
282
|
-
<line num="
|
|
283
|
-
<line num="
|
|
284
|
-
<line num="
|
|
311
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
312
|
+
<file name="RichTextInner.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/RichTextInner/RichTextInner.js">
|
|
313
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
314
|
+
<line num="6" count="2" type="stmt"/>
|
|
315
|
+
<line num="7" count="3" type="stmt"/>
|
|
316
|
+
<line num="10" count="2" type="stmt"/>
|
|
285
317
|
</file>
|
|
286
318
|
</package>
|
|
287
319
|
<package name="src.components.atoms.SearchSelect">
|
|
288
320
|
<metrics statements="22" coveredstatements="17" conditionals="26" coveredconditionals="15" methods="4" coveredmethods="3"/>
|
|
289
|
-
<file name="SearchSelect.js" path="/home/
|
|
321
|
+
<file name="SearchSelect.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/SearchSelect/SearchSelect.js">
|
|
290
322
|
<metrics statements="22" coveredstatements="17" conditionals="26" coveredconditionals="15" methods="4" coveredmethods="3"/>
|
|
291
323
|
<line num="7" count="1" type="stmt"/>
|
|
292
324
|
<line num="8" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -313,18 +345,22 @@
|
|
|
313
345
|
</file>
|
|
314
346
|
</package>
|
|
315
347
|
<package name="src.components.atoms.SidemenuTab">
|
|
316
|
-
<metrics statements="
|
|
317
|
-
<file name="SidemenuTab.js" path="/home/
|
|
318
|
-
<metrics statements="
|
|
319
|
-
<line num="
|
|
320
|
-
<line num="
|
|
321
|
-
<line num="
|
|
322
|
-
<line num="
|
|
348
|
+
<metrics statements="8" coveredstatements="8" conditionals="6" coveredconditionals="6" methods="2" coveredmethods="2"/>
|
|
349
|
+
<file name="SidemenuTab.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/SidemenuTab/SidemenuTab.js">
|
|
350
|
+
<metrics statements="8" coveredstatements="8" conditionals="6" coveredconditionals="6" methods="2" coveredmethods="2"/>
|
|
351
|
+
<line num="9" count="2" type="stmt"/>
|
|
352
|
+
<line num="10" count="11" type="stmt"/>
|
|
353
|
+
<line num="16" count="11" type="stmt"/>
|
|
354
|
+
<line num="17" count="11" type="stmt"/>
|
|
355
|
+
<line num="25" count="11" type="cond" truecount="4" falsecount="0"/>
|
|
356
|
+
<line num="26" count="8" type="stmt"/>
|
|
357
|
+
<line num="29" count="3" type="stmt"/>
|
|
358
|
+
<line num="36" count="2" type="stmt"/>
|
|
323
359
|
</file>
|
|
324
360
|
</package>
|
|
325
361
|
<package name="src.components.atoms.Spinner">
|
|
326
362
|
<metrics statements="3" coveredstatements="3" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
|
327
|
-
<file name="Spinner.js" path="/home/
|
|
363
|
+
<file name="Spinner.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Spinner/Spinner.js">
|
|
328
364
|
<metrics statements="3" coveredstatements="3" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
|
329
365
|
<line num="5" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
330
366
|
<line num="6" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -333,7 +369,7 @@
|
|
|
333
369
|
</package>
|
|
334
370
|
<package name="src.components.atoms.TestAB">
|
|
335
371
|
<metrics statements="8" coveredstatements="8" conditionals="6" coveredconditionals="5" methods="2" coveredmethods="2"/>
|
|
336
|
-
<file name="TestAB.js" path="/home/
|
|
372
|
+
<file name="TestAB.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/TestAB/TestAB.js">
|
|
337
373
|
<metrics statements="8" coveredstatements="8" conditionals="6" coveredconditionals="5" methods="2" coveredmethods="2"/>
|
|
338
374
|
<line num="10" count="1" type="stmt"/>
|
|
339
375
|
<line num="11" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -347,7 +383,7 @@
|
|
|
347
383
|
</package>
|
|
348
384
|
<package name="src.components.atoms.TextArea">
|
|
349
385
|
<metrics statements="5" coveredstatements="5" conditionals="12" coveredconditionals="11" methods="1" coveredmethods="1"/>
|
|
350
|
-
<file name="TextArea.js" path="/home/
|
|
386
|
+
<file name="TextArea.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/TextArea/TextArea.js">
|
|
351
387
|
<metrics statements="5" coveredstatements="5" conditionals="12" coveredconditionals="11" methods="1" coveredmethods="1"/>
|
|
352
388
|
<line num="6" count="1" type="stmt"/>
|
|
353
389
|
<line num="25" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -358,33 +394,129 @@
|
|
|
358
394
|
</package>
|
|
359
395
|
<package name="src.components.atoms.Toggle">
|
|
360
396
|
<metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
361
|
-
<file name="Toggle.js" path="/home/
|
|
397
|
+
<file name="Toggle.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Toggle/Toggle.js">
|
|
362
398
|
<metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
363
399
|
<line num="5" count="1" type="stmt"/>
|
|
364
400
|
<line num="6" count="3" type="stmt"/>
|
|
365
401
|
<line num="22" count="1" type="stmt"/>
|
|
366
402
|
</file>
|
|
367
403
|
</package>
|
|
404
|
+
<package name="src.components.atoms.Tooltip">
|
|
405
|
+
<metrics statements="7" coveredstatements="7" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
406
|
+
<file name="Tooltip.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Tooltip/Tooltip.js">
|
|
407
|
+
<metrics statements="7" coveredstatements="7" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
408
|
+
<line num="9" count="5" type="stmt"/>
|
|
409
|
+
<line num="10" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
410
|
+
<line num="11" count="1" type="stmt"/>
|
|
411
|
+
<line num="13" count="7" type="stmt"/>
|
|
412
|
+
<line num="17" count="7" type="stmt"/>
|
|
413
|
+
<line num="24" count="5" type="stmt"/>
|
|
414
|
+
<line num="63" count="5" type="stmt"/>
|
|
415
|
+
</file>
|
|
416
|
+
</package>
|
|
417
|
+
<package name="src.components.molecules.BottomFixedBar">
|
|
418
|
+
<metrics statements="5" coveredstatements="5" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
419
|
+
<file name="BottomFixedBar.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/molecules/BottomFixedBar/BottomFixedBar.js">
|
|
420
|
+
<metrics statements="5" coveredstatements="5" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
421
|
+
<line num="8" count="1" type="stmt"/>
|
|
422
|
+
<line num="9" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
423
|
+
<line num="10" count="3" type="stmt"/>
|
|
424
|
+
<line num="13" count="1" type="stmt"/>
|
|
425
|
+
<line num="23" count="1" type="stmt"/>
|
|
426
|
+
</file>
|
|
427
|
+
</package>
|
|
368
428
|
<package name="src.components.molecules.BoxForm">
|
|
369
|
-
<metrics statements="
|
|
370
|
-
<file name="BoxForm.js" path="/home/
|
|
371
|
-
<metrics statements="
|
|
429
|
+
<metrics statements="7" coveredstatements="7" conditionals="8" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
|
430
|
+
<file name="BoxForm.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/molecules/BoxForm/BoxForm.js">
|
|
431
|
+
<metrics statements="7" coveredstatements="7" conditionals="8" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
|
372
432
|
<line num="6" count="1" type="stmt"/>
|
|
373
433
|
<line num="7" count="4" type="stmt"/>
|
|
374
434
|
<line num="9" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
375
435
|
<line num="10" count="3" type="stmt"/>
|
|
376
|
-
<line num="
|
|
377
|
-
<line num="
|
|
378
|
-
<line num="
|
|
379
|
-
|
|
436
|
+
<line num="11" count="3" type="stmt"/>
|
|
437
|
+
<line num="20" count="4" type="stmt"/>
|
|
438
|
+
<line num="47" count="1" type="stmt"/>
|
|
439
|
+
</file>
|
|
440
|
+
</package>
|
|
441
|
+
<package name="src.components.molecules.Feedback">
|
|
442
|
+
<metrics statements="30" coveredstatements="30" conditionals="26" coveredconditionals="26" methods="5" coveredmethods="5"/>
|
|
443
|
+
<file name="Feedback.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/molecules/Feedback/Feedback.js">
|
|
444
|
+
<metrics statements="30" coveredstatements="30" conditionals="26" coveredconditionals="26" methods="5" coveredmethods="5"/>
|
|
445
|
+
<line num="9" count="1" type="stmt"/>
|
|
446
|
+
<line num="20" count="1" type="stmt"/>
|
|
447
|
+
<line num="21" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
448
|
+
<line num="23" count="10" type="cond" truecount="4" falsecount="0"/>
|
|
380
449
|
<line num="24" count="1" type="stmt"/>
|
|
381
|
-
<line num="
|
|
450
|
+
<line num="27" count="9" type="stmt"/>
|
|
451
|
+
<line num="28" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
452
|
+
<line num="29" count="2" type="stmt"/>
|
|
453
|
+
<line num="35" count="7" type="stmt"/>
|
|
454
|
+
<line num="42" count="9" type="stmt"/>
|
|
455
|
+
<line num="43" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
456
|
+
<line num="44" count="4" type="stmt"/>
|
|
457
|
+
<line num="46" count="5" type="stmt"/>
|
|
458
|
+
<line num="49" count="9" type="stmt"/>
|
|
459
|
+
<line num="50" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
460
|
+
<line num="51" count="7" type="stmt"/>
|
|
461
|
+
<line num="53" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
462
|
+
<line num="56" count="9" type="stmt"/>
|
|
463
|
+
<line num="57" count="9" type="stmt"/>
|
|
464
|
+
<line num="58" count="9" type="cond" truecount="4" falsecount="0"/>
|
|
382
465
|
<line num="59" count="1" type="stmt"/>
|
|
466
|
+
<line num="61" count="9" type="cond" truecount="4" falsecount="0"/>
|
|
467
|
+
<line num="62" count="2" type="stmt"/>
|
|
468
|
+
<line num="68" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
469
|
+
<line num="69" count="6" type="stmt"/>
|
|
470
|
+
<line num="71" count="3" type="stmt"/>
|
|
471
|
+
<line num="74" count="9" type="stmt"/>
|
|
472
|
+
<line num="80" count="9" type="stmt"/>
|
|
473
|
+
<line num="92" count="1" type="stmt"/>
|
|
474
|
+
<line num="111" count="1" type="stmt"/>
|
|
475
|
+
</file>
|
|
476
|
+
</package>
|
|
477
|
+
<package name="src.components.molecules.FormFaq">
|
|
478
|
+
<metrics statements="5" coveredstatements="5" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
479
|
+
<file name="FormFaq.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/molecules/FormFaq/FormFaq.js">
|
|
480
|
+
<metrics statements="5" coveredstatements="5" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
481
|
+
<line num="7" count="1" type="stmt"/>
|
|
482
|
+
<line num="8" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
483
|
+
<line num="9" count="3" type="stmt"/>
|
|
484
|
+
<line num="11" count="1" type="stmt"/>
|
|
485
|
+
<line num="22" count="1" type="stmt"/>
|
|
486
|
+
</file>
|
|
487
|
+
</package>
|
|
488
|
+
<package name="src.components.molecules.TooltipMenu">
|
|
489
|
+
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
490
|
+
<file name="TooltipMenu.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/molecules/TooltipMenu/TooltipMenu.js">
|
|
491
|
+
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
492
|
+
<line num="7" count="1" type="stmt"/>
|
|
493
|
+
<line num="8" count="2" type="stmt"/>
|
|
494
|
+
<line num="11" count="2" type="stmt"/>
|
|
495
|
+
<line num="13" count="4" type="stmt"/>
|
|
496
|
+
<line num="21" count="2" type="stmt"/>
|
|
497
|
+
<line num="33" count="1" type="stmt"/>
|
|
498
|
+
</file>
|
|
499
|
+
</package>
|
|
500
|
+
<package name="src.components.organisms.MobileBottomBar">
|
|
501
|
+
<metrics statements="11" coveredstatements="11" conditionals="9" coveredconditionals="9" methods="3" coveredmethods="3"/>
|
|
502
|
+
<file name="MobileBottomBar.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/organisms/MobileBottomBar/MobileBottomBar.js">
|
|
503
|
+
<metrics statements="11" coveredstatements="11" conditionals="9" coveredconditionals="9" methods="3" coveredmethods="3"/>
|
|
504
|
+
<line num="9" count="1" type="stmt"/>
|
|
505
|
+
<line num="10" count="6" type="cond" truecount="5" falsecount="0"/>
|
|
506
|
+
<line num="11" count="2" type="stmt"/>
|
|
507
|
+
<line num="14" count="4" type="stmt"/>
|
|
508
|
+
<line num="18" count="4" type="stmt"/>
|
|
509
|
+
<line num="19" count="3" type="stmt"/>
|
|
510
|
+
<line num="20" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
511
|
+
<line num="21" count="3" type="stmt"/>
|
|
512
|
+
<line num="27" count="6" type="stmt"/>
|
|
513
|
+
<line num="30" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
514
|
+
<line num="33" count="1" type="stmt"/>
|
|
383
515
|
</file>
|
|
384
516
|
</package>
|
|
385
517
|
<package name="src.utils">
|
|
386
518
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
387
|
-
<file name="envVariables.js" path="/home/
|
|
519
|
+
<file name="envVariables.js" path="/home/phorth/Proyectos/legal-lib-components/src/utils/envVariables.js">
|
|
388
520
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
389
521
|
<line num="1" count="1" type="stmt"/>
|
|
390
522
|
</file>
|