@refinedev/antd 5.37.5 → 6.0.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 +109 -17
- package/coverage/clover.xml +2005 -0
- package/coverage/coverage-final.json +1 -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 +1331 -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-report/src/components/breadcrumb/index.html +116 -0
- package/coverage/lcov-report/src/components/breadcrumb/index.tsx.html +325 -0
- package/coverage/lcov-report/src/components/buttons/clone/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/clone/index.tsx.html +397 -0
- package/coverage/lcov-report/src/components/buttons/create/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/create/index.tsx.html +397 -0
- package/coverage/lcov-report/src/components/buttons/delete/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/delete/index.tsx.html +463 -0
- package/coverage/lcov-report/src/components/buttons/edit/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/edit/index.tsx.html +400 -0
- package/coverage/lcov-report/src/components/buttons/export/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/export/index.tsx.html +181 -0
- package/coverage/lcov-report/src/components/buttons/import/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/import/index.tsx.html +193 -0
- package/coverage/lcov-report/src/components/buttons/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/index.ts.html +118 -0
- package/coverage/lcov-report/src/components/buttons/list/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/list/index.tsx.html +451 -0
- package/coverage/lcov-report/src/components/buttons/refresh/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/refresh/index.tsx.html +268 -0
- package/coverage/lcov-report/src/components/buttons/save/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/save/index.tsx.html +181 -0
- package/coverage/lcov-report/src/components/buttons/show/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/show/index.tsx.html +397 -0
- package/coverage/lcov-report/src/components/crud/create/index.html +116 -0
- package/coverage/lcov-report/src/components/crud/create/index.tsx.html +514 -0
- package/coverage/lcov-report/src/components/crud/edit/index.html +116 -0
- package/coverage/lcov-report/src/components/crud/edit/index.tsx.html +766 -0
- package/coverage/lcov-report/src/components/crud/index.html +116 -0
- package/coverage/lcov-report/src/components/crud/index.ts.html +103 -0
- package/coverage/lcov-report/src/components/crud/list/index.html +116 -0
- package/coverage/lcov-report/src/components/crud/list/index.tsx.html +424 -0
- package/coverage/lcov-report/src/components/crud/show/index.html +116 -0
- package/coverage/lcov-report/src/components/crud/show/index.tsx.html +724 -0
- package/coverage/lcov-report/src/components/fields/boolean/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/boolean/index.tsx.html +163 -0
- package/coverage/lcov-report/src/components/fields/date/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/date/index.tsx.html +184 -0
- package/coverage/lcov-report/src/components/fields/email/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/email/index.tsx.html +145 -0
- package/coverage/lcov-report/src/components/fields/file/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/file/index.tsx.html +148 -0
- package/coverage/lcov-report/src/components/fields/image/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/image/index.tsx.html +136 -0
- package/coverage/lcov-report/src/components/fields/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/index.ts.html +118 -0
- package/coverage/lcov-report/src/components/fields/markdown/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/markdown/index.tsx.html +133 -0
- package/coverage/lcov-report/src/components/fields/number/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/number/index.tsx.html +193 -0
- package/coverage/lcov-report/src/components/fields/tag/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/tag/index.tsx.html +124 -0
- package/coverage/lcov-report/src/components/fields/text/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/text/index.tsx.html +130 -0
- package/coverage/lcov-report/src/components/fields/url/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/url/index.tsx.html +157 -0
- package/coverage/lcov-report/src/components/index.html +116 -0
- package/coverage/lcov-report/src/components/index.ts.html +163 -0
- package/coverage/lcov-report/src/components/layout/header/index.html +116 -0
- package/coverage/lcov-report/src/components/layout/header/index.tsx.html +190 -0
- package/coverage/lcov-report/src/components/layout/index.html +116 -0
- package/coverage/lcov-report/src/components/layout/index.tsx.html +220 -0
- package/coverage/lcov-report/src/components/layout/sider/index.html +131 -0
- package/coverage/lcov-report/src/components/layout/sider/index.tsx.html +928 -0
- package/coverage/lcov-report/src/components/layout/sider/styles.ts.html +112 -0
- package/coverage/lcov-report/src/components/layout/title/index.html +116 -0
- package/coverage/lcov-report/src/components/layout/title/index.tsx.html +229 -0
- package/coverage/lcov-report/src/components/pageHeader/index.html +116 -0
- package/coverage/lcov-report/src/components/pageHeader/index.tsx.html +241 -0
- package/coverage/lcov-report/src/components/pages/auth/components/forgotPassword/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/auth/components/forgotPassword/index.tsx.html +727 -0
- package/coverage/lcov-report/src/components/pages/auth/components/index.html +131 -0
- package/coverage/lcov-report/src/components/pages/auth/components/index.tsx.html +97 -0
- package/coverage/lcov-report/src/components/pages/auth/components/login/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/auth/components/login/index.tsx.html +958 -0
- package/coverage/lcov-report/src/components/pages/auth/components/register/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/auth/components/register/index.tsx.html +874 -0
- package/coverage/lcov-report/src/components/pages/auth/components/styles.ts.html +175 -0
- package/coverage/lcov-report/src/components/pages/auth/components/updatePassword/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/auth/components/updatePassword/index.tsx.html +694 -0
- package/coverage/lcov-report/src/components/pages/auth/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/auth/index.tsx.html +208 -0
- package/coverage/lcov-report/src/components/pages/error/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/error/index.tsx.html +316 -0
- package/coverage/lcov-report/src/components/pages/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/index.tsx.html +103 -0
- package/coverage/lcov-report/src/components/pages/login/index.html +131 -0
- package/coverage/lcov-report/src/components/pages/login/index.tsx.html +601 -0
- package/coverage/lcov-report/src/components/pages/login/styles.ts.html +160 -0
- package/coverage/lcov-report/src/components/pages/ready/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/ready/index.tsx.html +373 -0
- package/coverage/lcov-report/src/components/pages/welcome/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/welcome/index.tsx.html +115 -0
- package/coverage/lcov-report/src/components/table/components/filterDropdown/index.html +116 -0
- package/coverage/lcov-report/src/components/table/components/filterDropdown/index.tsx.html +421 -0
- package/coverage/lcov-report/src/components/table/components/index.html +116 -0
- package/coverage/lcov-report/src/components/table/components/index.ts.html +88 -0
- package/coverage/lcov-report/src/components/table/index.html +116 -0
- package/coverage/lcov-report/src/components/table/index.ts.html +88 -0
- package/coverage/lcov-report/src/components/themedLayout/header/index.html +116 -0
- package/coverage/lcov-report/src/components/themedLayout/header/index.tsx.html +226 -0
- package/coverage/lcov-report/src/components/themedLayout/index.html +116 -0
- package/coverage/lcov-report/src/components/themedLayout/index.tsx.html +217 -0
- package/coverage/lcov-report/src/components/themedLayout/sider/index.html +131 -0
- package/coverage/lcov-report/src/components/themedLayout/sider/index.tsx.html +1045 -0
- package/coverage/lcov-report/src/components/themedLayout/sider/styles.ts.html +112 -0
- package/coverage/lcov-report/src/components/themedLayout/title/index.html +116 -0
- package/coverage/lcov-report/src/components/themedLayout/title/index.tsx.html +349 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/header/index.html +116 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/header/index.tsx.html +256 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/index.html +116 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/index.tsx.html +226 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/sider/index.html +131 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/sider/index.tsx.html +1132 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/sider/styles.ts.html +112 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/title/index.html +116 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/title/index.tsx.html +340 -0
- package/coverage/lcov-report/src/components/undoableNotification/index.html +116 -0
- package/coverage/lcov-report/src/components/undoableNotification/index.tsx.html +223 -0
- package/coverage/lcov-report/src/contexts/index.html +116 -0
- package/coverage/lcov-report/src/contexts/index.ts.html +97 -0
- package/coverage/lcov-report/src/contexts/themedLayoutContext/index.html +116 -0
- package/coverage/lcov-report/src/contexts/themedLayoutContext/index.tsx.html +178 -0
- package/coverage/lcov-report/src/definitions/table/index.html +116 -0
- package/coverage/lcov-report/src/definitions/table/index.ts.html +424 -0
- package/coverage/lcov-report/src/definitions/upload/index.html +116 -0
- package/coverage/lcov-report/src/definitions/upload/index.ts.html +172 -0
- package/coverage/lcov-report/src/hooks/fields/index.html +116 -0
- package/coverage/lcov-report/src/hooks/fields/index.ts.html +94 -0
- package/coverage/lcov-report/src/hooks/fields/useCheckboxGroup/index.html +116 -0
- package/coverage/lcov-report/src/hooks/fields/useCheckboxGroup/index.ts.html +361 -0
- package/coverage/lcov-report/src/hooks/fields/useRadioGroup/index.html +116 -0
- package/coverage/lcov-report/src/hooks/fields/useRadioGroup/index.ts.html +361 -0
- package/coverage/lcov-report/src/hooks/fields/useSelect/index.html +116 -0
- package/coverage/lcov-report/src/hooks/fields/useSelect/index.ts.html +238 -0
- package/coverage/lcov-report/src/hooks/form/index.html +131 -0
- package/coverage/lcov-report/src/hooks/form/index.ts.html +136 -0
- package/coverage/lcov-report/src/hooks/form/useDrawerForm/index.html +131 -0
- package/coverage/lcov-report/src/hooks/form/useDrawerForm/index.ts.html +103 -0
- package/coverage/lcov-report/src/hooks/form/useDrawerForm/useDrawerForm.ts.html +964 -0
- package/coverage/lcov-report/src/hooks/form/useForm.ts.html +718 -0
- package/coverage/lcov-report/src/hooks/form/useModalForm/index.html +131 -0
- package/coverage/lcov-report/src/hooks/form/useModalForm/index.ts.html +100 -0
- package/coverage/lcov-report/src/hooks/form/useModalForm/useModalForm.ts.html +1090 -0
- package/coverage/lcov-report/src/hooks/form/useStepsForm/index.html +131 -0
- package/coverage/lcov-report/src/hooks/form/useStepsForm/index.ts.html +100 -0
- package/coverage/lcov-report/src/hooks/form/useStepsForm/useStepsForm.ts.html +517 -0
- package/coverage/lcov-report/src/hooks/import/index.html +116 -0
- package/coverage/lcov-report/src/hooks/import/index.tsx.html +487 -0
- package/coverage/lcov-report/src/hooks/index.html +116 -0
- package/coverage/lcov-report/src/hooks/index.ts.html +109 -0
- package/coverage/lcov-report/src/hooks/list/index.html +116 -0
- package/coverage/lcov-report/src/hooks/list/index.ts.html +88 -0
- package/coverage/lcov-report/src/hooks/list/useSimpleList/index.html +131 -0
- package/coverage/lcov-report/src/hooks/list/useSimpleList/index.ts.html +88 -0
- package/coverage/lcov-report/src/hooks/list/useSimpleList/useSimpleList.ts.html +775 -0
- package/coverage/lcov-report/src/hooks/modal/index.html +116 -0
- package/coverage/lcov-report/src/hooks/modal/index.ts.html +88 -0
- package/coverage/lcov-report/src/hooks/modal/useModal/index.html +116 -0
- package/coverage/lcov-report/src/hooks/modal/useModal/index.tsx.html +214 -0
- package/coverage/lcov-report/src/hooks/table/index.html +116 -0
- package/coverage/lcov-report/src/hooks/table/index.ts.html +91 -0
- package/coverage/lcov-report/src/hooks/table/useEditableTable/index.html +131 -0
- package/coverage/lcov-report/src/hooks/table/useEditableTable/index.ts.html +88 -0
- package/coverage/lcov-report/src/hooks/table/useEditableTable/useEditableTable.ts.html +466 -0
- package/coverage/lcov-report/src/hooks/table/useTable/index.html +146 -0
- package/coverage/lcov-report/src/hooks/table/useTable/index.ts.html +88 -0
- package/coverage/lcov-report/src/hooks/table/useTable/paginationLink.tsx.html +166 -0
- package/coverage/lcov-report/src/hooks/table/useTable/useTable.ts.html +889 -0
- package/coverage/lcov-report/src/hooks/useFileUploadState/index.html +116 -0
- package/coverage/lcov-report/src/hooks/useFileUploadState/index.ts.html +187 -0
- package/coverage/lcov-report/src/hooks/useSiderVisible/index.html +116 -0
- package/coverage/lcov-report/src/hooks/useSiderVisible/index.ts.html +151 -0
- package/coverage/lcov-report/src/providers/notificationProvider/index.html +116 -0
- package/coverage/lcov-report/src/providers/notificationProvider/index.tsx.html +208 -0
- package/coverage/lcov.info +5292 -0
- package/dist/components/breadcrumb/index.d.ts +1 -1
- package/dist/components/breadcrumb/index.d.ts.map +1 -1
- package/dist/components/buttons/types.d.ts +10 -10
- package/dist/components/buttons/types.d.ts.map +1 -1
- package/dist/components/crud/types.d.ts +4 -4
- package/dist/components/crud/types.d.ts.map +1 -1
- package/dist/components/fields/types.d.ts +10 -10
- package/dist/components/fields/types.d.ts.map +1 -1
- package/dist/components/pageHeader/index.d.ts +1 -1
- package/dist/components/pageHeader/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/forgotPassword/index.d.ts +1 -1
- package/dist/components/pages/auth/components/forgotPassword/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/login/index.d.ts +1 -1
- package/dist/components/pages/auth/components/login/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/register/index.d.ts +1 -1
- package/dist/components/pages/auth/components/register/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/updatePassword/index.d.ts +1 -1
- package/dist/components/pages/auth/components/updatePassword/index.d.ts.map +1 -1
- package/dist/components/pages/auth/index.d.ts +1 -1
- package/dist/components/pages/auth/index.d.ts.map +1 -1
- package/dist/components/table/components/filterDropdown/index.d.ts +2 -2
- package/dist/components/table/components/filterDropdown/index.d.ts.map +1 -1
- package/dist/components/themedLayoutV2/types.d.ts +1 -1
- package/dist/components/themedLayoutV2/types.d.ts.map +1 -1
- package/dist/components/undoableNotification/index.d.ts +1 -1
- package/dist/components/undoableNotification/index.d.ts.map +1 -1
- package/dist/definitions/table/index.d.ts +6 -3
- package/dist/definitions/table/index.d.ts.map +1 -1
- package/dist/definitions/themes/index.d.ts +2 -2
- package/dist/definitions/themes/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/hooks/fields/useCheckboxGroup/index.d.ts +2 -2
- package/dist/hooks/fields/useCheckboxGroup/index.d.ts.map +1 -1
- package/dist/hooks/fields/useRadioGroup/index.d.ts +2 -2
- package/dist/hooks/fields/useRadioGroup/index.d.ts.map +1 -1
- package/dist/hooks/fields/useSelect/index.d.ts +1 -1
- package/dist/hooks/fields/useSelect/index.d.ts.map +1 -1
- package/dist/hooks/form/useDrawerForm/useDrawerForm.d.ts +2 -2
- package/dist/hooks/form/useDrawerForm/useDrawerForm.d.ts.map +1 -1
- package/dist/hooks/form/useForm.d.ts +2 -2
- package/dist/hooks/form/useForm.d.ts.map +1 -1
- package/dist/hooks/form/useModalForm/useModalForm.d.ts +4 -4
- package/dist/hooks/form/useModalForm/useModalForm.d.ts.map +1 -1
- package/dist/hooks/form/useStepsForm/useStepsForm.d.ts +3 -3
- package/dist/hooks/form/useStepsForm/useStepsForm.d.ts.map +1 -1
- package/dist/hooks/import/index.d.ts.map +1 -1
- package/dist/hooks/list/useSimpleList/useSimpleList.d.ts +3 -3
- package/dist/hooks/list/useSimpleList/useSimpleList.d.ts.map +1 -1
- package/dist/hooks/modal/useModal/index.d.ts +2 -2
- package/dist/hooks/modal/useModal/index.d.ts.map +1 -1
- package/dist/hooks/table/useEditableTable/useEditableTable.d.ts +2 -2
- package/dist/hooks/table/useEditableTable/useEditableTable.d.ts.map +1 -1
- package/dist/hooks/table/useTable/paginationLink.d.ts +2 -2
- package/dist/hooks/table/useTable/paginationLink.d.ts.map +1 -1
- package/dist/hooks/table/useTable/useTable.d.ts +2 -2
- package/dist/hooks/table/useTable/useTable.d.ts.map +1 -1
- package/dist/hooks/useFileUploadState/index.d.ts +1 -1
- package/dist/hooks/useFileUploadState/index.d.ts.map +1 -1
- package/dist/hooks/useSiderVisible/index.d.ts +1 -1
- package/dist/hooks/useSiderVisible/index.d.ts.map +1 -1
- package/dist/hooks/useThemedLayoutContext/index.d.ts +1 -1
- package/dist/hooks/useThemedLayoutContext/index.d.ts.map +1 -1
- package/dist/iife/index.js +8 -8
- package/dist/iife/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/interfaces/field.d.ts +1 -1
- package/dist/interfaces/field.d.ts.map +1 -1
- package/dist/interfaces/index.d.ts +3 -3
- package/dist/interfaces/index.d.ts.map +1 -1
- package/package.json +5 -7
- package/src/components/table/components/filterDropdown/index.tsx +2 -2
- package/src/definitions/table/index.ts +15 -3
- package/src/hooks/table/useTable/useTable.ts +3 -7
- package/tsconfig.json +5 -1
@@ -0,0 +1,2005 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<coverage generated="1683624368702" clover="3.2.0">
|
3
|
+
<project timestamp="1683624368702" name="All files">
|
4
|
+
<metrics statements="1465" coveredstatements="1124" conditionals="2371" coveredconditionals="1349" methods="296" coveredmethods="161" elements="4132" coveredelements="2634" complexity="0" loc="1465" ncloc="1465" packages="82" files="96" classes="96"/>
|
5
|
+
<package name="src.components">
|
6
|
+
<metrics statements="22" coveredstatements="22" conditionals="0" coveredconditionals="0" methods="12" coveredmethods="2"/>
|
7
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/index.ts">
|
8
|
+
<metrics statements="22" coveredstatements="22" conditionals="0" coveredconditionals="0" methods="12" coveredmethods="2"/>
|
9
|
+
<line num="2" count="13" type="stmt"/>
|
10
|
+
<line num="3" count="13" type="stmt"/>
|
11
|
+
<line num="4" count="13" type="stmt"/>
|
12
|
+
<line num="5" count="13" type="stmt"/>
|
13
|
+
<line num="6" count="13" type="stmt"/>
|
14
|
+
<line num="8" count="13" type="stmt"/>
|
15
|
+
<line num="9" count="13" type="stmt"/>
|
16
|
+
<line num="10" count="13" type="stmt"/>
|
17
|
+
<line num="11" count="48" type="stmt"/>
|
18
|
+
<line num="12" count="13" type="stmt"/>
|
19
|
+
<line num="14" count="13" type="stmt"/>
|
20
|
+
<line num="15" count="13" type="stmt"/>
|
21
|
+
<line num="16" count="13" type="stmt"/>
|
22
|
+
<line num="17" count="14" type="stmt"/>
|
23
|
+
<line num="18" count="13" type="stmt"/>
|
24
|
+
<line num="20" count="13" type="stmt"/>
|
25
|
+
<line num="21" count="13" type="stmt"/>
|
26
|
+
<line num="22" count="13" type="stmt"/>
|
27
|
+
<line num="23" count="13" type="stmt"/>
|
28
|
+
<line num="24" count="13" type="stmt"/>
|
29
|
+
<line num="25" count="13" type="stmt"/>
|
30
|
+
<line num="26" count="13" type="stmt"/>
|
31
|
+
</file>
|
32
|
+
</package>
|
33
|
+
<package name="src.components.breadcrumb">
|
34
|
+
<metrics statements="21" coveredstatements="21" conditionals="29" coveredconditionals="24" methods="3" coveredmethods="3"/>
|
35
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/breadcrumb/index.tsx">
|
36
|
+
<metrics statements="21" coveredstatements="21" conditionals="29" coveredconditionals="24" methods="3" coveredmethods="3"/>
|
37
|
+
<line num="1" count="14" type="stmt"/>
|
38
|
+
<line num="2" count="14" type="stmt"/>
|
39
|
+
<line num="13" count="14" type="stmt"/>
|
40
|
+
<line num="17" count="14" type="stmt"/>
|
41
|
+
<line num="21" count="14" type="stmt"/>
|
42
|
+
<line num="27" count="42" type="stmt"/>
|
43
|
+
<line num="28" count="42" type="stmt"/>
|
44
|
+
<line num="31" count="42" type="stmt"/>
|
45
|
+
<line num="32" count="42" type="stmt"/>
|
46
|
+
<line num="33" count="42" type="stmt"/>
|
47
|
+
<line num="35" count="42" type="stmt"/>
|
48
|
+
<line num="37" count="42" type="stmt"/>
|
49
|
+
<line num="39" count="42" type="cond" truecount="1" falsecount="1"/>
|
50
|
+
<line num="41" count="42" type="cond" truecount="1" falsecount="0"/>
|
51
|
+
<line num="42" count="28" type="stmt"/>
|
52
|
+
<line num="45" count="28" type="stmt"/>
|
53
|
+
<line num="59" count="14" type="stmt"/>
|
54
|
+
<line num="60" count="14" type="cond" truecount="4" falsecount="0"/>
|
55
|
+
<line num="61" count="1" type="stmt"/>
|
56
|
+
<line num="76" count="13" type="stmt"/>
|
57
|
+
<line num="79" count="14" type="stmt"/>
|
58
|
+
</file>
|
59
|
+
</package>
|
60
|
+
<package name="src.components.buttons">
|
61
|
+
<metrics statements="11" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="5"/>
|
62
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/buttons/index.ts">
|
63
|
+
<metrics statements="11" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="5"/>
|
64
|
+
<line num="1" count="17" type="stmt"/>
|
65
|
+
<line num="2" count="13" type="stmt"/>
|
66
|
+
<line num="3" count="22" type="stmt"/>
|
67
|
+
<line num="4" count="32" type="stmt"/>
|
68
|
+
<line num="5" count="13" type="stmt"/>
|
69
|
+
<line num="6" count="31" type="stmt"/>
|
70
|
+
<line num="7" count="13" type="stmt"/>
|
71
|
+
<line num="8" count="40" type="stmt"/>
|
72
|
+
<line num="9" count="13" type="stmt"/>
|
73
|
+
<line num="10" count="13" type="stmt"/>
|
74
|
+
<line num="11" count="13" type="stmt"/>
|
75
|
+
</file>
|
76
|
+
</package>
|
77
|
+
<package name="src.components.buttons.clone">
|
78
|
+
<metrics statements="32" coveredstatements="29" conditionals="76" coveredconditionals="63" methods="3" coveredmethods="3"/>
|
79
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/buttons/clone/index.tsx">
|
80
|
+
<metrics statements="32" coveredstatements="29" conditionals="76" coveredconditionals="63" methods="3" coveredmethods="3"/>
|
81
|
+
<line num="1" count="14" type="stmt"/>
|
82
|
+
<line num="2" count="14" type="stmt"/>
|
83
|
+
<line num="3" count="14" type="stmt"/>
|
84
|
+
<line num="4" count="14" type="stmt"/>
|
85
|
+
<line num="13" count="14" type="stmt"/>
|
86
|
+
<line num="24" count="14" type="stmt"/>
|
87
|
+
<line num="32" count="14" type="stmt"/>
|
88
|
+
<line num="33" count="14" type="stmt"/>
|
89
|
+
<line num="35" count="14" type="cond" truecount="8" falsecount="0"/>
|
90
|
+
<line num="36" count="14" type="cond" truecount="7" falsecount="1"/>
|
91
|
+
<line num="37" count="14" type="stmt"/>
|
92
|
+
<line num="38" count="14" type="stmt"/>
|
93
|
+
<line num="39" count="14" type="stmt"/>
|
94
|
+
<line num="40" count="14" type="stmt"/>
|
95
|
+
<line num="42" count="14" type="cond" truecount="1" falsecount="1"/>
|
96
|
+
<line num="44" count="14" type="stmt"/>
|
97
|
+
<line num="46" count="14" type="stmt"/>
|
98
|
+
<line num="50" count="14" type="stmt"/>
|
99
|
+
<line num="59" count="14" type="stmt"/>
|
100
|
+
<line num="60" count="14" type="cond" truecount="6" falsecount="0"/>
|
101
|
+
<line num="61" count="4" type="cond" truecount="4" falsecount="2"/>
|
102
|
+
<line num="63" count="4" type="stmt"/>
|
103
|
+
<line num="70" count="14" type="cond" truecount="5" falsecount="0"/>
|
104
|
+
<line num="74" count="14" type="cond" truecount="2" falsecount="6"/>
|
105
|
+
<line num="75" count="0" type="stmt"/>
|
106
|
+
<line num="78" count="14" type="stmt"/>
|
107
|
+
<line num="83" count="5" type="cond" truecount="3" falsecount="2"/>
|
108
|
+
<line num="84" count="0" type="stmt"/>
|
109
|
+
<line num="85" count="0" type="stmt"/>
|
110
|
+
<line num="87" count="5" type="cond" truecount="1" falsecount="0"/>
|
111
|
+
<line num="88" count="1" type="stmt"/>
|
112
|
+
<line num="89" count="1" type="stmt"/>
|
113
|
+
</file>
|
114
|
+
</package>
|
115
|
+
<package name="src.components.buttons.create">
|
116
|
+
<metrics statements="32" coveredstatements="29" conditionals="65" coveredconditionals="55" methods="3" coveredmethods="3"/>
|
117
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/buttons/create/index.tsx">
|
118
|
+
<metrics statements="32" coveredstatements="29" conditionals="65" coveredconditionals="55" methods="3" coveredmethods="3"/>
|
119
|
+
<line num="1" count="14" type="stmt"/>
|
120
|
+
<line num="2" count="14" type="stmt"/>
|
121
|
+
<line num="3" count="14" type="stmt"/>
|
122
|
+
<line num="4" count="14" type="stmt"/>
|
123
|
+
<line num="13" count="14" type="stmt"/>
|
124
|
+
<line num="24" count="14" type="stmt"/>
|
125
|
+
<line num="31" count="18" type="stmt"/>
|
126
|
+
<line num="32" count="18" type="stmt"/>
|
127
|
+
<line num="34" count="18" type="cond" truecount="8" falsecount="0"/>
|
128
|
+
<line num="35" count="18" type="cond" truecount="7" falsecount="1"/>
|
129
|
+
<line num="36" count="18" type="stmt"/>
|
130
|
+
<line num="37" count="18" type="stmt"/>
|
131
|
+
<line num="38" count="18" type="stmt"/>
|
132
|
+
<line num="39" count="18" type="stmt"/>
|
133
|
+
<line num="41" count="18" type="cond" truecount="1" falsecount="1"/>
|
134
|
+
<line num="43" count="18" type="stmt"/>
|
135
|
+
<line num="45" count="18" type="stmt"/>
|
136
|
+
<line num="49" count="18" type="stmt"/>
|
137
|
+
<line num="60" count="18" type="stmt"/>
|
138
|
+
<line num="61" count="18" type="cond" truecount="6" falsecount="0"/>
|
139
|
+
<line num="62" count="7" type="cond" truecount="6" falsecount="0"/>
|
140
|
+
<line num="64" count="6" type="stmt"/>
|
141
|
+
<line num="70" count="18" type="cond" truecount="2" falsecount="0"/>
|
142
|
+
<line num="72" count="18" type="cond" truecount="2" falsecount="6"/>
|
143
|
+
<line num="73" count="0" type="stmt"/>
|
144
|
+
<line num="76" count="18" type="stmt"/>
|
145
|
+
<line num="81" count="4" type="cond" truecount="3" falsecount="2"/>
|
146
|
+
<line num="82" count="0" type="stmt"/>
|
147
|
+
<line num="83" count="0" type="stmt"/>
|
148
|
+
<line num="85" count="4" type="cond" truecount="1" falsecount="0"/>
|
149
|
+
<line num="86" count="1" type="stmt"/>
|
150
|
+
<line num="87" count="1" type="stmt"/>
|
151
|
+
</file>
|
152
|
+
</package>
|
153
|
+
<package name="src.components.buttons.delete">
|
154
|
+
<metrics statements="24" coveredstatements="23" conditionals="108" coveredconditionals="96" methods="3" coveredmethods="3"/>
|
155
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/buttons/delete/index.tsx">
|
156
|
+
<metrics statements="24" coveredstatements="23" conditionals="108" coveredconditionals="96" methods="3" coveredmethods="3"/>
|
157
|
+
<line num="1" count="14" type="stmt"/>
|
158
|
+
<line num="2" count="14" type="stmt"/>
|
159
|
+
<line num="3" count="14" type="stmt"/>
|
160
|
+
<line num="4" count="14" type="stmt"/>
|
161
|
+
<line num="13" count="14" type="stmt"/>
|
162
|
+
<line num="23" count="14" type="stmt"/>
|
163
|
+
<line num="40" count="42" type="stmt"/>
|
164
|
+
<line num="41" count="42" type="stmt"/>
|
165
|
+
<line num="43" count="42" type="cond" truecount="8" falsecount="0"/>
|
166
|
+
<line num="44" count="42" type="cond" truecount="7" falsecount="1"/>
|
167
|
+
<line num="45" count="42" type="stmt"/>
|
168
|
+
<line num="47" count="42" type="stmt"/>
|
169
|
+
<line num="51" count="42" type="stmt"/>
|
170
|
+
<line num="53" count="42" type="cond" truecount="4" falsecount="0"/>
|
171
|
+
<line num="55" count="42" type="stmt"/>
|
172
|
+
<line num="57" count="42" type="stmt"/>
|
173
|
+
<line num="66" count="42" type="stmt"/>
|
174
|
+
<line num="68" count="42" type="cond" truecount="2" falsecount="6"/>
|
175
|
+
<line num="69" count="0" type="stmt"/>
|
176
|
+
<line num="72" count="42" type="stmt"/>
|
177
|
+
<line num="85" count="4" type="cond" truecount="10" falsecount="1"/>
|
178
|
+
<line num="86" count="4" type="stmt"/>
|
179
|
+
<line num="87" count="4" type="stmt"/>
|
180
|
+
<line num="101" count="4" type="cond" truecount="2" falsecount="0"/>
|
181
|
+
</file>
|
182
|
+
</package>
|
183
|
+
<package name="src.components.buttons.edit">
|
184
|
+
<metrics statements="32" coveredstatements="29" conditionals="79" coveredconditionals="65" methods="3" coveredmethods="3"/>
|
185
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/buttons/edit/index.tsx">
|
186
|
+
<metrics statements="32" coveredstatements="29" conditionals="79" coveredconditionals="65" methods="3" coveredmethods="3"/>
|
187
|
+
<line num="1" count="14" type="stmt"/>
|
188
|
+
<line num="2" count="14" type="stmt"/>
|
189
|
+
<line num="3" count="14" type="stmt"/>
|
190
|
+
<line num="4" count="14" type="stmt"/>
|
191
|
+
<line num="13" count="14" type="stmt"/>
|
192
|
+
<line num="24" count="14" type="stmt"/>
|
193
|
+
<line num="32" count="14" type="stmt"/>
|
194
|
+
<line num="33" count="14" type="stmt"/>
|
195
|
+
<line num="35" count="14" type="cond" truecount="8" falsecount="0"/>
|
196
|
+
<line num="36" count="14" type="cond" truecount="7" falsecount="1"/>
|
197
|
+
<line num="37" count="14" type="stmt"/>
|
198
|
+
<line num="39" count="14" type="stmt"/>
|
199
|
+
<line num="40" count="14" type="stmt"/>
|
200
|
+
<line num="41" count="14" type="stmt"/>
|
201
|
+
<line num="43" count="14" type="cond" truecount="1" falsecount="1"/>
|
202
|
+
<line num="45" count="14" type="stmt"/>
|
203
|
+
<line num="47" count="14" type="stmt"/>
|
204
|
+
<line num="51" count="14" type="stmt"/>
|
205
|
+
<line num="60" count="14" type="stmt"/>
|
206
|
+
<line num="61" count="14" type="cond" truecount="6" falsecount="0"/>
|
207
|
+
<line num="62" count="6" type="cond" truecount="5" falsecount="1"/>
|
208
|
+
<line num="64" count="6" type="stmt"/>
|
209
|
+
<line num="71" count="14" type="cond" truecount="7" falsecount="1"/>
|
210
|
+
<line num="75" count="14" type="cond" truecount="2" falsecount="6"/>
|
211
|
+
<line num="76" count="0" type="stmt"/>
|
212
|
+
<line num="79" count="14" type="stmt"/>
|
213
|
+
<line num="84" count="3" type="cond" truecount="3" falsecount="2"/>
|
214
|
+
<line num="85" count="0" type="stmt"/>
|
215
|
+
<line num="86" count="0" type="stmt"/>
|
216
|
+
<line num="88" count="3" type="cond" truecount="1" falsecount="0"/>
|
217
|
+
<line num="89" count="1" type="stmt"/>
|
218
|
+
<line num="90" count="1" type="stmt"/>
|
219
|
+
</file>
|
220
|
+
</package>
|
221
|
+
<package name="src.components.buttons.export">
|
222
|
+
<metrics statements="10" coveredstatements="10" conditionals="7" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
223
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/buttons/export/index.tsx">
|
224
|
+
<metrics statements="10" coveredstatements="10" conditionals="7" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
225
|
+
<line num="1" count="14" type="stmt"/>
|
226
|
+
<line num="2" count="14" type="stmt"/>
|
227
|
+
<line num="3" count="14" type="stmt"/>
|
228
|
+
<line num="4" count="14" type="stmt"/>
|
229
|
+
<line num="5" count="14" type="stmt"/>
|
230
|
+
<line num="15" count="14" type="stmt"/>
|
231
|
+
<line num="17" count="4" type="stmt"/>
|
232
|
+
<line num="18" count="4" type="stmt"/>
|
233
|
+
<line num="20" count="4" type="stmt"/>
|
234
|
+
<line num="22" count="4" type="stmt"/>
|
235
|
+
</file>
|
236
|
+
</package>
|
237
|
+
<package name="src.components.buttons.import">
|
238
|
+
<metrics statements="8" coveredstatements="8" conditionals="7" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
239
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/buttons/import/index.tsx">
|
240
|
+
<metrics statements="8" coveredstatements="8" conditionals="7" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
241
|
+
<line num="1" count="14" type="stmt"/>
|
242
|
+
<line num="2" count="14" type="stmt"/>
|
243
|
+
<line num="3" count="14" type="stmt"/>
|
244
|
+
<line num="4" count="14" type="stmt"/>
|
245
|
+
<line num="5" count="14" type="stmt"/>
|
246
|
+
<line num="16" count="14" type="stmt"/>
|
247
|
+
<line num="22" count="4" type="stmt"/>
|
248
|
+
<line num="24" count="4" type="stmt"/>
|
249
|
+
</file>
|
250
|
+
</package>
|
251
|
+
<package name="src.components.buttons.list">
|
252
|
+
<metrics statements="32" coveredstatements="29" conditionals="105" coveredconditionals="95" methods="3" coveredmethods="3"/>
|
253
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/buttons/list/index.tsx">
|
254
|
+
<metrics statements="32" coveredstatements="29" conditionals="105" coveredconditionals="95" methods="3" coveredmethods="3"/>
|
255
|
+
<line num="1" count="14" type="stmt"/>
|
256
|
+
<line num="2" count="14" type="stmt"/>
|
257
|
+
<line num="3" count="14" type="stmt"/>
|
258
|
+
<line num="4" count="14" type="stmt"/>
|
259
|
+
<line num="15" count="14" type="stmt"/>
|
260
|
+
<line num="26" count="14" type="stmt"/>
|
261
|
+
<line num="33" count="35" type="stmt"/>
|
262
|
+
<line num="34" count="34" type="stmt"/>
|
263
|
+
<line num="36" count="34" type="cond" truecount="8" falsecount="0"/>
|
264
|
+
<line num="37" count="34" type="cond" truecount="7" falsecount="1"/>
|
265
|
+
<line num="38" count="34" type="stmt"/>
|
266
|
+
<line num="39" count="34" type="stmt"/>
|
267
|
+
<line num="40" count="34" type="stmt"/>
|
268
|
+
<line num="41" count="34" type="stmt"/>
|
269
|
+
<line num="43" count="34" type="cond" truecount="1" falsecount="1"/>
|
270
|
+
<line num="45" count="34" type="stmt"/>
|
271
|
+
<line num="47" count="34" type="stmt"/>
|
272
|
+
<line num="51" count="34" type="stmt"/>
|
273
|
+
<line num="62" count="34" type="stmt"/>
|
274
|
+
<line num="63" count="34" type="cond" truecount="6" falsecount="0"/>
|
275
|
+
<line num="64" count="10" type="cond" truecount="6" falsecount="0"/>
|
276
|
+
<line num="66" count="9" type="stmt"/>
|
277
|
+
<line num="72" count="34" type="cond" truecount="2" falsecount="0"/>
|
278
|
+
<line num="74" count="34" type="cond" truecount="2" falsecount="6"/>
|
279
|
+
<line num="75" count="0" type="stmt"/>
|
280
|
+
<line num="78" count="34" type="stmt"/>
|
281
|
+
<line num="83" count="2" type="cond" truecount="3" falsecount="2"/>
|
282
|
+
<line num="84" count="0" type="stmt"/>
|
283
|
+
<line num="85" count="0" type="stmt"/>
|
284
|
+
<line num="87" count="2" type="cond" truecount="1" falsecount="0"/>
|
285
|
+
<line num="88" count="1" type="stmt"/>
|
286
|
+
<line num="89" count="1" type="stmt"/>
|
287
|
+
</file>
|
288
|
+
</package>
|
289
|
+
<package name="src.components.buttons.refresh">
|
290
|
+
<metrics statements="13" coveredstatements="13" conditionals="21" coveredconditionals="20" methods="2" coveredmethods="2"/>
|
291
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/buttons/refresh/index.tsx">
|
292
|
+
<metrics statements="13" coveredstatements="13" conditionals="21" coveredconditionals="20" methods="2" coveredmethods="2"/>
|
293
|
+
<line num="1" count="14" type="stmt"/>
|
294
|
+
<line num="2" count="14" type="stmt"/>
|
295
|
+
<line num="3" count="14" type="stmt"/>
|
296
|
+
<line num="4" count="14" type="stmt"/>
|
297
|
+
<line num="10" count="14" type="stmt"/>
|
298
|
+
<line num="20" count="14" type="stmt"/>
|
299
|
+
<line num="29" count="23" type="stmt"/>
|
300
|
+
<line num="30" count="23" type="stmt"/>
|
301
|
+
<line num="32" count="23" type="stmt"/>
|
302
|
+
<line num="34" count="23" type="stmt"/>
|
303
|
+
<line num="38" count="23" type="stmt"/>
|
304
|
+
<line num="50" count="23" type="stmt"/>
|
305
|
+
<line num="53" count="1" type="cond" truecount="1" falsecount="1"/>
|
306
|
+
</file>
|
307
|
+
</package>
|
308
|
+
<package name="src.components.buttons.save">
|
309
|
+
<metrics statements="10" coveredstatements="10" conditionals="7" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
310
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/buttons/save/index.tsx">
|
311
|
+
<metrics statements="10" coveredstatements="10" conditionals="7" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
312
|
+
<line num="1" count="14" type="stmt"/>
|
313
|
+
<line num="2" count="14" type="stmt"/>
|
314
|
+
<line num="3" count="14" type="stmt"/>
|
315
|
+
<line num="4" count="14" type="stmt"/>
|
316
|
+
<line num="5" count="14" type="stmt"/>
|
317
|
+
<line num="15" count="14" type="stmt"/>
|
318
|
+
<line num="17" count="29" type="stmt"/>
|
319
|
+
<line num="18" count="29" type="stmt"/>
|
320
|
+
<line num="20" count="29" type="stmt"/>
|
321
|
+
<line num="22" count="29" type="stmt"/>
|
322
|
+
</file>
|
323
|
+
</package>
|
324
|
+
<package name="src.components.buttons.show">
|
325
|
+
<metrics statements="32" coveredstatements="29" conditionals="76" coveredconditionals="65" methods="3" coveredmethods="3"/>
|
326
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/buttons/show/index.tsx">
|
327
|
+
<metrics statements="32" coveredstatements="29" conditionals="76" coveredconditionals="65" methods="3" coveredmethods="3"/>
|
328
|
+
<line num="1" count="14" type="stmt"/>
|
329
|
+
<line num="2" count="14" type="stmt"/>
|
330
|
+
<line num="3" count="14" type="stmt"/>
|
331
|
+
<line num="4" count="14" type="stmt"/>
|
332
|
+
<line num="13" count="14" type="stmt"/>
|
333
|
+
<line num="24" count="14" type="stmt"/>
|
334
|
+
<line num="32" count="15" type="stmt"/>
|
335
|
+
<line num="33" count="15" type="stmt"/>
|
336
|
+
<line num="35" count="15" type="cond" truecount="8" falsecount="0"/>
|
337
|
+
<line num="36" count="15" type="cond" truecount="7" falsecount="1"/>
|
338
|
+
<line num="37" count="15" type="stmt"/>
|
339
|
+
<line num="38" count="15" type="stmt"/>
|
340
|
+
<line num="39" count="15" type="stmt"/>
|
341
|
+
<line num="40" count="15" type="stmt"/>
|
342
|
+
<line num="42" count="15" type="cond" truecount="1" falsecount="1"/>
|
343
|
+
<line num="44" count="15" type="stmt"/>
|
344
|
+
<line num="46" count="15" type="stmt"/>
|
345
|
+
<line num="50" count="15" type="stmt"/>
|
346
|
+
<line num="59" count="15" type="stmt"/>
|
347
|
+
<line num="60" count="15" type="cond" truecount="6" falsecount="0"/>
|
348
|
+
<line num="61" count="5" type="cond" truecount="6" falsecount="0"/>
|
349
|
+
<line num="63" count="4" type="stmt"/>
|
350
|
+
<line num="70" count="15" type="cond" truecount="5" falsecount="0"/>
|
351
|
+
<line num="74" count="15" type="cond" truecount="2" falsecount="6"/>
|
352
|
+
<line num="75" count="0" type="stmt"/>
|
353
|
+
<line num="78" count="15" type="stmt"/>
|
354
|
+
<line num="83" count="5" type="cond" truecount="3" falsecount="2"/>
|
355
|
+
<line num="84" count="0" type="stmt"/>
|
356
|
+
<line num="85" count="0" type="stmt"/>
|
357
|
+
<line num="87" count="5" type="cond" truecount="1" falsecount="0"/>
|
358
|
+
<line num="88" count="1" type="stmt"/>
|
359
|
+
<line num="89" count="1" type="stmt"/>
|
360
|
+
</file>
|
361
|
+
</package>
|
362
|
+
<package name="src.components.crud">
|
363
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
364
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/crud/index.ts">
|
365
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
366
|
+
<line num="1" count="13" type="stmt"/>
|
367
|
+
<line num="2" count="13" type="stmt"/>
|
368
|
+
<line num="3" count="13" type="stmt"/>
|
369
|
+
<line num="4" count="13" type="stmt"/>
|
370
|
+
<line num="6" count="13" type="stmt"/>
|
371
|
+
</file>
|
372
|
+
</package>
|
373
|
+
<package name="src.components.crud.create">
|
374
|
+
<metrics statements="15" coveredstatements="15" conditionals="90" coveredconditionals="64" methods="1" coveredmethods="1"/>
|
375
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/crud/create/index.tsx">
|
376
|
+
<metrics statements="15" coveredstatements="15" conditionals="90" coveredconditionals="64" methods="1" coveredmethods="1"/>
|
377
|
+
<line num="1" count="13" type="stmt"/>
|
378
|
+
<line num="2" count="13" type="stmt"/>
|
379
|
+
<line num="3" count="13" type="stmt"/>
|
380
|
+
<line num="13" count="13" type="stmt"/>
|
381
|
+
<line num="27" count="13" type="stmt"/>
|
382
|
+
<line num="43" count="8" type="stmt"/>
|
383
|
+
<line num="45" count="8" type="stmt"/>
|
384
|
+
<line num="47" count="8" type="stmt"/>
|
385
|
+
<line num="48" count="8" type="stmt"/>
|
386
|
+
<line num="49" count="8" type="stmt"/>
|
387
|
+
<line num="51" count="8" type="stmt"/>
|
388
|
+
<line num="54" count="8" type="cond" truecount="1" falsecount="1"/>
|
389
|
+
<line num="58" count="8" type="stmt"/>
|
390
|
+
<line num="65" count="8" type="stmt"/>
|
391
|
+
<line num="70" count="8" type="stmt"/>
|
392
|
+
</file>
|
393
|
+
</package>
|
394
|
+
<package name="src.components.crud.edit">
|
395
|
+
<metrics statements="28" coveredstatements="25" conditionals="202" coveredconditionals="108" methods="2" coveredmethods="1"/>
|
396
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/crud/edit/index.tsx">
|
397
|
+
<metrics statements="28" coveredstatements="25" conditionals="202" coveredconditionals="108" methods="2" coveredmethods="1"/>
|
398
|
+
<line num="1" count="13" type="stmt"/>
|
399
|
+
<line num="3" count="13" type="stmt"/>
|
400
|
+
<line num="4" count="13" type="stmt"/>
|
401
|
+
<line num="17" count="13" type="stmt"/>
|
402
|
+
<line num="34" count="13" type="stmt"/>
|
403
|
+
<line num="55" count="18" type="stmt"/>
|
404
|
+
<line num="57" count="18" type="stmt"/>
|
405
|
+
<line num="58" count="18" type="stmt"/>
|
406
|
+
<line num="59" count="18" type="cond" truecount="4" falsecount="0"/>
|
407
|
+
<line num="61" count="18" type="stmt"/>
|
408
|
+
<line num="62" count="18" type="stmt"/>
|
409
|
+
<line num="63" count="18" type="stmt"/>
|
410
|
+
<line num="64" count="18" type="stmt"/>
|
411
|
+
<line num="70" count="18" type="stmt"/>
|
412
|
+
<line num="72" count="18" type="stmt"/>
|
413
|
+
<line num="77" count="18" type="cond" truecount="4" falsecount="0"/>
|
414
|
+
<line num="80" count="18" type="cond" truecount="1" falsecount="1"/>
|
415
|
+
<line num="85" count="18" type="cond" truecount="4" falsecount="0"/>
|
416
|
+
<line num="89" count="18" type="stmt"/>
|
417
|
+
<line num="99" count="18" type="stmt"/>
|
418
|
+
<line num="109" count="18" type="stmt"/>
|
419
|
+
<line num="117" count="0" type="cond" truecount="0" falsecount="2"/>
|
420
|
+
<line num="118" count="0" type="cond" truecount="0" falsecount="16"/>
|
421
|
+
<line num="120" count="0" type="stmt"/>
|
422
|
+
<line num="128" count="18" type="stmt"/>
|
423
|
+
<line num="134" count="18" type="stmt"/>
|
424
|
+
<line num="141" count="18" type="stmt"/>
|
425
|
+
<line num="147" count="18" type="stmt"/>
|
426
|
+
</file>
|
427
|
+
</package>
|
428
|
+
<package name="src.components.crud.list">
|
429
|
+
<metrics statements="14" coveredstatements="14" conditionals="107" coveredconditionals="68" methods="1" coveredmethods="1"/>
|
430
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/crud/list/index.tsx">
|
431
|
+
<metrics statements="14" coveredstatements="14" conditionals="107" coveredconditionals="68" methods="1" coveredmethods="1"/>
|
432
|
+
<line num="1" count="13" type="stmt"/>
|
433
|
+
<line num="2" count="13" type="stmt"/>
|
434
|
+
<line num="3" count="13" type="stmt"/>
|
435
|
+
<line num="11" count="13" type="stmt"/>
|
436
|
+
<line num="25" count="13" type="stmt"/>
|
437
|
+
<line num="38" count="10" type="stmt"/>
|
438
|
+
<line num="40" count="10" type="stmt"/>
|
439
|
+
<line num="42" count="10" type="stmt"/>
|
440
|
+
<line num="44" count="10" type="stmt"/>
|
441
|
+
<line num="47" count="10" type="cond" truecount="4" falsecount="0"/>
|
442
|
+
<line num="52" count="10" type="cond" truecount="1" falsecount="1"/>
|
443
|
+
<line num="56" count="10" type="stmt"/>
|
444
|
+
<line num="65" count="10" type="cond" truecount="2" falsecount="0"/>
|
445
|
+
<line num="69" count="10" type="stmt"/>
|
446
|
+
</file>
|
447
|
+
</package>
|
448
|
+
<package name="src.components.crud.show">
|
449
|
+
<metrics statements="26" coveredstatements="5" conditionals="226" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
450
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/crud/show/index.tsx">
|
451
|
+
<metrics statements="26" coveredstatements="5" conditionals="226" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
452
|
+
<line num="1" count="13" type="stmt"/>
|
453
|
+
<line num="2" count="13" type="stmt"/>
|
454
|
+
<line num="3" count="13" type="stmt"/>
|
455
|
+
<line num="15" count="13" type="stmt"/>
|
456
|
+
<line num="31" count="13" type="stmt"/>
|
457
|
+
<line num="50" count="0" type="stmt"/>
|
458
|
+
<line num="52" count="0" type="stmt"/>
|
459
|
+
<line num="54" count="0" type="stmt"/>
|
460
|
+
<line num="55" count="0" type="stmt"/>
|
461
|
+
<line num="56" count="0" type="stmt"/>
|
462
|
+
<line num="57" count="0" type="stmt"/>
|
463
|
+
<line num="63" count="0" type="stmt"/>
|
464
|
+
<line num="65" count="0" type="stmt"/>
|
465
|
+
<line num="70" count="0" type="cond" truecount="0" falsecount="4"/>
|
466
|
+
<line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
|
467
|
+
<line num="78" count="0" type="cond" truecount="0" falsecount="20"/>
|
468
|
+
<line num="80" count="0" type="cond" truecount="0" falsecount="16"/>
|
469
|
+
<line num="82" count="0" type="stmt"/>
|
470
|
+
<line num="88" count="0" type="stmt"/>
|
471
|
+
<line num="97" count="0" type="stmt"/>
|
472
|
+
<line num="105" count="0" type="cond" truecount="0" falsecount="2"/>
|
473
|
+
<line num="106" count="0" type="cond" truecount="0" falsecount="16"/>
|
474
|
+
<line num="108" count="0" type="stmt"/>
|
475
|
+
<line num="113" count="0" type="stmt"/>
|
476
|
+
<line num="124" count="0" type="stmt"/>
|
477
|
+
<line num="132" count="0" type="stmt"/>
|
478
|
+
</file>
|
479
|
+
</package>
|
480
|
+
<package name="src.components.fields">
|
481
|
+
<metrics statements="11" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="1"/>
|
482
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/fields/index.ts">
|
483
|
+
<metrics statements="11" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="1"/>
|
484
|
+
<line num="1" count="13" type="stmt"/>
|
485
|
+
<line num="2" count="13" type="stmt"/>
|
486
|
+
<line num="3" count="13" type="stmt"/>
|
487
|
+
<line num="4" count="13" type="stmt"/>
|
488
|
+
<line num="5" count="13" type="stmt"/>
|
489
|
+
<line num="6" count="13" type="stmt"/>
|
490
|
+
<line num="7" count="13" type="stmt"/>
|
491
|
+
<line num="8" count="15" type="stmt"/>
|
492
|
+
<line num="9" count="13" type="stmt"/>
|
493
|
+
<line num="10" count="13" type="stmt"/>
|
494
|
+
<line num="11" count="13" type="stmt"/>
|
495
|
+
</file>
|
496
|
+
</package>
|
497
|
+
<package name="src.components.fields.boolean">
|
498
|
+
<metrics statements="7" coveredstatements="7" conditionals="8" coveredconditionals="8" methods="1" coveredmethods="1"/>
|
499
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/fields/boolean/index.tsx">
|
500
|
+
<metrics statements="7" coveredstatements="7" conditionals="8" coveredconditionals="8" methods="1" coveredmethods="1"/>
|
501
|
+
<line num="1" count="14" type="stmt"/>
|
502
|
+
<line num="2" count="14" type="stmt"/>
|
503
|
+
<line num="4" count="14" type="stmt"/>
|
504
|
+
<line num="13" count="14" type="stmt"/>
|
505
|
+
<line num="18" count="7" type="cond" truecount="1" falsecount="0"/>
|
506
|
+
<line num="19" count="7" type="stmt"/>
|
507
|
+
<line num="21" count="7" type="stmt"/>
|
508
|
+
</file>
|
509
|
+
</package>
|
510
|
+
<package name="src.components.fields.date">
|
511
|
+
<metrics statements="11" coveredstatements="11" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
512
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/fields/date/index.tsx">
|
513
|
+
<metrics statements="11" coveredstatements="11" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
514
|
+
<line num="1" count="14" type="stmt"/>
|
515
|
+
<line num="2" count="14" type="stmt"/>
|
516
|
+
<line num="3" count="14" type="stmt"/>
|
517
|
+
<line num="5" count="14" type="stmt"/>
|
518
|
+
<line num="7" count="14" type="stmt"/>
|
519
|
+
<line num="9" count="14" type="stmt"/>
|
520
|
+
<line num="18" count="14" type="stmt"/>
|
521
|
+
<line num="21" count="5" type="cond" truecount="1" falsecount="0"/>
|
522
|
+
<line num="22" count="5" type="stmt"/>
|
523
|
+
<line num="24" count="5" type="stmt"/>
|
524
|
+
<line num="26" count="5" type="stmt"/>
|
525
|
+
</file>
|
526
|
+
</package>
|
527
|
+
<package name="src.components.fields.email">
|
528
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
529
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/fields/email/index.tsx">
|
530
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
531
|
+
<line num="1" count="14" type="stmt"/>
|
532
|
+
<line num="2" count="14" type="stmt"/>
|
533
|
+
<line num="4" count="14" type="stmt"/>
|
534
|
+
<line num="14" count="14" type="stmt"/>
|
535
|
+
<line num="15" count="1" type="stmt"/>
|
536
|
+
</file>
|
537
|
+
</package>
|
538
|
+
<package name="src.components.fields.file">
|
539
|
+
<metrics statements="6" coveredstatements="6" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
540
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/fields/file/index.tsx">
|
541
|
+
<metrics statements="6" coveredstatements="6" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
542
|
+
<line num="1" count="13" type="stmt"/>
|
543
|
+
<line num="3" count="13" type="stmt"/>
|
544
|
+
<line num="11" count="13" type="stmt"/>
|
545
|
+
<line num="13" count="2" type="stmt"/>
|
546
|
+
<line num="14" count="2" type="stmt"/>
|
547
|
+
<line num="16" count="2" type="stmt"/>
|
548
|
+
</file>
|
549
|
+
</package>
|
550
|
+
<package name="src.components.fields.image">
|
551
|
+
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
552
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/fields/image/index.tsx">
|
553
|
+
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
554
|
+
<line num="1" count="14" type="stmt"/>
|
555
|
+
<line num="2" count="14" type="stmt"/>
|
556
|
+
<line num="11" count="14" type="stmt"/>
|
557
|
+
<line num="13" count="1" type="stmt"/>
|
558
|
+
<line num="14" count="1" type="stmt"/>
|
559
|
+
<line num="16" count="1" type="stmt"/>
|
560
|
+
</file>
|
561
|
+
</package>
|
562
|
+
<package name="src.components.fields.markdown">
|
563
|
+
<metrics statements="5" coveredstatements="5" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
564
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/fields/markdown/index.tsx">
|
565
|
+
<metrics statements="5" coveredstatements="5" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
566
|
+
<line num="1" count="14" type="stmt"/>
|
567
|
+
<line num="2" count="14" type="stmt"/>
|
568
|
+
<line num="3" count="14" type="stmt"/>
|
569
|
+
<line num="12" count="14" type="stmt"/>
|
570
|
+
<line num="15" count="2" type="stmt"/>
|
571
|
+
</file>
|
572
|
+
</package>
|
573
|
+
<package name="src.components.fields.number">
|
574
|
+
<metrics statements="9" coveredstatements="9" conditionals="5" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
575
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/fields/number/index.tsx">
|
576
|
+
<metrics statements="9" coveredstatements="9" conditionals="5" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
577
|
+
<line num="1" count="14" type="stmt"/>
|
578
|
+
<line num="2" count="14" type="stmt"/>
|
579
|
+
<line num="4" count="14" type="stmt"/>
|
580
|
+
<line num="7" count="3" type="stmt"/>
|
581
|
+
<line num="21" count="14" type="stmt"/>
|
582
|
+
<line num="24" count="3" type="stmt"/>
|
583
|
+
<line num="25" count="3" type="stmt"/>
|
584
|
+
<line num="27" count="3" type="stmt"/>
|
585
|
+
<line num="29" count="3" type="stmt"/>
|
586
|
+
</file>
|
587
|
+
</package>
|
588
|
+
<package name="src.components.fields.tag">
|
589
|
+
<metrics statements="4" coveredstatements="4" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
590
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/fields/tag/index.tsx">
|
591
|
+
<metrics statements="4" coveredstatements="4" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
592
|
+
<line num="1" count="14" type="stmt"/>
|
593
|
+
<line num="2" count="14" type="stmt"/>
|
594
|
+
<line num="11" count="14" type="stmt"/>
|
595
|
+
<line num="12" count="2" type="cond" truecount="4" falsecount="0"/>
|
596
|
+
</file>
|
597
|
+
</package>
|
598
|
+
<package name="src.components.fields.text">
|
599
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
600
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/fields/text/index.tsx">
|
601
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
602
|
+
<line num="1" count="14" type="stmt"/>
|
603
|
+
<line num="2" count="14" type="stmt"/>
|
604
|
+
<line num="4" count="14" type="stmt"/>
|
605
|
+
<line num="13" count="14" type="stmt"/>
|
606
|
+
<line num="14" count="1" type="stmt"/>
|
607
|
+
</file>
|
608
|
+
</package>
|
609
|
+
<package name="src.components.fields.url">
|
610
|
+
<metrics statements="7" coveredstatements="7" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
611
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/fields/url/index.tsx">
|
612
|
+
<metrics statements="7" coveredstatements="7" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
613
|
+
<line num="1" count="14" type="stmt"/>
|
614
|
+
<line num="2" count="14" type="stmt"/>
|
615
|
+
<line num="4" count="14" type="stmt"/>
|
616
|
+
<line num="14" count="14" type="stmt"/>
|
617
|
+
<line num="16" count="5" type="stmt"/>
|
618
|
+
<line num="17" count="5" type="stmt"/>
|
619
|
+
<line num="19" count="5" type="stmt"/>
|
620
|
+
</file>
|
621
|
+
</package>
|
622
|
+
<package name="src.components.layout">
|
623
|
+
<metrics statements="10" coveredstatements="10" conditionals="16" coveredconditionals="14" methods="1" coveredmethods="1"/>
|
624
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/layout/index.tsx">
|
625
|
+
<metrics statements="10" coveredstatements="10" conditionals="16" coveredconditionals="14" methods="1" coveredmethods="1"/>
|
626
|
+
<line num="1" count="13" type="stmt"/>
|
627
|
+
<line num="2" count="13" type="stmt"/>
|
628
|
+
<line num="4" count="13" type="stmt"/>
|
629
|
+
<line num="5" count="13" type="stmt"/>
|
630
|
+
<line num="12" count="13" type="stmt"/>
|
631
|
+
<line num="20" count="2" type="stmt"/>
|
632
|
+
<line num="21" count="2" type="cond" truecount="3" falsecount="1"/>
|
633
|
+
<line num="22" count="2" type="cond" truecount="3" falsecount="1"/>
|
634
|
+
<line num="23" count="2" type="cond" truecount="2" falsecount="0"/>
|
635
|
+
<line num="25" count="2" type="stmt"/>
|
636
|
+
</file>
|
637
|
+
</package>
|
638
|
+
<package name="src.components.layout.header">
|
639
|
+
<metrics statements="9" coveredstatements="9" conditionals="29" coveredconditionals="23" methods="1" coveredmethods="1"/>
|
640
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/layout/header/index.tsx">
|
641
|
+
<metrics statements="9" coveredstatements="9" conditionals="29" coveredconditionals="23" methods="1" coveredmethods="1"/>
|
642
|
+
<line num="1" count="14" type="stmt"/>
|
643
|
+
<line num="2" count="14" type="stmt"/>
|
644
|
+
<line num="3" count="14" type="stmt"/>
|
645
|
+
<line num="5" count="14" type="stmt"/>
|
646
|
+
<line num="7" count="14" type="stmt"/>
|
647
|
+
<line num="8" count="4" type="stmt"/>
|
648
|
+
<line num="9" count="4" type="stmt"/>
|
649
|
+
<line num="13" count="4" type="cond" truecount="2" falsecount="1"/>
|
650
|
+
<line num="15" count="4" type="cond" truecount="2" falsecount="0"/>
|
651
|
+
</file>
|
652
|
+
</package>
|
653
|
+
<package name="src.components.layout.sider">
|
654
|
+
<metrics statements="63" coveredstatements="9" conditionals="63" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
655
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/layout/sider/index.tsx">
|
656
|
+
<metrics statements="62" coveredstatements="8" conditionals="63" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
657
|
+
<line num="1" count="13" type="stmt"/>
|
658
|
+
<line num="2" count="13" type="stmt"/>
|
659
|
+
<line num="3" count="13" type="stmt"/>
|
660
|
+
<line num="9" count="13" type="stmt"/>
|
661
|
+
<line num="26" count="13" type="stmt"/>
|
662
|
+
<line num="28" count="13" type="stmt"/>
|
663
|
+
<line num="31" count="13" type="stmt"/>
|
664
|
+
<line num="33" count="13" type="stmt"/>
|
665
|
+
<line num="38" count="0" type="stmt"/>
|
666
|
+
<line num="39" count="0" type="stmt"/>
|
667
|
+
<line num="40" count="0" type="stmt"/>
|
668
|
+
<line num="41" count="0" type="stmt"/>
|
669
|
+
<line num="42" count="0" type="stmt"/>
|
670
|
+
<line num="43" count="0" type="stmt"/>
|
671
|
+
<line num="44" count="0" type="stmt"/>
|
672
|
+
<line num="45" count="0" type="cond" truecount="0" falsecount="2"/>
|
673
|
+
<line num="46" count="0" type="stmt"/>
|
674
|
+
<line num="47" count="0" type="stmt"/>
|
675
|
+
<line num="48" count="0" type="stmt"/>
|
676
|
+
<line num="49" count="0" type="stmt"/>
|
677
|
+
<line num="50" count="0" type="stmt"/>
|
678
|
+
<line num="51" count="0" type="stmt"/>
|
679
|
+
<line num="52" count="0" type="stmt"/>
|
680
|
+
<line num="57" count="0" type="cond" truecount="0" falsecount="2"/>
|
681
|
+
<line num="59" count="0" type="cond" truecount="0" falsecount="8"/>
|
682
|
+
<line num="61" count="0" type="stmt"/>
|
683
|
+
<line num="62" count="0" type="stmt"/>
|
684
|
+
<line num="73" count="0" type="stmt"/>
|
685
|
+
<line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
|
686
|
+
<line num="76" count="0" type="stmt"/>
|
687
|
+
<line num="95" count="0" type="stmt"/>
|
688
|
+
<line num="96" count="0" type="stmt"/>
|
689
|
+
<line num="100" count="0" type="stmt"/>
|
690
|
+
<line num="126" count="0" type="stmt"/>
|
691
|
+
<line num="127" count="0" type="cond" truecount="0" falsecount="2"/>
|
692
|
+
<line num="128" count="0" type="stmt"/>
|
693
|
+
<line num="135" count="0" type="cond" truecount="0" falsecount="1"/>
|
694
|
+
<line num="136" count="0" type="stmt"/>
|
695
|
+
<line num="137" count="0" type="stmt"/>
|
696
|
+
<line num="140" count="0" type="stmt"/>
|
697
|
+
<line num="144" count="0" type="cond" truecount="0" falsecount="2"/>
|
698
|
+
<line num="154" count="0" type="cond" truecount="0" falsecount="2"/>
|
699
|
+
<line num="169" count="0" type="stmt"/>
|
700
|
+
<line num="171" count="0" type="stmt"/>
|
701
|
+
<line num="172" count="0" type="cond" truecount="0" falsecount="1"/>
|
702
|
+
<line num="173" count="0" type="stmt"/>
|
703
|
+
<line num="180" count="0" type="stmt"/>
|
704
|
+
<line num="189" count="0" type="stmt"/>
|
705
|
+
<line num="190" count="0" type="stmt"/>
|
706
|
+
<line num="198" count="0" type="stmt"/>
|
707
|
+
<line num="199" count="0" type="cond" truecount="0" falsecount="1"/>
|
708
|
+
<line num="200" count="0" type="stmt"/>
|
709
|
+
<line num="210" count="0" type="stmt"/>
|
710
|
+
<line num="211" count="0" type="stmt"/>
|
711
|
+
<line num="215" count="0" type="stmt"/>
|
712
|
+
<line num="236" count="0" type="stmt"/>
|
713
|
+
<line num="243" count="0" type="stmt"/>
|
714
|
+
<line num="244" count="0" type="cond" truecount="0" falsecount="1"/>
|
715
|
+
<line num="245" count="0" type="stmt"/>
|
716
|
+
<line num="248" count="0" type="stmt"/>
|
717
|
+
<line num="253" count="0" type="stmt"/>
|
718
|
+
<line num="264" count="0" type="stmt"/>
|
719
|
+
</file>
|
720
|
+
<file name="styles.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/layout/sider/styles.ts">
|
721
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
722
|
+
<line num="3" count="13" type="stmt"/>
|
723
|
+
</file>
|
724
|
+
</package>
|
725
|
+
<package name="src.components.layout.title">
|
726
|
+
<metrics statements="8" coveredstatements="3" conditionals="4" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
727
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/layout/title/index.tsx">
|
728
|
+
<metrics statements="8" coveredstatements="3" conditionals="4" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
729
|
+
<line num="1" count="13" type="stmt"/>
|
730
|
+
<line num="2" count="13" type="stmt"/>
|
731
|
+
<line num="9" count="13" type="stmt"/>
|
732
|
+
<line num="10" count="0" type="stmt"/>
|
733
|
+
<line num="11" count="0" type="stmt"/>
|
734
|
+
<line num="12" count="0" type="stmt"/>
|
735
|
+
<line num="14" count="0" type="cond" truecount="0" falsecount="2"/>
|
736
|
+
<line num="16" count="0" type="stmt"/>
|
737
|
+
</file>
|
738
|
+
</package>
|
739
|
+
<package name="src.components.pageHeader">
|
740
|
+
<metrics statements="9" coveredstatements="9" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
741
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/pageHeader/index.tsx">
|
742
|
+
<metrics statements="9" coveredstatements="9" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
743
|
+
<line num="1" count="13" type="stmt"/>
|
744
|
+
<line num="2" count="13" type="stmt"/>
|
745
|
+
<line num="6" count="13" type="stmt"/>
|
746
|
+
<line num="7" count="13" type="stmt"/>
|
747
|
+
<line num="11" count="37" type="stmt"/>
|
748
|
+
<line num="13" count="36" type="cond" truecount="1" falsecount="1"/>
|
749
|
+
<line num="20" count="36" type="cond" truecount="2" falsecount="0"/>
|
750
|
+
<line num="29" count="36" type="cond" truecount="2" falsecount="0"/>
|
751
|
+
<line num="41" count="36" type="stmt"/>
|
752
|
+
</file>
|
753
|
+
</package>
|
754
|
+
<package name="src.components.pages">
|
755
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
756
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/pages/index.tsx">
|
757
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
758
|
+
<line num="1" count="13" type="stmt"/>
|
759
|
+
<line num="2" count="13" type="stmt"/>
|
760
|
+
<line num="3" count="13" type="stmt"/>
|
761
|
+
<line num="4" count="13" type="stmt"/>
|
762
|
+
<line num="5" count="13" type="stmt"/>
|
763
|
+
</file>
|
764
|
+
</package>
|
765
|
+
<package name="src.components.pages.auth">
|
766
|
+
<metrics statements="11" coveredstatements="3" conditionals="4" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
767
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/pages/auth/index.tsx">
|
768
|
+
<metrics statements="11" coveredstatements="3" conditionals="4" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
769
|
+
<line num="1" count="13" type="stmt"/>
|
770
|
+
<line num="5" count="13" type="stmt"/>
|
771
|
+
<line num="25" count="13" type="stmt"/>
|
772
|
+
<line num="26" count="0" type="stmt"/>
|
773
|
+
<line num="27" count="0" type="stmt"/>
|
774
|
+
<line num="28" count="0" type="cond" truecount="0" falsecount="4"/>
|
775
|
+
<line num="30" count="0" type="stmt"/>
|
776
|
+
<line num="32" count="0" type="stmt"/>
|
777
|
+
<line num="34" count="0" type="stmt"/>
|
778
|
+
<line num="36" count="0" type="stmt"/>
|
779
|
+
<line num="40" count="0" type="stmt"/>
|
780
|
+
</file>
|
781
|
+
</package>
|
782
|
+
<package name="src.components.pages.auth.components">
|
783
|
+
<metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
784
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/pages/auth/components/index.tsx">
|
785
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
786
|
+
<line num="1" count="13" type="stmt"/>
|
787
|
+
<line num="2" count="13" type="stmt"/>
|
788
|
+
<line num="3" count="13" type="stmt"/>
|
789
|
+
<line num="4" count="13" type="stmt"/>
|
790
|
+
</file>
|
791
|
+
<file name="styles.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/pages/auth/components/styles.ts">
|
792
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
793
|
+
<line num="3" count="13" type="stmt"/>
|
794
|
+
<line num="5" count="13" type="stmt"/>
|
795
|
+
<line num="13" count="13" type="stmt"/>
|
796
|
+
<line num="18" count="13" type="stmt"/>
|
797
|
+
<line num="20" count="13" type="stmt"/>
|
798
|
+
</file>
|
799
|
+
</package>
|
800
|
+
<package name="src.components.pages.auth.components.forgotPassword">
|
801
|
+
<metrics statements="22" coveredstatements="21" conditionals="22" coveredconditionals="18" methods="2" coveredmethods="1"/>
|
802
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/pages/auth/components/forgotPassword/index.tsx">
|
803
|
+
<metrics statements="22" coveredstatements="21" conditionals="22" coveredconditionals="18" methods="2" coveredmethods="1"/>
|
804
|
+
<line num="1" count="13" type="stmt"/>
|
805
|
+
<line num="2" count="13" type="stmt"/>
|
806
|
+
<line num="8" count="13" type="stmt"/>
|
807
|
+
<line num="22" count="13" type="stmt"/>
|
808
|
+
<line num="28" count="13" type="stmt"/>
|
809
|
+
<line num="35" count="13" type="stmt"/>
|
810
|
+
<line num="43" count="13" type="stmt"/>
|
811
|
+
<line num="44" count="13" type="stmt"/>
|
812
|
+
<line num="51" count="13" type="stmt"/>
|
813
|
+
<line num="59" count="9" type="stmt"/>
|
814
|
+
<line num="60" count="9" type="stmt"/>
|
815
|
+
<line num="61" count="9" type="stmt"/>
|
816
|
+
<line num="62" count="9" type="stmt"/>
|
817
|
+
<line num="63" count="9" type="stmt"/>
|
818
|
+
<line num="64" count="9" type="stmt"/>
|
819
|
+
<line num="66" count="9" type="cond" truecount="1" falsecount="1"/>
|
820
|
+
<line num="69" count="9" type="stmt"/>
|
821
|
+
<line num="72" count="9" type="cond" truecount="1" falsecount="1"/>
|
822
|
+
<line num="86" count="9" type="stmt"/>
|
823
|
+
<line num="97" count="9" type="stmt"/>
|
824
|
+
<line num="110" count="0" type="stmt"/>
|
825
|
+
<line num="192" count="9" type="stmt"/>
|
826
|
+
</file>
|
827
|
+
</package>
|
828
|
+
<package name="src.components.pages.auth.components.login">
|
829
|
+
<metrics statements="29" coveredstatements="27" conditionals="37" coveredconditionals="31" methods="5" coveredmethods="3"/>
|
830
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/pages/auth/components/login/index.tsx">
|
831
|
+
<metrics statements="29" coveredstatements="27" conditionals="37" coveredconditionals="31" methods="5" coveredmethods="3"/>
|
832
|
+
<line num="1" count="13" type="stmt"/>
|
833
|
+
<line num="2" count="13" type="stmt"/>
|
834
|
+
<line num="9" count="13" type="stmt"/>
|
835
|
+
<line num="25" count="13" type="stmt"/>
|
836
|
+
<line num="27" count="13" type="stmt"/>
|
837
|
+
<line num="34" count="13" type="stmt"/>
|
838
|
+
<line num="36" count="13" type="stmt"/>
|
839
|
+
<line num="37" count="13" type="stmt"/>
|
840
|
+
<line num="45" count="13" type="stmt"/>
|
841
|
+
<line num="56" count="14" type="stmt"/>
|
842
|
+
<line num="57" count="14" type="stmt"/>
|
843
|
+
<line num="58" count="14" type="stmt"/>
|
844
|
+
<line num="59" count="14" type="stmt"/>
|
845
|
+
<line num="60" count="14" type="stmt"/>
|
846
|
+
<line num="61" count="14" type="stmt"/>
|
847
|
+
<line num="63" count="14" type="cond" truecount="1" falsecount="1"/>
|
848
|
+
<line num="65" count="14" type="stmt"/>
|
849
|
+
<line num="66" count="14" type="stmt"/>
|
850
|
+
<line num="71" count="14" type="cond" truecount="1" falsecount="1"/>
|
851
|
+
<line num="85" count="14" type="stmt"/>
|
852
|
+
<line num="96" count="14" type="stmt"/>
|
853
|
+
<line num="97" count="14" type="cond" truecount="3" falsecount="0"/>
|
854
|
+
<line num="98" count="1" type="stmt"/>
|
855
|
+
<line num="101" count="2" type="stmt"/>
|
856
|
+
<line num="115" count="0" type="stmt"/>
|
857
|
+
<line num="136" count="13" type="stmt"/>
|
858
|
+
<line num="140" count="14" type="stmt"/>
|
859
|
+
<line num="154" count="0" type="stmt"/>
|
860
|
+
<line num="269" count="14" type="stmt"/>
|
861
|
+
</file>
|
862
|
+
</package>
|
863
|
+
<package name="src.components.pages.auth.components.register">
|
864
|
+
<metrics statements="29" coveredstatements="27" conditionals="29" coveredconditionals="23" methods="5" coveredmethods="3"/>
|
865
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/pages/auth/components/register/index.tsx">
|
866
|
+
<metrics statements="29" coveredstatements="27" conditionals="29" coveredconditionals="23" methods="5" coveredmethods="3"/>
|
867
|
+
<line num="1" count="13" type="stmt"/>
|
868
|
+
<line num="2" count="13" type="stmt"/>
|
869
|
+
<line num="9" count="13" type="stmt"/>
|
870
|
+
<line num="24" count="13" type="stmt"/>
|
871
|
+
<line num="26" count="13" type="stmt"/>
|
872
|
+
<line num="33" count="13" type="stmt"/>
|
873
|
+
<line num="35" count="13" type="stmt"/>
|
874
|
+
<line num="36" count="13" type="stmt"/>
|
875
|
+
<line num="44" count="13" type="stmt"/>
|
876
|
+
<line num="53" count="10" type="stmt"/>
|
877
|
+
<line num="54" count="10" type="stmt"/>
|
878
|
+
<line num="55" count="10" type="stmt"/>
|
879
|
+
<line num="56" count="10" type="stmt"/>
|
880
|
+
<line num="57" count="10" type="stmt"/>
|
881
|
+
<line num="58" count="10" type="stmt"/>
|
882
|
+
<line num="60" count="10" type="cond" truecount="1" falsecount="1"/>
|
883
|
+
<line num="62" count="10" type="stmt"/>
|
884
|
+
<line num="63" count="10" type="stmt"/>
|
885
|
+
<line num="68" count="10" type="cond" truecount="1" falsecount="1"/>
|
886
|
+
<line num="82" count="10" type="stmt"/>
|
887
|
+
<line num="93" count="10" type="stmt"/>
|
888
|
+
<line num="94" count="10" type="cond" truecount="3" falsecount="0"/>
|
889
|
+
<line num="95" count="1" type="stmt"/>
|
890
|
+
<line num="98" count="2" type="stmt"/>
|
891
|
+
<line num="112" count="0" type="stmt"/>
|
892
|
+
<line num="133" count="9" type="stmt"/>
|
893
|
+
<line num="137" count="10" type="stmt"/>
|
894
|
+
<line num="151" count="0" type="stmt"/>
|
895
|
+
<line num="241" count="10" type="stmt"/>
|
896
|
+
</file>
|
897
|
+
</package>
|
898
|
+
<package name="src.components.pages.auth.components.updatePassword">
|
899
|
+
<metrics statements="23" coveredstatements="18" conditionals="23" coveredconditionals="15" methods="4" coveredmethods="1"/>
|
900
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/pages/auth/components/updatePassword/index.tsx">
|
901
|
+
<metrics statements="23" coveredstatements="18" conditionals="23" coveredconditionals="15" methods="4" coveredmethods="1"/>
|
902
|
+
<line num="1" count="13" type="stmt"/>
|
903
|
+
<line num="2" count="13" type="stmt"/>
|
904
|
+
<line num="7" count="13" type="stmt"/>
|
905
|
+
<line num="21" count="13" type="stmt"/>
|
906
|
+
<line num="23" count="13" type="stmt"/>
|
907
|
+
<line num="30" count="13" type="stmt"/>
|
908
|
+
<line num="32" count="13" type="stmt"/>
|
909
|
+
<line num="33" count="13" type="stmt"/>
|
910
|
+
<line num="46" count="13" type="stmt"/>
|
911
|
+
<line num="53" count="6" type="stmt"/>
|
912
|
+
<line num="54" count="6" type="stmt"/>
|
913
|
+
<line num="55" count="6" type="stmt"/>
|
914
|
+
<line num="56" count="6" type="stmt"/>
|
915
|
+
<line num="58" count="6" type="stmt"/>
|
916
|
+
<line num="63" count="6" type="cond" truecount="1" falsecount="1"/>
|
917
|
+
<line num="77" count="6" type="stmt"/>
|
918
|
+
<line num="89" count="6" type="stmt"/>
|
919
|
+
<line num="102" count="0" type="stmt"/>
|
920
|
+
<line num="133" count="0" type="stmt"/>
|
921
|
+
<line num="135" count="0" type="cond" truecount="0" falsecount="1"/>
|
922
|
+
<line num="139" count="0" type="stmt"/>
|
923
|
+
<line num="141" count="0" type="stmt"/>
|
924
|
+
<line num="181" count="6" type="stmt"/>
|
925
|
+
</file>
|
926
|
+
</package>
|
927
|
+
<package name="src.components.pages.error">
|
928
|
+
<metrics statements="21" coveredstatements="16" conditionals="14" coveredconditionals="1" methods="3" coveredmethods="2"/>
|
929
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/pages/error/index.tsx">
|
930
|
+
<metrics statements="21" coveredstatements="16" conditionals="14" coveredconditionals="1" methods="3" coveredmethods="2"/>
|
931
|
+
<line num="1" count="14" type="stmt"/>
|
932
|
+
<line num="2" count="14" type="stmt"/>
|
933
|
+
<line num="4" count="14" type="stmt"/>
|
934
|
+
<line num="5" count="14" type="stmt"/>
|
935
|
+
<line num="6" count="14" type="stmt"/>
|
936
|
+
<line num="8" count="14" type="stmt"/>
|
937
|
+
<line num="16" count="14" type="stmt"/>
|
938
|
+
<line num="17" count="3" type="stmt"/>
|
939
|
+
<line num="18" count="3" type="stmt"/>
|
940
|
+
<line num="19" count="3" type="stmt"/>
|
941
|
+
<line num="20" count="3" type="stmt"/>
|
942
|
+
<line num="21" count="3" type="stmt"/>
|
943
|
+
<line num="23" count="3" type="stmt"/>
|
944
|
+
<line num="25" count="3" type="stmt"/>
|
945
|
+
<line num="26" count="3" type="cond" truecount="0" falsecount="1"/>
|
946
|
+
<line num="27" count="0" type="cond" truecount="0" falsecount="1"/>
|
947
|
+
<line num="28" count="0" type="stmt"/>
|
948
|
+
<line num="42" count="3" type="stmt"/>
|
949
|
+
<line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
|
950
|
+
<line num="65" count="0" type="stmt"/>
|
951
|
+
<line num="67" count="0" type="stmt"/>
|
952
|
+
</file>
|
953
|
+
</package>
|
954
|
+
<package name="src.components.pages.login">
|
955
|
+
<metrics statements="18" coveredstatements="11" conditionals="4" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
956
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/pages/login/index.tsx">
|
957
|
+
<metrics statements="14" coveredstatements="7" conditionals="4" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
958
|
+
<line num="1" count="13" type="stmt"/>
|
959
|
+
<line num="2" count="13" type="stmt"/>
|
960
|
+
<line num="3" count="13" type="stmt"/>
|
961
|
+
<line num="14" count="13" type="stmt"/>
|
962
|
+
<line num="16" count="13" type="stmt"/>
|
963
|
+
<line num="23" count="13" type="stmt"/>
|
964
|
+
<line num="36" count="13" type="stmt"/>
|
965
|
+
<line num="37" count="0" type="stmt"/>
|
966
|
+
<line num="38" count="0" type="stmt"/>
|
967
|
+
<line num="40" count="0" type="stmt"/>
|
968
|
+
<line num="41" count="0" type="stmt"/>
|
969
|
+
<line num="46" count="0" type="stmt"/>
|
970
|
+
<line num="51" count="0" type="stmt"/>
|
971
|
+
<line num="73" count="0" type="stmt"/>
|
972
|
+
</file>
|
973
|
+
<file name="styles.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/pages/login/styles.ts">
|
974
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
975
|
+
<line num="3" count="13" type="stmt"/>
|
976
|
+
<line num="8" count="13" type="stmt"/>
|
977
|
+
<line num="13" count="13" type="stmt"/>
|
978
|
+
<line num="20" count="13" type="stmt"/>
|
979
|
+
</file>
|
980
|
+
</package>
|
981
|
+
<package name="src.components.pages.ready">
|
982
|
+
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
983
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/pages/ready/index.tsx">
|
984
|
+
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
985
|
+
<line num="1" count="14" type="stmt"/>
|
986
|
+
<line num="3" count="14" type="stmt"/>
|
987
|
+
<line num="4" count="14" type="stmt"/>
|
988
|
+
<line num="6" count="14" type="stmt"/>
|
989
|
+
<line num="36" count="14" type="stmt"/>
|
990
|
+
<line num="44" count="14" type="stmt"/>
|
991
|
+
<line num="45" count="3" type="stmt"/>
|
992
|
+
</file>
|
993
|
+
</package>
|
994
|
+
<package name="src.components.pages.welcome">
|
995
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
996
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/pages/welcome/index.tsx">
|
997
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
998
|
+
<line num="1" count="14" type="stmt"/>
|
999
|
+
<line num="2" count="14" type="stmt"/>
|
1000
|
+
<line num="8" count="14" type="stmt"/>
|
1001
|
+
<line num="9" count="3" type="stmt"/>
|
1002
|
+
</file>
|
1003
|
+
</package>
|
1004
|
+
<package name="src.components.table">
|
1005
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
1006
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/table/index.ts">
|
1007
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
1008
|
+
<line num="1" count="13" type="stmt"/>
|
1009
|
+
</file>
|
1010
|
+
</package>
|
1011
|
+
<package name="src.components.table.components">
|
1012
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
1013
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/table/components/index.ts">
|
1014
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
1015
|
+
<line num="1" count="13" type="stmt"/>
|
1016
|
+
</file>
|
1017
|
+
</package>
|
1018
|
+
<package name="src.components.table.components.filterDropdown">
|
1019
|
+
<metrics statements="43" coveredstatements="36" conditionals="19" coveredconditionals="15" methods="8" coveredmethods="8"/>
|
1020
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/table/components/filterDropdown/index.tsx">
|
1021
|
+
<metrics statements="43" coveredstatements="36" conditionals="19" coveredconditionals="15" methods="8" coveredmethods="8"/>
|
1022
|
+
<line num="1" count="14" type="stmt"/>
|
1023
|
+
<line num="2" count="14" type="stmt"/>
|
1024
|
+
<line num="4" count="14" type="stmt"/>
|
1025
|
+
<line num="5" count="14" type="stmt"/>
|
1026
|
+
<line num="6" count="14" type="stmt"/>
|
1027
|
+
<line num="18" count="14" type="stmt"/>
|
1028
|
+
<line num="26" count="15" type="stmt"/>
|
1029
|
+
<line num="28" count="15" type="stmt"/>
|
1030
|
+
<line num="29" count="15" type="stmt"/>
|
1031
|
+
<line num="31" count="15" type="stmt"/>
|
1032
|
+
<line num="32" count="2" type="cond" truecount="1" falsecount="0"/>
|
1033
|
+
<line num="33" count="2" type="stmt"/>
|
1034
|
+
<line num="34" count="2" type="stmt"/>
|
1035
|
+
<line num="38" count="15" type="stmt"/>
|
1036
|
+
<line num="39" count="3" type="stmt"/>
|
1037
|
+
<line num="42" count="3" type="cond" truecount="1" falsecount="1"/>
|
1038
|
+
<line num="43" count="0" type="stmt"/>
|
1039
|
+
<line num="44" count="3" type="cond" truecount="2" falsecount="0"/>
|
1040
|
+
<line num="45" count="1" type="stmt"/>
|
1041
|
+
<line num="47" count="2" type="stmt"/>
|
1042
|
+
<line num="50" count="3" type="stmt"/>
|
1043
|
+
<line num="52" count="3" type="cond" truecount="3" falsecount="1"/>
|
1044
|
+
<line num="55" count="20" type="cond" truecount="2" falsecount="0"/>
|
1045
|
+
<line num="58" count="15" type="stmt"/>
|
1046
|
+
<line num="59" count="2" type="cond" truecount="1" falsecount="0"/>
|
1047
|
+
<line num="60" count="2" type="cond" truecount="0" falsecount="1"/>
|
1048
|
+
<line num="61" count="0" type="stmt"/>
|
1049
|
+
<line num="63" count="0" type="stmt"/>
|
1050
|
+
<line num="64" count="0" type="stmt"/>
|
1051
|
+
<line num="68" count="2" type="cond" truecount="4" falsecount="1"/>
|
1052
|
+
<line num="72" count="2" type="stmt"/>
|
1053
|
+
<line num="73" count="2" type="stmt"/>
|
1054
|
+
<line num="74" count="2" type="stmt"/>
|
1055
|
+
<line num="75" count="2" type="stmt"/>
|
1056
|
+
<line num="78" count="0" type="stmt"/>
|
1057
|
+
<line num="80" count="0" type="stmt"/>
|
1058
|
+
<line num="83" count="15" type="stmt"/>
|
1059
|
+
<line num="84" count="15" type="cond" truecount="1" falsecount="0"/>
|
1060
|
+
<line num="85" count="15" type="stmt"/>
|
1061
|
+
<line num="90" count="0" type="stmt"/>
|
1062
|
+
<line num="92" count="15" type="stmt"/>
|
1063
|
+
<line num="103" count="3" type="stmt"/>
|
1064
|
+
<line num="106" count="2" type="stmt"/>
|
1065
|
+
</file>
|
1066
|
+
</package>
|
1067
|
+
<package name="src.components.themedLayout">
|
1068
|
+
<metrics statements="10" coveredstatements="10" conditionals="16" coveredconditionals="14" methods="1" coveredmethods="1"/>
|
1069
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/themedLayout/index.tsx">
|
1070
|
+
<metrics statements="10" coveredstatements="10" conditionals="16" coveredconditionals="14" methods="1" coveredmethods="1"/>
|
1071
|
+
<line num="1" count="13" type="stmt"/>
|
1072
|
+
<line num="2" count="13" type="stmt"/>
|
1073
|
+
<line num="4" count="13" type="stmt"/>
|
1074
|
+
<line num="5" count="13" type="stmt"/>
|
1075
|
+
<line num="11" count="13" type="stmt"/>
|
1076
|
+
<line num="19" count="2" type="stmt"/>
|
1077
|
+
<line num="20" count="2" type="cond" truecount="3" falsecount="1"/>
|
1078
|
+
<line num="21" count="2" type="cond" truecount="3" falsecount="1"/>
|
1079
|
+
<line num="22" count="2" type="cond" truecount="2" falsecount="0"/>
|
1080
|
+
<line num="24" count="2" type="stmt"/>
|
1081
|
+
</file>
|
1082
|
+
</package>
|
1083
|
+
<package name="src.components.themedLayout.header">
|
1084
|
+
<metrics statements="13" coveredstatements="13" conditionals="28" coveredconditionals="22" methods="1" coveredmethods="1"/>
|
1085
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/themedLayout/header/index.tsx">
|
1086
|
+
<metrics statements="13" coveredstatements="13" conditionals="28" coveredconditionals="22" methods="1" coveredmethods="1"/>
|
1087
|
+
<line num="1" count="14" type="stmt"/>
|
1088
|
+
<line num="2" count="14" type="stmt"/>
|
1089
|
+
<line num="3" count="14" type="stmt"/>
|
1090
|
+
<line num="6" count="14" type="stmt"/>
|
1091
|
+
<line num="7" count="14" type="stmt"/>
|
1092
|
+
<line num="12" count="14" type="stmt"/>
|
1093
|
+
<line num="13" count="4" type="stmt"/>
|
1094
|
+
<line num="15" count="4" type="stmt"/>
|
1095
|
+
<line num="16" count="4" type="stmt"/>
|
1096
|
+
<line num="20" count="4" type="cond" truecount="2" falsecount="1"/>
|
1097
|
+
<line num="22" count="4" type="cond" truecount="1" falsecount="0"/>
|
1098
|
+
<line num="23" count="2" type="stmt"/>
|
1099
|
+
<line num="26" count="2" type="stmt"/>
|
1100
|
+
</file>
|
1101
|
+
</package>
|
1102
|
+
<package name="src.components.themedLayout.sider">
|
1103
|
+
<metrics statements="64" coveredstatements="10" conditionals="67" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
1104
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/themedLayout/sider/index.tsx">
|
1105
|
+
<metrics statements="63" coveredstatements="9" conditionals="67" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
1106
|
+
<line num="1" count="13" type="stmt"/>
|
1107
|
+
<line num="2" count="13" type="stmt"/>
|
1108
|
+
<line num="3" count="13" type="stmt"/>
|
1109
|
+
<line num="11" count="13" type="stmt"/>
|
1110
|
+
<line num="28" count="13" type="stmt"/>
|
1111
|
+
<line num="30" count="13" type="stmt"/>
|
1112
|
+
<line num="32" count="13" type="stmt"/>
|
1113
|
+
<line num="33" count="13" type="stmt"/>
|
1114
|
+
<line num="38" count="13" type="stmt"/>
|
1115
|
+
<line num="43" count="0" type="stmt"/>
|
1116
|
+
<line num="45" count="0" type="stmt"/>
|
1117
|
+
<line num="46" count="0" type="stmt"/>
|
1118
|
+
<line num="47" count="0" type="stmt"/>
|
1119
|
+
<line num="48" count="0" type="stmt"/>
|
1120
|
+
<line num="49" count="0" type="stmt"/>
|
1121
|
+
<line num="50" count="0" type="stmt"/>
|
1122
|
+
<line num="51" count="0" type="stmt"/>
|
1123
|
+
<line num="52" count="0" type="cond" truecount="0" falsecount="2"/>
|
1124
|
+
<line num="53" count="0" type="stmt"/>
|
1125
|
+
<line num="54" count="0" type="stmt"/>
|
1126
|
+
<line num="55" count="0" type="stmt"/>
|
1127
|
+
<line num="56" count="0" type="stmt"/>
|
1128
|
+
<line num="57" count="0" type="stmt"/>
|
1129
|
+
<line num="58" count="0" type="stmt"/>
|
1130
|
+
<line num="59" count="0" type="stmt"/>
|
1131
|
+
<line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
|
1132
|
+
<line num="66" count="0" type="cond" truecount="0" falsecount="8"/>
|
1133
|
+
<line num="68" count="0" type="stmt"/>
|
1134
|
+
<line num="69" count="0" type="stmt"/>
|
1135
|
+
<line num="80" count="0" type="stmt"/>
|
1136
|
+
<line num="82" count="0" type="cond" truecount="0" falsecount="1"/>
|
1137
|
+
<line num="83" count="0" type="stmt"/>
|
1138
|
+
<line num="102" count="0" type="stmt"/>
|
1139
|
+
<line num="103" count="0" type="stmt"/>
|
1140
|
+
<line num="108" count="0" type="stmt"/>
|
1141
|
+
<line num="131" count="0" type="stmt"/>
|
1142
|
+
<line num="132" count="0" type="cond" truecount="0" falsecount="2"/>
|
1143
|
+
<line num="133" count="0" type="stmt"/>
|
1144
|
+
<line num="140" count="0" type="cond" truecount="0" falsecount="1"/>
|
1145
|
+
<line num="141" count="0" type="stmt"/>
|
1146
|
+
<line num="142" count="0" type="stmt"/>
|
1147
|
+
<line num="145" count="0" type="stmt"/>
|
1148
|
+
<line num="149" count="0" type="cond" truecount="0" falsecount="2"/>
|
1149
|
+
<line num="152" count="0" type="stmt"/>
|
1150
|
+
<line num="159" count="0" type="cond" truecount="0" falsecount="2"/>
|
1151
|
+
<line num="168" count="0" type="stmt"/>
|
1152
|
+
<line num="170" count="0" type="stmt"/>
|
1153
|
+
<line num="171" count="0" type="cond" truecount="0" falsecount="1"/>
|
1154
|
+
<line num="172" count="0" type="stmt"/>
|
1155
|
+
<line num="179" count="0" type="stmt"/>
|
1156
|
+
<line num="188" count="0" type="stmt"/>
|
1157
|
+
<line num="189" count="0" type="stmt"/>
|
1158
|
+
<line num="200" count="0" type="stmt"/>
|
1159
|
+
<line num="201" count="0" type="cond" truecount="0" falsecount="1"/>
|
1160
|
+
<line num="202" count="0" type="stmt"/>
|
1161
|
+
<line num="212" count="0" type="stmt"/>
|
1162
|
+
<line num="213" count="0" type="stmt"/>
|
1163
|
+
<line num="217" count="0" type="stmt"/>
|
1164
|
+
<line num="255" count="0" type="stmt"/>
|
1165
|
+
<line num="262" count="0" type="cond" truecount="0" falsecount="1"/>
|
1166
|
+
<line num="263" count="0" type="stmt"/>
|
1167
|
+
<line num="266" count="0" type="stmt"/>
|
1168
|
+
<line num="274" count="0" type="stmt"/>
|
1169
|
+
</file>
|
1170
|
+
<file name="styles.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/themedLayout/sider/styles.ts">
|
1171
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
1172
|
+
<line num="3" count="13" type="stmt"/>
|
1173
|
+
</file>
|
1174
|
+
</package>
|
1175
|
+
<package name="src.components.themedLayout.title">
|
1176
|
+
<metrics statements="13" coveredstatements="13" conditionals="6" coveredconditionals="6" methods="1" coveredmethods="1"/>
|
1177
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/themedLayout/title/index.tsx">
|
1178
|
+
<metrics statements="13" coveredstatements="13" conditionals="6" coveredconditionals="6" methods="1" coveredmethods="1"/>
|
1179
|
+
<line num="1" count="14" type="stmt"/>
|
1180
|
+
<line num="2" count="14" type="stmt"/>
|
1181
|
+
<line num="3" count="14" type="stmt"/>
|
1182
|
+
<line num="6" count="14" type="stmt"/>
|
1183
|
+
<line num="8" count="14" type="stmt"/>
|
1184
|
+
<line num="11" count="14" type="stmt"/>
|
1185
|
+
<line num="35" count="14" type="stmt"/>
|
1186
|
+
<line num="41" count="36" type="stmt"/>
|
1187
|
+
<line num="42" count="36" type="stmt"/>
|
1188
|
+
<line num="43" count="36" type="stmt"/>
|
1189
|
+
<line num="44" count="36" type="stmt"/>
|
1190
|
+
<line num="46" count="36" type="cond" truecount="2" falsecount="0"/>
|
1191
|
+
<line num="48" count="36" type="stmt"/>
|
1192
|
+
</file>
|
1193
|
+
</package>
|
1194
|
+
<package name="src.components.themedLayoutV2">
|
1195
|
+
<metrics statements="11" coveredstatements="11" conditionals="16" coveredconditionals="14" methods="1" coveredmethods="1"/>
|
1196
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/themedLayoutV2/index.tsx">
|
1197
|
+
<metrics statements="11" coveredstatements="11" conditionals="16" coveredconditionals="14" methods="1" coveredmethods="1"/>
|
1198
|
+
<line num="1" count="13" type="stmt"/>
|
1199
|
+
<line num="2" count="13" type="stmt"/>
|
1200
|
+
<line num="4" count="13" type="stmt"/>
|
1201
|
+
<line num="5" count="13" type="stmt"/>
|
1202
|
+
<line num="7" count="13" type="stmt"/>
|
1203
|
+
<line num="9" count="13" type="stmt"/>
|
1204
|
+
<line num="18" count="2" type="stmt"/>
|
1205
|
+
<line num="19" count="2" type="cond" truecount="3" falsecount="1"/>
|
1206
|
+
<line num="20" count="2" type="cond" truecount="3" falsecount="1"/>
|
1207
|
+
<line num="21" count="2" type="cond" truecount="2" falsecount="0"/>
|
1208
|
+
<line num="23" count="2" type="stmt"/>
|
1209
|
+
</file>
|
1210
|
+
</package>
|
1211
|
+
<package name="src.components.themedLayoutV2.header">
|
1212
|
+
<metrics statements="18" coveredstatements="15" conditionals="29" coveredconditionals="22" methods="1" coveredmethods="1"/>
|
1213
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/themedLayoutV2/header/index.tsx">
|
1214
|
+
<metrics statements="18" coveredstatements="15" conditionals="29" coveredconditionals="22" methods="1" coveredmethods="1"/>
|
1215
|
+
<line num="1" count="14" type="stmt"/>
|
1216
|
+
<line num="2" count="14" type="stmt"/>
|
1217
|
+
<line num="3" count="14" type="stmt"/>
|
1218
|
+
<line num="10" count="14" type="stmt"/>
|
1219
|
+
<line num="11" count="14" type="stmt"/>
|
1220
|
+
<line num="13" count="14" type="stmt"/>
|
1221
|
+
<line num="17" count="4" type="stmt"/>
|
1222
|
+
<line num="19" count="4" type="stmt"/>
|
1223
|
+
<line num="20" count="4" type="stmt"/>
|
1224
|
+
<line num="24" count="4" type="cond" truecount="2" falsecount="1"/>
|
1225
|
+
<line num="26" count="4" type="cond" truecount="1" falsecount="0"/>
|
1226
|
+
<line num="27" count="2" type="stmt"/>
|
1227
|
+
<line num="30" count="2" type="stmt"/>
|
1228
|
+
<line num="39" count="2" type="cond" truecount="0" falsecount="1"/>
|
1229
|
+
<line num="40" count="0" type="stmt"/>
|
1230
|
+
<line num="41" count="0" type="stmt"/>
|
1231
|
+
<line num="42" count="0" type="stmt"/>
|
1232
|
+
<line num="45" count="2" type="stmt"/>
|
1233
|
+
</file>
|
1234
|
+
</package>
|
1235
|
+
<package name="src.components.themedLayoutV2.sider">
|
1236
|
+
<metrics statements="71" coveredstatements="53" conditionals="93" coveredconditionals="38" methods="12" coveredmethods="5"/>
|
1237
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/themedLayoutV2/sider/index.tsx">
|
1238
|
+
<metrics statements="70" coveredstatements="52" conditionals="93" coveredconditionals="38" methods="12" coveredmethods="5"/>
|
1239
|
+
<line num="1" count="13" type="stmt"/>
|
1240
|
+
<line num="2" count="13" type="stmt"/>
|
1241
|
+
<line num="3" count="13" type="stmt"/>
|
1242
|
+
<line num="11" count="13" type="stmt"/>
|
1243
|
+
<line num="28" count="13" type="stmt"/>
|
1244
|
+
<line num="30" count="13" type="stmt"/>
|
1245
|
+
<line num="31" count="13" type="stmt"/>
|
1246
|
+
<line num="33" count="13" type="stmt"/>
|
1247
|
+
<line num="34" count="13" type="stmt"/>
|
1248
|
+
<line num="36" count="13" type="stmt"/>
|
1249
|
+
<line num="42" count="1" type="stmt"/>
|
1250
|
+
<line num="48" count="1" type="stmt"/>
|
1251
|
+
<line num="50" count="1" type="stmt"/>
|
1252
|
+
<line num="51" count="1" type="stmt"/>
|
1253
|
+
<line num="52" count="1" type="stmt"/>
|
1254
|
+
<line num="53" count="1" type="stmt"/>
|
1255
|
+
<line num="54" count="1" type="stmt"/>
|
1256
|
+
<line num="55" count="1" type="cond" truecount="1" falsecount="1"/>
|
1257
|
+
<line num="56" count="1" type="stmt"/>
|
1258
|
+
<line num="57" count="1" type="stmt"/>
|
1259
|
+
<line num="58" count="1" type="stmt"/>
|
1260
|
+
<line num="59" count="1" type="stmt"/>
|
1261
|
+
<line num="60" count="1" type="stmt"/>
|
1262
|
+
<line num="61" count="1" type="stmt"/>
|
1263
|
+
<line num="62" count="1" type="stmt"/>
|
1264
|
+
<line num="67" count="1" type="cond" truecount="1" falsecount="1"/>
|
1265
|
+
<line num="69" count="1" type="cond" truecount="6" falsecount="2"/>
|
1266
|
+
<line num="71" count="1" type="stmt"/>
|
1267
|
+
<line num="72" count="1" type="stmt"/>
|
1268
|
+
<line num="83" count="1" type="stmt"/>
|
1269
|
+
<line num="85" count="1" type="cond" truecount="0" falsecount="1"/>
|
1270
|
+
<line num="86" count="0" type="stmt"/>
|
1271
|
+
<line num="105" count="1" type="stmt"/>
|
1272
|
+
<line num="106" count="1" type="stmt"/>
|
1273
|
+
<line num="111" count="1" type="stmt"/>
|
1274
|
+
<line num="134" count="1" type="stmt"/>
|
1275
|
+
<line num="135" count="0" type="cond" truecount="0" falsecount="2"/>
|
1276
|
+
<line num="136" count="0" type="stmt"/>
|
1277
|
+
<line num="143" count="0" type="cond" truecount="0" falsecount="1"/>
|
1278
|
+
<line num="144" count="0" type="stmt"/>
|
1279
|
+
<line num="145" count="0" type="stmt"/>
|
1280
|
+
<line num="148" count="0" type="stmt"/>
|
1281
|
+
<line num="152" count="1" type="cond" truecount="1" falsecount="1"/>
|
1282
|
+
<line num="155" count="0" type="stmt"/>
|
1283
|
+
<line num="162" count="1" type="cond" truecount="1" falsecount="1"/>
|
1284
|
+
<line num="171" count="1" type="stmt"/>
|
1285
|
+
<line num="173" count="1" type="stmt"/>
|
1286
|
+
<line num="174" count="1" type="cond" truecount="0" falsecount="1"/>
|
1287
|
+
<line num="175" count="0" type="stmt"/>
|
1288
|
+
<line num="182" count="1" type="stmt"/>
|
1289
|
+
<line num="191" count="1" type="stmt"/>
|
1290
|
+
<line num="192" count="1" type="stmt"/>
|
1291
|
+
<line num="204" count="0" type="cond" truecount="0" falsecount="4"/>
|
1292
|
+
<line num="205" count="0" type="cond" truecount="0" falsecount="1"/>
|
1293
|
+
<line num="206" count="0" type="cond" truecount="0" falsecount="4"/>
|
1294
|
+
<line num="215" count="1" type="stmt"/>
|
1295
|
+
<line num="216" count="0" type="stmt"/>
|
1296
|
+
<line num="220" count="0" type="cond" truecount="0" falsecount="4"/>
|
1297
|
+
<line num="258" count="0" type="cond" truecount="0" falsecount="4"/>
|
1298
|
+
<line num="265" count="1" type="cond" truecount="0" falsecount="1"/>
|
1299
|
+
<line num="266" count="0" type="stmt"/>
|
1300
|
+
<line num="269" count="1" type="stmt"/>
|
1301
|
+
<line num="274" count="1" type="cond" truecount="1" falsecount="0"/>
|
1302
|
+
<line num="275" count="1" type="stmt"/>
|
1303
|
+
<line num="276" count="1" type="stmt"/>
|
1304
|
+
<line num="277" count="1" type="stmt"/>
|
1305
|
+
<line num="278" count="1" type="stmt"/>
|
1306
|
+
<line num="281" count="1" type="stmt"/>
|
1307
|
+
<line num="296" count="0" type="cond" truecount="0" falsecount="1"/>
|
1308
|
+
<line num="297" count="0" type="cond" truecount="0" falsecount="4"/>
|
1309
|
+
</file>
|
1310
|
+
<file name="styles.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/themedLayoutV2/sider/styles.ts">
|
1311
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
1312
|
+
<line num="3" count="13" type="stmt"/>
|
1313
|
+
</file>
|
1314
|
+
</package>
|
1315
|
+
<package name="src.components.themedLayoutV2.title">
|
1316
|
+
<metrics statements="13" coveredstatements="13" conditionals="6" coveredconditionals="6" methods="1" coveredmethods="1"/>
|
1317
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/themedLayoutV2/title/index.tsx">
|
1318
|
+
<metrics statements="13" coveredstatements="13" conditionals="6" coveredconditionals="6" methods="1" coveredmethods="1"/>
|
1319
|
+
<line num="1" count="14" type="stmt"/>
|
1320
|
+
<line num="2" count="14" type="stmt"/>
|
1321
|
+
<line num="3" count="14" type="stmt"/>
|
1322
|
+
<line num="6" count="14" type="stmt"/>
|
1323
|
+
<line num="8" count="14" type="stmt"/>
|
1324
|
+
<line num="11" count="14" type="stmt"/>
|
1325
|
+
<line num="32" count="14" type="stmt"/>
|
1326
|
+
<line num="38" count="6" type="stmt"/>
|
1327
|
+
<line num="39" count="6" type="stmt"/>
|
1328
|
+
<line num="40" count="6" type="stmt"/>
|
1329
|
+
<line num="41" count="6" type="stmt"/>
|
1330
|
+
<line num="43" count="6" type="cond" truecount="2" falsecount="0"/>
|
1331
|
+
<line num="45" count="6" type="stmt"/>
|
1332
|
+
</file>
|
1333
|
+
</package>
|
1334
|
+
<package name="src.components.undoableNotification">
|
1335
|
+
<metrics statements="8" coveredstatements="8" conditionals="14" coveredconditionals="11" methods="3" coveredmethods="3"/>
|
1336
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/components/undoableNotification/index.tsx">
|
1337
|
+
<metrics statements="8" coveredstatements="8" conditionals="14" coveredconditionals="11" methods="3" coveredmethods="3"/>
|
1338
|
+
<line num="1" count="2" type="stmt"/>
|
1339
|
+
<line num="2" count="2" type="stmt"/>
|
1340
|
+
<line num="4" count="2" type="stmt"/>
|
1341
|
+
<line num="13" count="2" type="stmt"/>
|
1342
|
+
<line num="19" count="3" type="stmt"/>
|
1343
|
+
<line num="30" count="3" type="cond" truecount="2" falsecount="0"/>
|
1344
|
+
<line num="39" count="1" type="cond" truecount="3" falsecount="1"/>
|
1345
|
+
<line num="40" count="1" type="cond" truecount="3" falsecount="1"/>
|
1346
|
+
</file>
|
1347
|
+
</package>
|
1348
|
+
<package name="src.contexts">
|
1349
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
1350
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/contexts/index.ts">
|
1351
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
1352
|
+
<line num="1" count="14" type="stmt"/>
|
1353
|
+
<line num="2" count="15" type="stmt"/>
|
1354
|
+
<line num="3" count="16" type="stmt"/>
|
1355
|
+
</file>
|
1356
|
+
</package>
|
1357
|
+
<package name="src.contexts.themedLayoutContext">
|
1358
|
+
<metrics statements="7" coveredstatements="7" conditionals="4" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
1359
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/contexts/themedLayoutContext/index.tsx">
|
1360
|
+
<metrics statements="7" coveredstatements="7" conditionals="4" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
1361
|
+
<line num="1" count="14" type="stmt"/>
|
1362
|
+
<line num="5" count="14" type="stmt"/>
|
1363
|
+
<line num="10" count="14" type="stmt"/>
|
1364
|
+
<line num="13" count="14" type="stmt"/>
|
1365
|
+
<line num="14" count="2" type="stmt"/>
|
1366
|
+
<line num="15" count="2" type="stmt"/>
|
1367
|
+
<line num="19" count="2" type="stmt"/>
|
1368
|
+
</file>
|
1369
|
+
</package>
|
1370
|
+
<package name="src.definitions.table">
|
1371
|
+
<metrics statements="33" coveredstatements="32" conditionals="65" coveredconditionals="59" methods="10" coveredmethods="10"/>
|
1372
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/definitions/table/index.ts">
|
1373
|
+
<metrics statements="33" coveredstatements="32" conditionals="65" coveredconditionals="59" methods="10" coveredmethods="10"/>
|
1374
|
+
<line num="1" count="16" type="stmt"/>
|
1375
|
+
<line num="13" count="16" type="stmt"/>
|
1376
|
+
<line num="17" count="1" type="stmt"/>
|
1377
|
+
<line num="19" count="1" type="cond" truecount="1" falsecount="0"/>
|
1378
|
+
<line num="20" count="1" type="stmt"/>
|
1379
|
+
<line num="23" count="0" type="stmt"/>
|
1380
|
+
<line num="29" count="16" type="stmt"/>
|
1381
|
+
<line num="34" count="3" type="stmt"/>
|
1382
|
+
<line num="37" count="16" type="stmt"/>
|
1383
|
+
<line num="40" count="4" type="stmt"/>
|
1384
|
+
<line num="41" count="4" type="cond" truecount="2" falsecount="0"/>
|
1385
|
+
<line num="42" count="3" type="stmt"/>
|
1386
|
+
<line num="44" count="2" type="cond" truecount="8" falsecount="2"/>
|
1387
|
+
<line num="51" count="5" type="cond" truecount="3" falsecount="0"/>
|
1388
|
+
<line num="52" count="5" type="cond" truecount="2" falsecount="0"/>
|
1389
|
+
<line num="56" count="5" type="stmt"/>
|
1390
|
+
<line num="63" count="1" type="cond" truecount="3" falsecount="0"/>
|
1391
|
+
<line num="64" count="1" type="cond" truecount="1" falsecount="1"/>
|
1392
|
+
<line num="68" count="1" type="stmt"/>
|
1393
|
+
<line num="75" count="4" type="stmt"/>
|
1394
|
+
<line num="78" count="16" type="stmt"/>
|
1395
|
+
<line num="86" count="6" type="stmt"/>
|
1396
|
+
<line num="87" count="6" type="stmt"/>
|
1397
|
+
<line num="91" count="1" type="cond" truecount="2" falsecount="0"/>
|
1398
|
+
<line num="92" count="1" type="stmt"/>
|
1399
|
+
<line num="95" count="6" type="stmt"/>
|
1400
|
+
<line num="96" count="6" type="stmt"/>
|
1401
|
+
<line num="98" count="6" type="cond" truecount="6" falsecount="0"/>
|
1402
|
+
<line num="99" count="2" type="stmt"/>
|
1403
|
+
<line num="100" count="2" type="stmt"/>
|
1404
|
+
<line num="103" count="6" type="cond" truecount="3" falsecount="0"/>
|
1405
|
+
<line num="104" count="6" type="stmt"/>
|
1406
|
+
<line num="112" count="6" type="stmt"/>
|
1407
|
+
</file>
|
1408
|
+
</package>
|
1409
|
+
<package name="src.definitions.upload">
|
1410
|
+
<metrics statements="15" coveredstatements="4" conditionals="1" coveredconditionals="0" methods="5" coveredmethods="1"/>
|
1411
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/definitions/upload/index.ts">
|
1412
|
+
<metrics statements="15" coveredstatements="4" conditionals="1" coveredconditionals="0" methods="5" coveredmethods="1"/>
|
1413
|
+
<line num="3" count="1" type="stmt"/>
|
1414
|
+
<line num="4" count="1" type="stmt"/>
|
1415
|
+
<line num="6" count="1" type="stmt"/>
|
1416
|
+
<line num="9" count="1" type="stmt"/>
|
1417
|
+
<line num="10" count="0" type="stmt"/>
|
1418
|
+
<line num="11" count="0" type="stmt"/>
|
1419
|
+
<line num="13" count="0" type="stmt"/>
|
1420
|
+
<line num="14" count="0" type="cond" truecount="0" falsecount="1"/>
|
1421
|
+
<line num="15" count="0" type="stmt"/>
|
1422
|
+
<line num="17" count="0" type="stmt"/>
|
1423
|
+
<line num="21" count="0" type="stmt"/>
|
1424
|
+
<line num="23" count="0" type="stmt"/>
|
1425
|
+
<line num="24" count="0" type="stmt"/>
|
1426
|
+
<line num="25" count="0" type="stmt"/>
|
1427
|
+
<line num="26" count="0" type="stmt"/>
|
1428
|
+
</file>
|
1429
|
+
</package>
|
1430
|
+
<package name="src.hooks">
|
1431
|
+
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
1432
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/index.ts">
|
1433
|
+
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
1434
|
+
<line num="1" count="14" type="stmt"/>
|
1435
|
+
<line num="2" count="14" type="stmt"/>
|
1436
|
+
<line num="3" count="14" type="stmt"/>
|
1437
|
+
<line num="4" count="14" type="stmt"/>
|
1438
|
+
<line num="5" count="14" type="stmt"/>
|
1439
|
+
<line num="6" count="14" type="stmt"/>
|
1440
|
+
<line num="7" count="14" type="stmt"/>
|
1441
|
+
<line num="8" count="14" type="stmt"/>
|
1442
|
+
</file>
|
1443
|
+
</package>
|
1444
|
+
<package name="src.hooks.fields">
|
1445
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
1446
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/fields/index.ts">
|
1447
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
1448
|
+
<line num="1" count="14" type="stmt"/>
|
1449
|
+
<line num="2" count="14" type="stmt"/>
|
1450
|
+
<line num="3" count="14" type="stmt"/>
|
1451
|
+
</file>
|
1452
|
+
</package>
|
1453
|
+
<package name="src.hooks.fields.useCheckboxGroup">
|
1454
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
1455
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/fields/useCheckboxGroup/index.ts">
|
1456
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
1457
|
+
<line num="4" count="15" type="stmt"/>
|
1458
|
+
<line num="41" count="15" type="stmt"/>
|
1459
|
+
<line num="67" count="9" type="stmt"/>
|
1460
|
+
<line num="85" count="9" type="stmt"/>
|
1461
|
+
</file>
|
1462
|
+
</package>
|
1463
|
+
<package name="src.hooks.fields.useRadioGroup">
|
1464
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
1465
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/fields/useRadioGroup/index.ts">
|
1466
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
1467
|
+
<line num="4" count="15" type="stmt"/>
|
1468
|
+
<line num="40" count="15" type="stmt"/>
|
1469
|
+
<line num="66" count="9" type="stmt"/>
|
1470
|
+
<line num="85" count="9" type="stmt"/>
|
1471
|
+
</file>
|
1472
|
+
</package>
|
1473
|
+
<package name="src.hooks.fields.useSelect">
|
1474
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
1475
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/fields/useSelect/index.ts">
|
1476
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
1477
|
+
<line num="4" count="15" type="stmt"/>
|
1478
|
+
<line num="30" count="15" type="stmt"/>
|
1479
|
+
<line num="38" count="39" type="stmt"/>
|
1480
|
+
<line num="40" count="39" type="stmt"/>
|
1481
|
+
</file>
|
1482
|
+
</package>
|
1483
|
+
<package name="src.hooks.form">
|
1484
|
+
<metrics statements="34" coveredstatements="27" conditionals="34" coveredconditionals="22" methods="13" coveredmethods="4"/>
|
1485
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/form/index.ts">
|
1486
|
+
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
1487
|
+
<line num="1" count="14" type="stmt"/>
|
1488
|
+
<line num="2" count="14" type="stmt"/>
|
1489
|
+
<line num="3" count="14" type="stmt"/>
|
1490
|
+
<line num="7" count="14" type="stmt"/>
|
1491
|
+
<line num="8" count="14" type="stmt"/>
|
1492
|
+
<line num="13" count="14" type="stmt"/>
|
1493
|
+
<line num="14" count="14" type="stmt"/>
|
1494
|
+
</file>
|
1495
|
+
<file name="useForm.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/form/useForm.ts">
|
1496
|
+
<metrics statements="27" coveredstatements="20" conditionals="34" coveredconditionals="22" methods="9" coveredmethods="4"/>
|
1497
|
+
<line num="1" count="16" type="stmt"/>
|
1498
|
+
<line num="2" count="16" type="stmt"/>
|
1499
|
+
<line num="3" count="16" type="stmt"/>
|
1500
|
+
<line num="6" count="16" type="stmt"/>
|
1501
|
+
<line num="79" count="16" type="stmt"/>
|
1502
|
+
<line num="124" count="81" type="stmt"/>
|
1503
|
+
<line num="125" count="81" type="stmt"/>
|
1504
|
+
<line num="128" count="81" type="stmt"/>
|
1505
|
+
<line num="130" count="81" type="stmt"/>
|
1506
|
+
<line num="162" count="81" type="stmt"/>
|
1507
|
+
<line num="167" count="81" type="stmt"/>
|
1508
|
+
<line num="169" count="81" type="cond" truecount="3" falsecount="1"/>
|
1509
|
+
<line num="171" count="81" type="stmt"/>
|
1510
|
+
<line num="172" count="51" type="stmt"/>
|
1511
|
+
<line num="175" count="81" type="stmt"/>
|
1512
|
+
<line num="176" count="0" type="cond" truecount="0" falsecount="3"/>
|
1513
|
+
<line num="177" count="0" type="stmt"/>
|
1514
|
+
<line num="181" count="81" type="stmt"/>
|
1515
|
+
<line num="182" count="0" type="cond" truecount="0" falsecount="3"/>
|
1516
|
+
<line num="183" count="0" type="stmt"/>
|
1517
|
+
<line num="185" count="0" type="stmt"/>
|
1518
|
+
<line num="188" count="81" type="stmt"/>
|
1519
|
+
<line num="191" count="0" type="stmt"/>
|
1520
|
+
<line num="195" count="81" type="stmt"/>
|
1521
|
+
<line num="200" count="0" type="stmt"/>
|
1522
|
+
<line num="207" count="12" type="stmt"/>
|
1523
|
+
<line num="208" count="12" type="cond" truecount="3" falsecount="1"/>
|
1524
|
+
</file>
|
1525
|
+
</package>
|
1526
|
+
<package name="src.hooks.form.useDrawerForm">
|
1527
|
+
<metrics statements="66" coveredstatements="45" conditionals="125" coveredconditionals="38" methods="10" coveredmethods="9"/>
|
1528
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/form/useDrawerForm/index.ts">
|
1529
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
1530
|
+
<line num="1" count="15" type="stmt"/>
|
1531
|
+
<line num="2" count="44" type="stmt"/>
|
1532
|
+
</file>
|
1533
|
+
<file name="useDrawerForm.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/form/useDrawerForm/useDrawerForm.ts">
|
1534
|
+
<metrics statements="64" coveredstatements="43" conditionals="125" coveredconditionals="38" methods="9" coveredmethods="8"/>
|
1535
|
+
<line num="1" count="15" type="stmt"/>
|
1536
|
+
<line num="4" count="15" type="stmt"/>
|
1537
|
+
<line num="19" count="15" type="stmt"/>
|
1538
|
+
<line num="95" count="15" type="stmt"/>
|
1539
|
+
<line num="106" count="29" type="cond" truecount="1" falsecount="0"/>
|
1540
|
+
<line num="107" count="29" type="stmt"/>
|
1541
|
+
<line num="123" count="29" type="stmt"/>
|
1542
|
+
<line num="125" count="29" type="stmt"/>
|
1543
|
+
<line num="129" count="29" type="stmt"/>
|
1544
|
+
<line num="140" count="29" type="stmt"/>
|
1545
|
+
<line num="142" count="29" type="stmt"/>
|
1546
|
+
<line num="144" count="29" type="stmt"/>
|
1547
|
+
<line num="145" count="29" type="stmt"/>
|
1548
|
+
<line num="147" count="29" type="cond" truecount="6" falsecount="2"/>
|
1549
|
+
<line num="150" count="29" type="cond" truecount="1" falsecount="1"/>
|
1550
|
+
<line num="153" count="29" type="cond" truecount="2" falsecount="2"/>
|
1551
|
+
<line num="159" count="29" type="stmt"/>
|
1552
|
+
<line num="160" count="29" type="cond" truecount="2" falsecount="1"/>
|
1553
|
+
<line num="161" count="0" type="cond" truecount="0" falsecount="12"/>
|
1554
|
+
<line num="162" count="0" type="cond" truecount="0" falsecount="2"/>
|
1555
|
+
<line num="163" count="0" type="cond" truecount="0" falsecount="2"/>
|
1556
|
+
<line num="164" count="0" type="cond" truecount="0" falsecount="1"/>
|
1557
|
+
<line num="165" count="0" type="cond" truecount="0" falsecount="1"/>
|
1558
|
+
<line num="166" count="0" type="stmt"/>
|
1559
|
+
<line num="170" count="0" type="cond" truecount="0" falsecount="1"/>
|
1560
|
+
<line num="171" count="0" type="cond" truecount="0" falsecount="12"/>
|
1561
|
+
<line num="172" count="0" type="cond" truecount="0" falsecount="1"/>
|
1562
|
+
<line num="173" count="0" type="cond" truecount="0" falsecount="4"/>
|
1563
|
+
<line num="177" count="0" type="stmt"/>
|
1564
|
+
<line num="181" count="29" type="stmt"/>
|
1565
|
+
<line num="182" count="24" type="cond" truecount="0" falsecount="1"/>
|
1566
|
+
<line num="183" count="0" type="cond" truecount="0" falsecount="4"/>
|
1567
|
+
<line num="184" count="0" type="stmt"/>
|
1568
|
+
<line num="195" count="0" type="cond" truecount="0" falsecount="3"/>
|
1569
|
+
<line num="196" count="0" type="stmt"/>
|
1570
|
+
<line num="207" count="29" type="stmt"/>
|
1571
|
+
<line num="209" count="29" type="stmt"/>
|
1572
|
+
<line num="211" count="29" type="stmt"/>
|
1573
|
+
<line num="214" count="2" type="stmt"/>
|
1574
|
+
<line num="219" count="29" type="stmt"/>
|
1575
|
+
<line num="222" count="0" type="cond" truecount="0" falsecount="4"/>
|
1576
|
+
<line num="223" count="0" type="stmt"/>
|
1577
|
+
<line num="227" count="29" type="stmt"/>
|
1578
|
+
<line num="228" count="1" type="cond" truecount="0" falsecount="1"/>
|
1579
|
+
<line num="229" count="0" type="stmt"/>
|
1580
|
+
<line num="236" count="0" type="cond" truecount="0" falsecount="2"/>
|
1581
|
+
<line num="237" count="0" type="stmt"/>
|
1582
|
+
<line num="239" count="0" type="stmt"/>
|
1583
|
+
<line num="243" count="1" type="stmt"/>
|
1584
|
+
<line num="244" count="1" type="cond" truecount="3" falsecount="1"/>
|
1585
|
+
<line num="247" count="29" type="stmt"/>
|
1586
|
+
<line num="249" count="9" type="cond" truecount="1" falsecount="0"/>
|
1587
|
+
<line num="250" count="1" type="cond" truecount="3" falsecount="1"/>
|
1588
|
+
<line num="252" count="9" type="cond" truecount="1" falsecount="1"/>
|
1589
|
+
<line num="254" count="9" type="cond" truecount="2" falsecount="0"/>
|
1590
|
+
<line num="255" count="9" type="cond" truecount="2" falsecount="1"/>
|
1591
|
+
<line num="256" count="7" type="stmt"/>
|
1592
|
+
<line num="262" count="29" type="stmt"/>
|
1593
|
+
<line num="271" count="4" type="stmt"/>
|
1594
|
+
<line num="272" count="4" type="stmt"/>
|
1595
|
+
<line num="274" count="4" type="cond" truecount="1" falsecount="0"/>
|
1596
|
+
<line num="275" count="4" type="stmt"/>
|
1597
|
+
<line num="278" count="4" type="cond" truecount="1" falsecount="0"/>
|
1598
|
+
<line num="279" count="4" type="stmt"/>
|
1599
|
+
</file>
|
1600
|
+
</package>
|
1601
|
+
<package name="src.hooks.form.useModalForm">
|
1602
|
+
<metrics statements="69" coveredstatements="48" conditionals="164" coveredconditionals="77" methods="9" coveredmethods="8"/>
|
1603
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/form/useModalForm/index.ts">
|
1604
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
1605
|
+
<line num="1" count="15" type="stmt"/>
|
1606
|
+
<line num="2" count="44" type="stmt"/>
|
1607
|
+
</file>
|
1608
|
+
<file name="useModalForm.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/form/useModalForm/useModalForm.ts">
|
1609
|
+
<metrics statements="67" coveredstatements="46" conditionals="164" coveredconditionals="77" methods="8" coveredmethods="7"/>
|
1610
|
+
<line num="1" count="15" type="stmt"/>
|
1611
|
+
<line num="4" count="15" type="stmt"/>
|
1612
|
+
<line num="18" count="15" type="stmt"/>
|
1613
|
+
<line num="19" count="15" type="stmt"/>
|
1614
|
+
<line num="103" count="15" type="stmt"/>
|
1615
|
+
<line num="114" count="29" type="cond" truecount="1" falsecount="0"/>
|
1616
|
+
<line num="115" count="29" type="stmt"/>
|
1617
|
+
<line num="131" count="29" type="stmt"/>
|
1618
|
+
<line num="133" count="29" type="stmt"/>
|
1619
|
+
<line num="144" count="29" type="stmt"/>
|
1620
|
+
<line num="146" count="29" type="stmt"/>
|
1621
|
+
<line num="148" count="29" type="stmt"/>
|
1622
|
+
<line num="149" count="29" type="stmt"/>
|
1623
|
+
<line num="151" count="29" type="cond" truecount="6" falsecount="2"/>
|
1624
|
+
<line num="154" count="29" type="cond" truecount="1" falsecount="1"/>
|
1625
|
+
<line num="157" count="29" type="cond" truecount="2" falsecount="2"/>
|
1626
|
+
<line num="163" count="29" type="stmt"/>
|
1627
|
+
<line num="165" count="29" type="stmt"/>
|
1628
|
+
<line num="167" count="29" type="stmt"/>
|
1629
|
+
<line num="173" count="29" type="cond" truecount="2" falsecount="0"/>
|
1630
|
+
<line num="177" count="29" type="stmt"/>
|
1631
|
+
<line num="193" count="29" type="stmt"/>
|
1632
|
+
<line num="194" count="29" type="cond" truecount="2" falsecount="1"/>
|
1633
|
+
<line num="195" count="0" type="cond" truecount="0" falsecount="12"/>
|
1634
|
+
<line num="196" count="0" type="cond" truecount="0" falsecount="2"/>
|
1635
|
+
<line num="197" count="0" type="cond" truecount="0" falsecount="1"/>
|
1636
|
+
<line num="198" count="0" type="stmt"/>
|
1637
|
+
<line num="200" count="0" type="cond" truecount="0" falsecount="1"/>
|
1638
|
+
<line num="201" count="0" type="cond" truecount="0" falsecount="1"/>
|
1639
|
+
<line num="202" count="0" type="stmt"/>
|
1640
|
+
<line num="206" count="0" type="cond" truecount="0" falsecount="1"/>
|
1641
|
+
<line num="207" count="0" type="cond" truecount="0" falsecount="12"/>
|
1642
|
+
<line num="208" count="0" type="cond" truecount="0" falsecount="1"/>
|
1643
|
+
<line num="209" count="0" type="cond" truecount="0" falsecount="4"/>
|
1644
|
+
<line num="213" count="0" type="stmt"/>
|
1645
|
+
<line num="217" count="29" type="stmt"/>
|
1646
|
+
<line num="218" count="24" type="cond" truecount="0" falsecount="1"/>
|
1647
|
+
<line num="219" count="0" type="cond" truecount="0" falsecount="4"/>
|
1648
|
+
<line num="220" count="0" type="stmt"/>
|
1649
|
+
<line num="231" count="0" type="cond" truecount="0" falsecount="3"/>
|
1650
|
+
<line num="232" count="0" type="stmt"/>
|
1651
|
+
<line num="243" count="29" type="stmt"/>
|
1652
|
+
<line num="247" count="0" type="stmt"/>
|
1653
|
+
<line num="251" count="29" type="stmt"/>
|
1654
|
+
<line num="252" count="1" type="cond" truecount="0" falsecount="1"/>
|
1655
|
+
<line num="253" count="0" type="stmt"/>
|
1656
|
+
<line num="260" count="0" type="cond" truecount="0" falsecount="2"/>
|
1657
|
+
<line num="261" count="0" type="stmt"/>
|
1658
|
+
<line num="263" count="0" type="stmt"/>
|
1659
|
+
<line num="267" count="1" type="cond" truecount="3" falsecount="1"/>
|
1660
|
+
<line num="268" count="1" type="stmt"/>
|
1661
|
+
<line num="271" count="29" type="stmt"/>
|
1662
|
+
<line num="273" count="8" type="cond" truecount="1" falsecount="0"/>
|
1663
|
+
<line num="274" count="1" type="cond" truecount="3" falsecount="1"/>
|
1664
|
+
<line num="276" count="8" type="cond" truecount="1" falsecount="1"/>
|
1665
|
+
<line num="278" count="8" type="cond" truecount="2" falsecount="0"/>
|
1666
|
+
<line num="279" count="8" type="cond" truecount="2" falsecount="1"/>
|
1667
|
+
<line num="280" count="7" type="stmt"/>
|
1668
|
+
<line num="286" count="29" type="stmt"/>
|
1669
|
+
<line num="287" count="29" type="stmt"/>
|
1670
|
+
<line num="289" count="29" type="stmt"/>
|
1671
|
+
<line num="300" count="5" type="stmt"/>
|
1672
|
+
<line num="301" count="5" type="stmt"/>
|
1673
|
+
<line num="303" count="4" type="cond" truecount="1" falsecount="0"/>
|
1674
|
+
<line num="304" count="4" type="stmt"/>
|
1675
|
+
<line num="307" count="4" type="cond" truecount="1" falsecount="0"/>
|
1676
|
+
<line num="308" count="4" type="stmt"/>
|
1677
|
+
</file>
|
1678
|
+
</package>
|
1679
|
+
<package name="src.hooks.form.useStepsForm">
|
1680
|
+
<metrics statements="11" coveredstatements="5" conditionals="17" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
1681
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/form/useStepsForm/index.ts">
|
1682
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
1683
|
+
<line num="1" count="14" type="stmt"/>
|
1684
|
+
<line num="2" count="14" type="stmt"/>
|
1685
|
+
</file>
|
1686
|
+
<file name="useStepsForm.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/form/useStepsForm/useStepsForm.ts">
|
1687
|
+
<metrics statements="9" coveredstatements="3" conditionals="17" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
1688
|
+
<line num="1" count="14" type="stmt"/>
|
1689
|
+
<line num="13" count="14" type="stmt"/>
|
1690
|
+
<line num="85" count="14" type="stmt"/>
|
1691
|
+
<line num="109" count="0" type="stmt"/>
|
1692
|
+
<line num="119" count="0" type="stmt"/>
|
1693
|
+
<line num="121" count="0" type="stmt"/>
|
1694
|
+
<line num="125" count="0" type="cond" truecount="0" falsecount="8"/>
|
1695
|
+
<line num="130" count="0" type="stmt"/>
|
1696
|
+
<line num="141" count="0" type="stmt"/>
|
1697
|
+
</file>
|
1698
|
+
</package>
|
1699
|
+
<package name="src.hooks.import">
|
1700
|
+
<metrics statements="17" coveredstatements="17" conditionals="28" coveredconditionals="22" methods="5" coveredmethods="5"/>
|
1701
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/import/index.tsx">
|
1702
|
+
<metrics statements="17" coveredstatements="17" conditionals="28" coveredconditionals="22" methods="5" coveredmethods="5"/>
|
1703
|
+
<line num="1" count="15" type="stmt"/>
|
1704
|
+
<line num="2" count="15" type="stmt"/>
|
1705
|
+
<line num="3" count="15" type="stmt"/>
|
1706
|
+
<line num="25" count="15" type="stmt"/>
|
1707
|
+
<line num="33" count="3" type="cond" truecount="1" falsecount="0"/>
|
1708
|
+
<line num="48" count="5" type="stmt"/>
|
1709
|
+
<line num="50" count="5" type="cond" truecount="3" falsecount="1"/>
|
1710
|
+
<line num="52" count="5" type="stmt"/>
|
1711
|
+
<line num="69" count="3" type="cond" truecount="3" falsecount="0"/>
|
1712
|
+
<line num="71" count="1" type="stmt"/>
|
1713
|
+
<line num="101" count="1" type="stmt"/>
|
1714
|
+
<line num="108" count="1" type="cond" truecount="1" falsecount="0"/>
|
1715
|
+
<line num="111" count="1" type="cond" truecount="1" falsecount="0"/>
|
1716
|
+
<line num="112" count="1" type="stmt"/>
|
1717
|
+
<line num="113" count="1" type="stmt"/>
|
1718
|
+
<line num="120" count="5" type="stmt"/>
|
1719
|
+
<line num="123" count="1" type="stmt"/>
|
1720
|
+
</file>
|
1721
|
+
</package>
|
1722
|
+
<package name="src.hooks.list">
|
1723
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
1724
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/list/index.ts">
|
1725
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
1726
|
+
<line num="1" count="14" type="stmt"/>
|
1727
|
+
</file>
|
1728
|
+
</package>
|
1729
|
+
<package name="src.hooks.list.useSimpleList">
|
1730
|
+
<metrics statements="38" coveredstatements="21" conditionals="49" coveredconditionals="22" methods="7" coveredmethods="2"/>
|
1731
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/list/useSimpleList/index.ts">
|
1732
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
1733
|
+
<line num="1" count="14" type="stmt"/>
|
1734
|
+
</file>
|
1735
|
+
<file name="useSimpleList.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/list/useSimpleList/useSimpleList.ts">
|
1736
|
+
<metrics statements="37" coveredstatements="20" conditionals="49" coveredconditionals="22" methods="6" coveredmethods="2"/>
|
1737
|
+
<line num="1" count="15" type="stmt"/>
|
1738
|
+
<line num="2" count="15" type="stmt"/>
|
1739
|
+
<line num="4" count="15" type="stmt"/>
|
1740
|
+
<line num="13" count="15" type="stmt"/>
|
1741
|
+
<line num="14" count="15" type="stmt"/>
|
1742
|
+
<line num="47" count="15" type="stmt"/>
|
1743
|
+
<line num="96" count="18" type="stmt"/>
|
1744
|
+
<line num="121" count="18" type="cond" truecount="2" falsecount="0"/>
|
1745
|
+
<line num="123" count="18" type="cond" truecount="8" falsecount="0"/>
|
1746
|
+
<line num="125" count="18" type="stmt"/>
|
1747
|
+
<line num="127" count="18" type="stmt"/>
|
1748
|
+
<line num="129" count="18" type="stmt"/>
|
1749
|
+
<line num="131" count="18" type="stmt"/>
|
1750
|
+
<line num="133" count="18" type="stmt"/>
|
1751
|
+
<line num="134" count="0" type="cond" truecount="0" falsecount="1"/>
|
1752
|
+
<line num="135" count="0" type="stmt"/>
|
1753
|
+
<line num="136" count="0" type="cond" truecount="0" falsecount="2"/>
|
1754
|
+
<line num="140" count="18" type="stmt"/>
|
1755
|
+
<line num="141" count="0" type="cond" truecount="0" falsecount="1"/>
|
1756
|
+
<line num="142" count="0" type="stmt"/>
|
1757
|
+
<line num="143" count="0" type="cond" truecount="0" falsecount="1"/>
|
1758
|
+
<line num="144" count="0" type="cond" truecount="0" falsecount="4"/>
|
1759
|
+
<line num="146" count="0" type="stmt"/>
|
1760
|
+
<line num="150" count="18" type="stmt"/>
|
1761
|
+
<line num="151" count="18" type="cond" truecount="1" falsecount="0"/>
|
1762
|
+
<line num="152" count="13" type="stmt"/>
|
1763
|
+
<line num="154" count="0" type="stmt"/>
|
1764
|
+
<line num="163" count="0" type="cond" truecount="0" falsecount="1"/>
|
1765
|
+
<line num="164" count="0" type="stmt"/>
|
1766
|
+
<line num="169" count="0" type="cond" truecount="0" falsecount="3"/>
|
1767
|
+
<line num="170" count="0" type="stmt"/>
|
1768
|
+
<line num="176" count="0" type="cond" truecount="0" falsecount="3"/>
|
1769
|
+
<line num="177" count="0" type="cond" truecount="0" falsecount="8"/>
|
1770
|
+
<line num="180" count="0" type="stmt"/>
|
1771
|
+
<line num="193" count="0" type="stmt"/>
|
1772
|
+
<line num="203" count="5" type="stmt"/>
|
1773
|
+
<line num="206" count="18" type="stmt"/>
|
1774
|
+
</file>
|
1775
|
+
</package>
|
1776
|
+
<package name="src.hooks.modal">
|
1777
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
1778
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/modal/index.ts">
|
1779
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
1780
|
+
<line num="1" count="15" type="stmt"/>
|
1781
|
+
</file>
|
1782
|
+
</package>
|
1783
|
+
<package name="src.hooks.modal.useModal">
|
1784
|
+
<metrics statements="6" coveredstatements="6" conditionals="6" coveredconditionals="6" methods="2" coveredmethods="2"/>
|
1785
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/modal/useModal/index.tsx">
|
1786
|
+
<metrics statements="6" coveredstatements="6" conditionals="6" coveredconditionals="6" methods="2" coveredmethods="2"/>
|
1787
|
+
<line num="2" count="16" type="stmt"/>
|
1788
|
+
<line num="23" count="16" type="cond" truecount="1" falsecount="0"/>
|
1789
|
+
<line num="26" count="42" type="stmt"/>
|
1790
|
+
<line num="30" count="42" type="stmt"/>
|
1791
|
+
<line num="34" count="2" type="cond" truecount="4" falsecount="0"/>
|
1792
|
+
<line num="35" count="2" type="stmt"/>
|
1793
|
+
</file>
|
1794
|
+
</package>
|
1795
|
+
<package name="src.hooks.table">
|
1796
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
1797
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/table/index.ts">
|
1798
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
1799
|
+
<line num="1" count="14" type="stmt"/>
|
1800
|
+
<line num="2" count="14" type="stmt"/>
|
1801
|
+
</file>
|
1802
|
+
</package>
|
1803
|
+
<package name="src.hooks.table.useEditableTable">
|
1804
|
+
<metrics statements="21" coveredstatements="20" conditionals="3" coveredconditionals="3" methods="8" coveredmethods="5"/>
|
1805
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/table/useEditableTable/index.ts">
|
1806
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
1807
|
+
<line num="1" count="14" type="stmt"/>
|
1808
|
+
</file>
|
1809
|
+
<file name="useEditableTable.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/table/useEditableTable/useEditableTable.ts">
|
1810
|
+
<metrics statements="20" coveredstatements="19" conditionals="3" coveredconditionals="3" methods="7" coveredmethods="5"/>
|
1811
|
+
<line num="1" count="14" type="stmt"/>
|
1812
|
+
<line num="6" count="14" type="stmt"/>
|
1813
|
+
<line num="60" count="14" type="stmt"/>
|
1814
|
+
<line num="67" count="23" type="cond" truecount="1" falsecount="0"/>
|
1815
|
+
<line num="68" count="23" type="stmt"/>
|
1816
|
+
<line num="82" count="23" type="stmt"/>
|
1817
|
+
<line num="87" count="23" type="stmt"/>
|
1818
|
+
<line num="93" count="23" type="stmt"/>
|
1819
|
+
<line num="95" count="23" type="stmt"/>
|
1820
|
+
<line num="97" count="0" type="stmt"/>
|
1821
|
+
<line num="101" count="23" type="stmt"/>
|
1822
|
+
<line num="102" count="4" type="stmt"/>
|
1823
|
+
<line num="103" count="4" type="stmt"/>
|
1824
|
+
<line num="107" count="23" type="stmt"/>
|
1825
|
+
<line num="109" count="23" type="stmt"/>
|
1826
|
+
<line num="114" count="3" type="stmt"/>
|
1827
|
+
<line num="115" count="3" type="stmt"/>
|
1828
|
+
<line num="116" count="1" type="cond" truecount="1" falsecount="0"/>
|
1829
|
+
<line num="117" count="1" type="stmt"/>
|
1830
|
+
<line num="119" count="1" type="stmt"/>
|
1831
|
+
</file>
|
1832
|
+
</package>
|
1833
|
+
<package name="src.hooks.table.useTable">
|
1834
|
+
<metrics statements="56" coveredstatements="27" conditionals="73" coveredconditionals="26" methods="9" coveredmethods="3"/>
|
1835
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/table/useTable/index.ts">
|
1836
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
1837
|
+
<line num="1" count="37" type="stmt"/>
|
1838
|
+
</file>
|
1839
|
+
<file name="paginationLink.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/table/useTable/paginationLink.tsx">
|
1840
|
+
<metrics statements="9" coveredstatements="3" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
1841
|
+
<line num="1" count="16" type="stmt"/>
|
1842
|
+
<line num="2" count="16" type="stmt"/>
|
1843
|
+
<line num="9" count="16" type="stmt"/>
|
1844
|
+
<line num="10" count="0" type="stmt"/>
|
1845
|
+
<line num="11" count="0" type="stmt"/>
|
1846
|
+
<line num="12" count="0" type="stmt"/>
|
1847
|
+
<line num="14" count="0" type="cond" truecount="0" falsecount="2"/>
|
1848
|
+
<line num="16" count="0" type="stmt"/>
|
1849
|
+
<line num="21" count="0" type="stmt"/>
|
1850
|
+
</file>
|
1851
|
+
<file name="useTable.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/table/useTable/useTable.ts">
|
1852
|
+
<metrics statements="46" coveredstatements="23" conditionals="71" coveredconditionals="26" methods="6" coveredmethods="2"/>
|
1853
|
+
<line num="1" count="15" type="stmt"/>
|
1854
|
+
<line num="2" count="15" type="stmt"/>
|
1855
|
+
<line num="3" count="15" type="stmt"/>
|
1856
|
+
<line num="7" count="15" type="stmt"/>
|
1857
|
+
<line num="18" count="15" type="stmt"/>
|
1858
|
+
<line num="22" count="15" type="stmt"/>
|
1859
|
+
<line num="54" count="15" type="stmt"/>
|
1860
|
+
<line num="103" count="53" type="stmt"/>
|
1861
|
+
<line num="127" count="53" type="stmt"/>
|
1862
|
+
<line num="128" count="53" type="stmt"/>
|
1863
|
+
<line num="129" count="53" type="stmt"/>
|
1864
|
+
<line num="132" count="53" type="stmt"/>
|
1865
|
+
<line num="134" count="53" type="cond" truecount="1" falsecount="1"/>
|
1866
|
+
<line num="136" count="53" type="cond" truecount="8" falsecount="0"/>
|
1867
|
+
<line num="138" count="53" type="stmt"/>
|
1868
|
+
<line num="143" count="53" type="stmt"/>
|
1869
|
+
<line num="145" count="53" type="stmt"/>
|
1870
|
+
<line num="153" count="0" type="cond" truecount="0" falsecount="3"/>
|
1871
|
+
<line num="155" count="0" type="stmt"/>
|
1872
|
+
<line num="160" count="0" type="stmt"/>
|
1873
|
+
<line num="163" count="0" type="cond" truecount="0" falsecount="3"/>
|
1874
|
+
<line num="165" count="0" type="stmt"/>
|
1875
|
+
<line num="166" count="0" type="stmt"/>
|
1876
|
+
<line num="169" count="0" type="cond" truecount="0" falsecount="1"/>
|
1877
|
+
<line num="170" count="0" type="cond" truecount="0" falsecount="6"/>
|
1878
|
+
<line num="171" count="0" type="cond" truecount="0" falsecount="6"/>
|
1879
|
+
<line num="175" count="53" type="stmt"/>
|
1880
|
+
<line num="176" count="0" type="cond" truecount="0" falsecount="1"/>
|
1881
|
+
<line num="177" count="0" type="stmt"/>
|
1882
|
+
<line num="178" count="0" type="stmt"/>
|
1883
|
+
<line num="180" count="0" type="cond" truecount="0" falsecount="1"/>
|
1884
|
+
<line num="181" count="0" type="cond" truecount="0" falsecount="4"/>
|
1885
|
+
<line num="186" count="53" type="stmt"/>
|
1886
|
+
<line num="187" count="53" type="cond" truecount="1" falsecount="0"/>
|
1887
|
+
<line num="188" count="51" type="stmt"/>
|
1888
|
+
<line num="190" count="0" type="stmt"/>
|
1889
|
+
<line num="199" count="0" type="cond" truecount="0" falsecount="1"/>
|
1890
|
+
<line num="200" count="0" type="stmt"/>
|
1891
|
+
<line num="205" count="0" type="cond" truecount="0" falsecount="3"/>
|
1892
|
+
<line num="206" count="0" type="stmt"/>
|
1893
|
+
<line num="212" count="0" type="cond" truecount="0" falsecount="3"/>
|
1894
|
+
<line num="213" count="0" type="cond" truecount="0" falsecount="8"/>
|
1895
|
+
<line num="216" count="0" type="stmt"/>
|
1896
|
+
<line num="229" count="0" type="stmt"/>
|
1897
|
+
<line num="239" count="2" type="stmt"/>
|
1898
|
+
<line num="242" count="53" type="stmt"/>
|
1899
|
+
</file>
|
1900
|
+
</package>
|
1901
|
+
<package name="src.hooks.useFileUploadState">
|
1902
|
+
<metrics statements="14" coveredstatements="12" conditionals="4" coveredconditionals="2" methods="5" coveredmethods="5"/>
|
1903
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/useFileUploadState/index.ts">
|
1904
|
+
<metrics statements="14" coveredstatements="12" conditionals="4" coveredconditionals="2" methods="5" coveredmethods="5"/>
|
1905
|
+
<line num="1" count="15" type="stmt"/>
|
1906
|
+
<line num="9" count="15" type="stmt"/>
|
1907
|
+
<line num="10" count="3" type="stmt"/>
|
1908
|
+
<line num="12" count="3" type="stmt"/>
|
1909
|
+
<line num="13" count="1" type="stmt"/>
|
1910
|
+
<line num="15" count="1" type="cond" truecount="1" falsecount="1"/>
|
1911
|
+
<line num="16" count="1" type="stmt"/>
|
1912
|
+
<line num="18" count="0" type="stmt"/>
|
1913
|
+
<line num="22" count="3" type="stmt"/>
|
1914
|
+
<line num="25" count="15" type="stmt"/>
|
1915
|
+
<line num="26" count="1" type="stmt"/>
|
1916
|
+
<line num="27" count="1" type="cond" truecount="1" falsecount="1"/>
|
1917
|
+
<line num="29" count="1" type="stmt"/>
|
1918
|
+
<line num="31" count="0" type="stmt"/>
|
1919
|
+
</file>
|
1920
|
+
</package>
|
1921
|
+
<package name="src.hooks.useSiderVisible">
|
1922
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
1923
|
+
<file name="index.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/hooks/useSiderVisible/index.ts">
|
1924
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
1925
|
+
<line num="1" count="14" type="stmt"/>
|
1926
|
+
<line num="3" count="14" type="stmt"/>
|
1927
|
+
<line num="8" count="14" type="stmt"/>
|
1928
|
+
<line num="14" count="1" type="stmt"/>
|
1929
|
+
<line num="16" count="1" type="stmt"/>
|
1930
|
+
</file>
|
1931
|
+
</package>
|
1932
|
+
<package name="src.providers.notificationProvider">
|
1933
|
+
<metrics statements="8" coveredstatements="8" conditionals="6" coveredconditionals="6" methods="2" coveredmethods="2"/>
|
1934
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/src/providers/notificationProvider/index.tsx">
|
1935
|
+
<metrics statements="8" coveredstatements="8" conditionals="6" coveredconditionals="6" methods="2" coveredmethods="2"/>
|
1936
|
+
<line num="1" count="1" type="stmt"/>
|
1937
|
+
<line num="3" count="1" type="stmt"/>
|
1938
|
+
<line num="5" count="1" type="stmt"/>
|
1939
|
+
<line num="7" count="1" type="stmt"/>
|
1940
|
+
<line num="16" count="4" type="cond" truecount="2" falsecount="0"/>
|
1941
|
+
<line num="17" count="1" type="stmt"/>
|
1942
|
+
<line num="32" count="3" type="stmt"/>
|
1943
|
+
<line num="40" count="1" type="stmt"/>
|
1944
|
+
</file>
|
1945
|
+
</package>
|
1946
|
+
<package name="test">
|
1947
|
+
<metrics statements="49" coveredstatements="35" conditionals="13" coveredconditionals="13" methods="29" coveredmethods="13"/>
|
1948
|
+
<file name="dataMocks.ts" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/test/dataMocks.ts">
|
1949
|
+
<metrics statements="30" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="21" coveredmethods="8"/>
|
1950
|
+
<line num="1" count="21" type="stmt"/>
|
1951
|
+
<line num="10" count="21" type="stmt"/>
|
1952
|
+
<line num="35" count="21" type="stmt"/>
|
1953
|
+
<line num="36" count="21" type="stmt"/>
|
1954
|
+
<line num="37" count="3" type="stmt"/>
|
1955
|
+
<line num="38" count="0" type="stmt"/>
|
1956
|
+
<line num="39" count="0" type="stmt"/>
|
1957
|
+
<line num="40" count="0" type="stmt"/>
|
1958
|
+
<line num="41" count="37" type="stmt"/>
|
1959
|
+
<line num="42" count="3" type="stmt"/>
|
1960
|
+
<line num="43" count="23" type="stmt"/>
|
1961
|
+
<line num="44" count="5" type="stmt"/>
|
1962
|
+
<line num="45" count="0" type="stmt"/>
|
1963
|
+
<line num="46" count="0" type="stmt"/>
|
1964
|
+
<line num="47" count="0" type="stmt"/>
|
1965
|
+
<line num="51" count="21" type="stmt"/>
|
1966
|
+
<line num="53" count="21" type="stmt"/>
|
1967
|
+
<line num="55" count="1529" type="stmt"/>
|
1968
|
+
<line num="57" count="1529" type="stmt"/>
|
1969
|
+
<line num="60" count="0" type="stmt"/>
|
1970
|
+
<line num="63" count="0" type="stmt"/>
|
1971
|
+
<line num="69" count="2602" type="stmt"/>
|
1972
|
+
<line num="71" count="2602" type="stmt"/>
|
1973
|
+
<line num="74" count="0" type="stmt"/>
|
1974
|
+
<line num="77" count="21" type="stmt"/>
|
1975
|
+
<line num="78" count="0" type="stmt"/>
|
1976
|
+
<line num="81" count="21" type="stmt"/>
|
1977
|
+
<line num="82" count="0" type="stmt"/>
|
1978
|
+
<line num="83" count="0" type="stmt"/>
|
1979
|
+
<line num="84" count="0" type="stmt"/>
|
1980
|
+
</file>
|
1981
|
+
<file name="index.tsx" path="/Users/alicanerdurmaz/Desktop/refine/packages/antd/test/index.tsx">
|
1982
|
+
<metrics statements="19" coveredstatements="18" conditionals="13" coveredconditionals="13" methods="8" coveredmethods="5"/>
|
1983
|
+
<line num="1" count="21" type="stmt"/>
|
1984
|
+
<line num="2" count="21" type="stmt"/>
|
1985
|
+
<line num="4" count="21" type="stmt"/>
|
1986
|
+
<line num="16" count="21" type="stmt"/>
|
1987
|
+
<line num="18" count="21" type="stmt"/>
|
1988
|
+
<line num="19" count="0" type="stmt"/>
|
1989
|
+
<line num="34" count="21" type="stmt"/>
|
1990
|
+
<line num="36" count="21" type="stmt"/>
|
1991
|
+
<line num="54" count="79" type="cond" truecount="1" falsecount="0"/>
|
1992
|
+
<line num="55" count="11" type="stmt"/>
|
1993
|
+
<line num="56" count="11" type="stmt"/>
|
1994
|
+
<line num="61" count="79" type="stmt"/>
|
1995
|
+
<line num="62" count="84" type="stmt"/>
|
1996
|
+
<line num="96" count="21" type="stmt"/>
|
1997
|
+
<line num="97" count="105" type="stmt"/>
|
1998
|
+
<line num="98" count="105" type="stmt"/>
|
1999
|
+
<line num="99" count="21" type="stmt"/>
|
2000
|
+
<line num="100" count="21" type="stmt"/>
|
2001
|
+
<line num="104" count="21" type="stmt"/>
|
2002
|
+
</file>
|
2003
|
+
</package>
|
2004
|
+
</project>
|
2005
|
+
</coverage>
|