@tomei/sso 0.64.1 → 0.65.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.
Files changed (126) hide show
  1. package/.commitlintrc.json +22 -22
  2. package/.gitlab-ci.yml +16 -16
  3. package/.husky/commit-msg +15 -15
  4. package/.husky/pre-commit +7 -7
  5. package/.prettierrc +4 -4
  6. package/Jenkinsfile +57 -57
  7. package/README.md +23 -23
  8. package/__tests__/unit/components/group/group.spec.ts +79 -79
  9. package/__tests__/unit/components/group-object-privilege/group-object-privilege.spec.ts +88 -88
  10. package/__tests__/unit/components/group-privilege/group-privilege.spec.ts +68 -68
  11. package/__tests__/unit/components/group-reporting-user/group-reporting-user.spec.ts +66 -66
  12. package/__tests__/unit/components/group-system-access/group-system-access.spec.ts +83 -83
  13. package/__tests__/unit/components/login-user/l.spec.ts +746 -746
  14. package/__tests__/unit/components/login-user/login.spec.ts +1164 -1164
  15. package/__tests__/unit/components/password-hash/password-hash.service.spec.ts +31 -31
  16. package/__tests__/unit/components/system/system.spec.ts +254 -254
  17. package/__tests__/unit/components/system-privilege/system-privilege.spec.ts +83 -83
  18. package/__tests__/unit/components/user-group/user-group.spec.ts +86 -86
  19. package/__tests__/unit/components/user-object-privilege/user-object-privilege.spec.ts +78 -78
  20. package/__tests__/unit/components/user-privilege/user-privilege.spec.ts +72 -72
  21. package/__tests__/unit/components/user-system-access/user-system-access.spec.ts +89 -89
  22. package/__tests__/unit/redis-client/redis.service.spec.ts +23 -23
  23. package/__tests__/unit/session/session.service.spec.ts +47 -47
  24. package/__tests__/unit/system-privilege/system-privilage.spec.ts +91 -91
  25. package/create-sso-user.sql +39 -39
  26. package/dist/src/components/login-user/user.js +1 -1
  27. package/dist/src/components/login-user/user.js.map +1 -1
  28. package/dist/tsconfig.tsbuildinfo +1 -1
  29. package/eslint.config.mjs +58 -58
  30. package/jest.config.js +14 -14
  31. package/migrations/20240314080602-create-user-table.js +124 -124
  32. package/migrations/20240314080603-create-user-group-table.js +85 -85
  33. package/migrations/20240314080604-create-user-user-group-table.js +55 -55
  34. package/migrations/20240314080605-create-login-history-table.js +53 -53
  35. package/migrations/20240527064925-create-system-table.js +78 -78
  36. package/migrations/20240527064926-create-system-privilege-table.js +71 -71
  37. package/migrations/20240527065342-create-group-table.js +93 -93
  38. package/migrations/20240527065633-create-group-reporting-user-table.js +76 -76
  39. package/migrations/20240528011551-create-group-system-access-table.js +72 -72
  40. package/migrations/20240528023018-user-system-access-table.js +75 -75
  41. package/migrations/20240528032229-user-privilege-table.js +76 -76
  42. package/migrations/20240528063003-create-group-privilege-table.js +76 -76
  43. package/migrations/20240528063051-create-group-object-privilege-table.js +84 -84
  44. package/migrations/20240528063107-create-user-object-privilege-table.js +84 -84
  45. package/migrations/20240528063108-create-api-key-table.js +85 -85
  46. package/migrations/20241104104802-create-building-table.js +95 -95
  47. package/migrations/20250108091132-add-area-manager-user-id-to-building-table.js +14 -14
  48. package/migrations/20250108091133-add-passcode-to-user-table.js +36 -36
  49. package/migrations/20250210115636-create-user-reporting-hierarchy.js +76 -76
  50. package/migrations/20250326043818-crate-user-password-history.js +42 -42
  51. package/migrations/20250610070720-added-MFBypassYN-to-sso-user.js +30 -30
  52. package/package.json +87 -87
  53. package/sampledotenv +7 -7
  54. package/src/components/login-user/user.ts +1 -1
  55. package/tsconfig.build.json +5 -5
  56. package/tsconfig.json +23 -23
  57. package/coverage/clover.xml +0 -1380
  58. package/coverage/coverage-final.json +0 -39
  59. package/coverage/lcov-report/base.css +0 -224
  60. package/coverage/lcov-report/block-navigation.js +0 -87
  61. package/coverage/lcov-report/components/group-object-privilege/group-object-privilege.repository.ts.html +0 -160
  62. package/coverage/lcov-report/components/group-object-privilege/group-object-privilege.ts.html +0 -919
  63. package/coverage/lcov-report/components/group-object-privilege/index.html +0 -131
  64. package/coverage/lcov-report/components/group-privilege/group-privilege.repository.ts.html +0 -172
  65. package/coverage/lcov-report/components/group-privilege/group-privilege.ts.html +0 -337
  66. package/coverage/lcov-report/components/group-privilege/index.html +0 -131
  67. package/coverage/lcov-report/components/group-system-access/group-system-access.repository.ts.html +0 -214
  68. package/coverage/lcov-report/components/group-system-access/group-system-access.ts.html +0 -355
  69. package/coverage/lcov-report/components/group-system-access/index.html +0 -131
  70. package/coverage/lcov-report/components/password-hash/index.html +0 -116
  71. package/coverage/lcov-report/components/password-hash/password-hash.service.ts.html +0 -127
  72. package/coverage/lcov-report/components/system-privilege/index.html +0 -116
  73. package/coverage/lcov-report/components/system-privilege/system-privilege.repository.ts.html +0 -139
  74. package/coverage/lcov-report/components/user-group/index.html +0 -131
  75. package/coverage/lcov-report/components/user-group/user-group.repository.ts.html +0 -142
  76. package/coverage/lcov-report/components/user-group/user-group.ts.html +0 -2377
  77. package/coverage/lcov-report/components/user-object-privilege/index.html +0 -131
  78. package/coverage/lcov-report/components/user-object-privilege/user-object-privilege.repository.ts.html +0 -118
  79. package/coverage/lcov-report/components/user-object-privilege/user-object-privilege.ts.html +0 -322
  80. package/coverage/lcov-report/components/user-privilege/index.html +0 -131
  81. package/coverage/lcov-report/components/user-privilege/user-privilege.repository.ts.html +0 -160
  82. package/coverage/lcov-report/components/user-privilege/user-privilege.ts.html +0 -2071
  83. package/coverage/lcov-report/components/user-system-access/index.html +0 -131
  84. package/coverage/lcov-report/components/user-system-access/user-system-access.repository.ts.html +0 -208
  85. package/coverage/lcov-report/components/user-system-access/user-system-access.ts.html +0 -2236
  86. package/coverage/lcov-report/enum/api-key.enum.ts.html +0 -100
  87. package/coverage/lcov-report/enum/group-type.enum.ts.html +0 -109
  88. package/coverage/lcov-report/enum/index.html +0 -206
  89. package/coverage/lcov-report/enum/index.ts.html +0 -103
  90. package/coverage/lcov-report/enum/login-status.enum.ts.html +0 -97
  91. package/coverage/lcov-report/enum/object-status.enum.ts.html +0 -97
  92. package/coverage/lcov-report/enum/user-status.enum.ts.html +0 -106
  93. package/coverage/lcov-report/enum/yn.enum.ts.html +0 -97
  94. package/coverage/lcov-report/favicon.png +0 -0
  95. package/coverage/lcov-report/index.html +0 -296
  96. package/coverage/lcov-report/models/group-object-privilege.entity.ts.html +0 -358
  97. package/coverage/lcov-report/models/group-privilege.entity.ts.html +0 -319
  98. package/coverage/lcov-report/models/group-reporting-user.entity.ts.html +0 -370
  99. package/coverage/lcov-report/models/group-system-access.entity.ts.html +0 -328
  100. package/coverage/lcov-report/models/group.entity.ts.html +0 -466
  101. package/coverage/lcov-report/models/index.html +0 -296
  102. package/coverage/lcov-report/models/staff.entity.ts.html +0 -358
  103. package/coverage/lcov-report/models/system-privilege.entity.ts.html +0 -355
  104. package/coverage/lcov-report/models/system.entity.ts.html +0 -424
  105. package/coverage/lcov-report/models/user-group.entity.ts.html +0 -358
  106. package/coverage/lcov-report/models/user-object-privilege.entity.ts.html +0 -355
  107. package/coverage/lcov-report/models/user-privilege.entity.ts.html +0 -319
  108. package/coverage/lcov-report/models/user-system-access.entity.ts.html +0 -346
  109. package/coverage/lcov-report/models/user.entity.ts.html +0 -685
  110. package/coverage/lcov-report/prettify.css +0 -1
  111. package/coverage/lcov-report/prettify.js +0 -2
  112. package/coverage/lcov-report/redis-client/index.html +0 -116
  113. package/coverage/lcov-report/redis-client/redis.service.ts.html +0 -310
  114. package/coverage/lcov-report/session/index.html +0 -116
  115. package/coverage/lcov-report/session/session.service.ts.html +0 -373
  116. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  117. package/coverage/lcov-report/sorter.js +0 -210
  118. package/coverage/lcov.info +0 -2223
  119. package/coverage/test-report.xml +0 -71
  120. package/dist/__tests__/unit/components/group-privilege/group-privilege.test.d.ts +0 -1
  121. package/dist/__tests__/unit/components/group-privilege/group-privilege.test.js +0 -71
  122. package/dist/__tests__/unit/components/group-privilege/group-privilege.test.js.map +0 -1
  123. package/dist/__tests__/unit/components/login-user/login-user.spec.d.ts +0 -0
  124. package/dist/__tests__/unit/components/login-user/login-user.spec.js +0 -6
  125. package/dist/__tests__/unit/components/login-user/login-user.spec.js.map +0 -1
  126. package/sonar-project.properties +0 -23
@@ -1,1380 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1758219730510" clover="3.2.0">
3
- <project timestamp="1758219730510" name="All files">
4
- <metrics statements="1221" coveredstatements="633" conditionals="200" coveredconditionals="63" methods="230" coveredmethods="72" elements="1651" coveredelements="768" complexity="0" loc="1221" ncloc="1221" packages="13" files="38" classes="38"/>
5
- <package name="components.group-object-privilege">
6
- <metrics statements="91" coveredstatements="36" conditionals="20" coveredconditionals="6" methods="10" coveredmethods="7"/>
7
- <file name="group-object-privilege.repository.ts" path="C:\Work\sso\src\components\group-object-privilege\group-object-privilege.repository.ts">
8
- <metrics statements="7" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
9
- <line num="1" count="1" type="stmt"/>
10
- <line num="2" count="1" type="stmt"/>
11
- <line num="4" count="1" type="stmt"/>
12
- <line num="9" count="1" type="stmt"/>
13
- <line num="16" count="0" type="stmt"/>
14
- <line num="17" count="0" type="stmt"/>
15
- <line num="22" count="0" type="stmt"/>
16
- </file>
17
- <file name="group-object-privilege.ts" path="C:\Work\sso\src\components\group-object-privilege\group-object-privilege.ts">
18
- <metrics statements="84" coveredstatements="32" conditionals="20" coveredconditionals="6" methods="8" coveredmethods="6"/>
19
- <line num="1" count="1" type="stmt"/>
20
- <line num="2" count="1" type="stmt"/>
21
- <line num="4" count="1" type="stmt"/>
22
- <line num="6" count="1" type="stmt"/>
23
- <line num="7" count="1" type="stmt"/>
24
- <line num="9" count="1" type="stmt"/>
25
- <line num="10" count="8" type="stmt"/>
26
- <line num="24" count="3" type="stmt"/>
27
- <line num="28" count="3" type="stmt"/>
28
- <line num="32" count="3" type="stmt"/>
29
- <line num="36" count="3" type="stmt"/>
30
- <line num="39" count="1" type="stmt"/>
31
- <line num="42" count="8" type="stmt"/>
32
- <line num="43" count="8" type="cond" truecount="2" falsecount="0"/>
33
- <line num="44" count="1" type="stmt"/>
34
- <line num="46" count="1" type="stmt"/>
35
- <line num="47" count="1" type="stmt"/>
36
- <line num="48" count="1" type="stmt"/>
37
- <line num="49" count="1" type="stmt"/>
38
- <line num="50" count="1" type="stmt"/>
39
- <line num="51" count="1" type="stmt"/>
40
- <line num="52" count="1" type="stmt"/>
41
- <line num="53" count="1" type="stmt"/>
42
- <line num="54" count="1" type="stmt"/>
43
- <line num="62" count="3" type="stmt"/>
44
- <line num="63" count="3" type="cond" truecount="2" falsecount="0"/>
45
- <line num="64" count="2" type="stmt"/>
46
- <line num="68" count="2" type="cond" truecount="2" falsecount="0"/>
47
- <line num="69" count="1" type="stmt"/>
48
- <line num="73" count="1" type="stmt"/>
49
- <line num="80" count="1" type="stmt"/>
50
- <line num="82" count="1" type="stmt"/>
51
- <line num="91" count="0" type="stmt"/>
52
- <line num="94" count="0" type="stmt"/>
53
- <line num="95" count="0" type="stmt"/>
54
- <line num="100" count="0" type="cond" truecount="0" falsecount="2"/>
55
- <line num="101" count="0" type="stmt"/>
56
- <line num="111" count="0" type="cond" truecount="0" falsecount="2"/>
57
- <line num="112" count="0" type="stmt"/>
58
- <line num="119" count="0" type="cond" truecount="0" falsecount="2"/>
59
- <line num="120" count="0" type="stmt"/>
60
- <line num="127" count="0" type="cond" truecount="0" falsecount="2"/>
61
- <line num="128" count="0" type="stmt"/>
62
- <line num="135" count="0" type="cond" truecount="0" falsecount="2"/>
63
- <line num="136" count="0" type="stmt"/>
64
- <line num="145" count="0" type="stmt"/>
65
- <line num="156" count="0" type="cond" truecount="0" falsecount="2"/>
66
- <line num="157" count="0" type="stmt"/>
67
- <line num="166" count="0" type="stmt"/>
68
- <line num="177" count="0" type="stmt"/>
69
- <line num="180" count="0" type="stmt"/>
70
- <line num="186" count="0" type="stmt"/>
71
- <line num="191" count="0" type="stmt"/>
72
- <line num="193" count="0" type="stmt"/>
73
- <line num="195" count="0" type="stmt"/>
74
- <line num="196" count="0" type="stmt"/>
75
- <line num="197" count="0" type="stmt"/>
76
- <line num="198" count="0" type="stmt"/>
77
- <line num="199" count="0" type="stmt"/>
78
- <line num="200" count="0" type="stmt"/>
79
- <line num="202" count="0" type="stmt"/>
80
- <line num="203" count="0" type="stmt"/>
81
- <line num="205" count="0" type="stmt"/>
82
- <line num="208" count="0" type="stmt"/>
83
- <line num="210" count="0" type="stmt"/>
84
- <line num="215" count="0" type="stmt"/>
85
- <line num="218" count="0" type="stmt"/>
86
- <line num="219" count="0" type="stmt"/>
87
- <line num="224" count="0" type="cond" truecount="0" falsecount="2"/>
88
- <line num="225" count="0" type="stmt"/>
89
- <line num="237" count="0" type="stmt"/>
90
- <line num="246" count="0" type="stmt"/>
91
- <line num="257" count="0" type="stmt"/>
92
- <line num="260" count="0" type="stmt"/>
93
- <line num="261" count="0" type="stmt"/>
94
- <line num="262" count="0" type="stmt"/>
95
- <line num="263" count="0" type="stmt"/>
96
- <line num="264" count="0" type="stmt"/>
97
- <line num="265" count="0" type="stmt"/>
98
- <line num="266" count="0" type="stmt"/>
99
- <line num="267" count="0" type="stmt"/>
100
- <line num="270" count="0" type="stmt"/>
101
- <line num="273" count="0" type="stmt"/>
102
- <line num="275" count="0" type="stmt"/>
103
- </file>
104
- </package>
105
- <package name="components.group-privilege">
106
- <metrics statements="45" coveredstatements="32" conditionals="6" coveredconditionals="6" methods="9" coveredmethods="7"/>
107
- <file name="group-privilege.repository.ts" path="C:\Work\sso\src\components\group-privilege\group-privilege.repository.ts">
108
- <metrics statements="9" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
109
- <line num="2" count="2" type="stmt"/>
110
- <line num="3" count="2" type="stmt"/>
111
- <line num="5" count="2" type="stmt"/>
112
- <line num="10" count="2" type="stmt"/>
113
- <line num="18" count="0" type="stmt"/>
114
- <line num="19" count="0" type="stmt"/>
115
- <line num="23" count="0" type="stmt"/>
116
- <line num="24" count="0" type="stmt"/>
117
- <line num="26" count="0" type="stmt"/>
118
- </file>
119
- <file name="group-privilege.ts" path="C:\Work\sso\src\components\group-privilege\group-privilege.ts">
120
- <metrics statements="36" coveredstatements="28" conditionals="6" coveredconditionals="6" methods="7" coveredmethods="6"/>
121
- <line num="1" count="1" type="stmt"/>
122
- <line num="2" count="1" type="stmt"/>
123
- <line num="5" count="1" type="stmt"/>
124
- <line num="6" count="2" type="stmt"/>
125
- <line num="9" count="2" type="stmt"/>
126
- <line num="20" count="2" type="stmt"/>
127
- <line num="24" count="2" type="stmt"/>
128
- <line num="28" count="2" type="stmt"/>
129
- <line num="32" count="2" type="stmt"/>
130
- <line num="35" count="1" type="stmt"/>
131
- <line num="38" count="2" type="stmt"/>
132
- <line num="39" count="2" type="cond" truecount="2" falsecount="0"/>
133
- <line num="40" count="1" type="stmt"/>
134
- <line num="41" count="1" type="stmt"/>
135
- <line num="42" count="1" type="stmt"/>
136
- <line num="43" count="1" type="stmt"/>
137
- <line num="44" count="1" type="stmt"/>
138
- <line num="45" count="1" type="stmt"/>
139
- <line num="46" count="1" type="stmt"/>
140
- <line num="47" count="1" type="stmt"/>
141
- <line num="52" count="0" type="stmt"/>
142
- <line num="53" count="0" type="stmt"/>
143
- <line num="54" count="0" type="stmt"/>
144
- <line num="55" count="0" type="stmt"/>
145
- <line num="56" count="0" type="stmt"/>
146
- <line num="57" count="0" type="stmt"/>
147
- <line num="58" count="0" type="stmt"/>
148
- <line num="59" count="0" type="stmt"/>
149
- <line num="63" count="3" type="stmt"/>
150
- <line num="64" count="3" type="cond" truecount="2" falsecount="0"/>
151
- <line num="65" count="2" type="stmt"/>
152
- <line num="69" count="2" type="cond" truecount="2" falsecount="0"/>
153
- <line num="70" count="1" type="stmt"/>
154
- <line num="72" count="1" type="stmt"/>
155
- <line num="79" count="1" type="stmt"/>
156
- <line num="81" count="1" type="stmt"/>
157
- </file>
158
- </package>
159
- <package name="components.group-system-access">
160
- <metrics statements="47" coveredstatements="33" conditionals="8" coveredconditionals="6" methods="13" coveredmethods="7"/>
161
- <file name="group-system-access.repository.ts" path="C:\Work\sso\src\components\group-system-access\group-system-access.repository.ts">
162
- <metrics statements="14" coveredstatements="4" conditionals="2" coveredconditionals="0" methods="3" coveredmethods="1"/>
163
- <line num="1" count="1" type="stmt"/>
164
- <line num="2" count="1" type="stmt"/>
165
- <line num="4" count="1" type="stmt"/>
166
- <line num="9" count="1" type="stmt"/>
167
- <line num="13" count="0" type="stmt"/>
168
- <line num="15" count="0" type="cond" truecount="0" falsecount="2"/>
169
- <line num="16" count="0" type="stmt"/>
170
- <line num="19" count="0" type="stmt"/>
171
- <line num="21" count="0" type="stmt"/>
172
- <line num="23" count="0" type="stmt"/>
173
- <line num="30" count="0" type="stmt"/>
174
- <line num="31" count="0" type="stmt"/>
175
- <line num="38" count="0" type="stmt"/>
176
- <line num="40" count="0" type="stmt"/>
177
- </file>
178
- <file name="group-system-access.ts" path="C:\Work\sso\src\components\group-system-access\group-system-access.ts">
179
- <metrics statements="33" coveredstatements="29" conditionals="6" coveredconditionals="6" methods="10" coveredmethods="6"/>
180
- <line num="1" count="1" type="stmt"/>
181
- <line num="2" count="1" type="stmt"/>
182
- <line num="5" count="1" type="stmt"/>
183
- <line num="6" count="8" type="stmt"/>
184
- <line num="7" count="8" type="stmt"/>
185
- <line num="21" count="3" type="stmt"/>
186
- <line num="24" count="0" type="stmt"/>
187
- <line num="28" count="3" type="stmt"/>
188
- <line num="32" count="0" type="stmt"/>
189
- <line num="36" count="3" type="stmt"/>
190
- <line num="40" count="0" type="stmt"/>
191
- <line num="44" count="3" type="stmt"/>
192
- <line num="48" count="0" type="stmt"/>
193
- <line num="51" count="1" type="stmt"/>
194
- <line num="54" count="8" type="stmt"/>
195
- <line num="55" count="8" type="cond" truecount="2" falsecount="0"/>
196
- <line num="56" count="5" type="stmt"/>
197
- <line num="57" count="5" type="stmt"/>
198
- <line num="58" count="5" type="stmt"/>
199
- <line num="59" count="5" type="stmt"/>
200
- <line num="60" count="5" type="stmt"/>
201
- <line num="61" count="5" type="stmt"/>
202
- <line num="62" count="5" type="stmt"/>
203
- <line num="63" count="5" type="stmt"/>
204
- <line num="68" count="3" type="stmt"/>
205
- <line num="69" count="3" type="stmt"/>
206
- <line num="70" count="3" type="cond" truecount="2" falsecount="0"/>
207
- <line num="71" count="2" type="stmt"/>
208
- <line num="75" count="2" type="cond" truecount="2" falsecount="0"/>
209
- <line num="76" count="1" type="stmt"/>
210
- <line num="78" count="1" type="stmt"/>
211
- <line num="85" count="1" type="stmt"/>
212
- <line num="87" count="1" type="stmt"/>
213
- </file>
214
- </package>
215
- <package name="components.password-hash">
216
- <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
217
- <file name="password-hash.service.ts" path="C:\Work\sso\src\components\password-hash\password-hash.service.ts">
218
- <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
219
- <line num="1" count="1" type="stmt"/>
220
- <line num="4" count="1" type="stmt"/>
221
- <line num="8" count="1" type="stmt"/>
222
- <line num="12" count="1" type="stmt"/>
223
- </file>
224
- </package>
225
- <package name="components.system-privilege">
226
- <metrics statements="5" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
227
- <file name="system-privilege.repository.ts" path="C:\Work\sso\src\components\system-privilege\system-privilege.repository.ts">
228
- <metrics statements="5" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
229
- <line num="1" count="1" type="stmt"/>
230
- <line num="2" count="1" type="stmt"/>
231
- <line num="4" count="1" type="stmt"/>
232
- <line num="9" count="1" type="stmt"/>
233
- <line num="13" count="0" type="stmt"/>
234
- </file>
235
- </package>
236
- <package name="components.user-group">
237
- <metrics statements="174" coveredstatements="52" conditionals="38" coveredconditionals="5" methods="16" coveredmethods="7"/>
238
- <file name="user-group.repository.ts" path="C:\Work\sso\src\components\user-group\user-group.repository.ts">
239
- <metrics statements="7" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
240
- <line num="1" count="2" type="stmt"/>
241
- <line num="2" count="2" type="stmt"/>
242
- <line num="4" count="2" type="stmt"/>
243
- <line num="9" count="2" type="stmt"/>
244
- <line num="13" count="0" type="stmt"/>
245
- <line num="14" count="0" type="stmt"/>
246
- <line num="16" count="0" type="stmt"/>
247
- </file>
248
- <file name="user-group.ts" path="C:\Work\sso\src\components\user-group\user-group.ts">
249
- <metrics statements="167" coveredstatements="48" conditionals="38" coveredconditionals="5" methods="14" coveredmethods="6"/>
250
- <line num="1" count="1" type="stmt"/>
251
- <line num="2" count="1" type="stmt"/>
252
- <line num="6" count="1" type="stmt"/>
253
- <line num="7" count="1" type="stmt"/>
254
- <line num="8" count="1" type="stmt"/>
255
- <line num="9" count="1" type="stmt"/>
256
- <line num="10" count="1" type="stmt"/>
257
- <line num="11" count="1" type="stmt"/>
258
- <line num="14" count="1" type="stmt"/>
259
- <line num="15" count="5" type="stmt"/>
260
- <line num="16" count="5" type="stmt"/>
261
- <line num="22" count="5" type="stmt"/>
262
- <line num="23" count="5" type="stmt"/>
263
- <line num="30" count="1" type="stmt"/>
264
- <line num="33" count="2" type="stmt"/>
265
- <line num="37" count="2" type="stmt"/>
266
- <line num="41" count="2" type="stmt"/>
267
- <line num="45" count="2" type="stmt"/>
268
- <line num="49" count="5" type="stmt"/>
269
- <line num="50" count="5" type="cond" truecount="2" falsecount="0"/>
270
- <line num="51" count="3" type="stmt"/>
271
- <line num="52" count="3" type="stmt"/>
272
- <line num="53" count="3" type="stmt"/>
273
- <line num="54" count="3" type="stmt"/>
274
- <line num="55" count="3" type="stmt"/>
275
- <line num="56" count="3" type="stmt"/>
276
- <line num="58" count="3" type="stmt"/>
277
- <line num="59" count="3" type="stmt"/>
278
- <line num="60" count="3" type="stmt"/>
279
- <line num="61" count="3" type="stmt"/>
280
- <line num="66" count="2" type="stmt"/>
281
- <line num="67" count="2" type="stmt"/>
282
- <line num="68" count="2" type="cond" truecount="1" falsecount="1"/>
283
- <line num="69" count="2" type="stmt"/>
284
- <line num="73" count="2" type="cond" truecount="2" falsecount="0"/>
285
- <line num="74" count="1" type="stmt"/>
286
- <line num="75" count="1" type="stmt"/>
287
- <line num="76" count="1" type="stmt"/>
288
- <line num="77" count="1" type="stmt"/>
289
- <line num="78" count="1" type="stmt"/>
290
- <line num="80" count="1" type="stmt"/>
291
- <line num="82" count="1" type="stmt"/>
292
- <line num="83" count="1" type="stmt"/>
293
- <line num="84" count="1" type="stmt"/>
294
- <line num="85" count="1" type="stmt"/>
295
- <line num="87" count="1" type="stmt"/>
296
- <line num="94" count="1" type="stmt"/>
297
- <line num="96" count="1" type="stmt"/>
298
- <line num="107" count="0" type="stmt"/>
299
- <line num="113" count="0" type="stmt"/>
300
- <line num="114" count="0" type="stmt"/>
301
- <line num="120" count="0" type="cond" truecount="0" falsecount="2"/>
302
- <line num="121" count="0" type="stmt"/>
303
- <line num="134" count="0" type="cond" truecount="0" falsecount="2"/>
304
- <line num="135" count="0" type="stmt"/>
305
- <line num="147" count="0" type="cond" truecount="0" falsecount="2"/>
306
- <line num="148" count="0" type="stmt"/>
307
- <line num="160" count="0" type="stmt"/>
308
- <line num="167" count="0" type="cond" truecount="0" falsecount="2"/>
309
- <line num="168" count="0" type="stmt"/>
310
- <line num="181" count="0" type="stmt"/>
311
- <line num="182" count="0" type="stmt"/>
312
- <line num="183" count="0" type="stmt"/>
313
- <line num="184" count="0" type="stmt"/>
314
- <line num="185" count="0" type="stmt"/>
315
- <line num="186" count="0" type="stmt"/>
316
- <line num="187" count="0" type="stmt"/>
317
- <line num="193" count="0" type="stmt"/>
318
- <line num="210" count="0" type="stmt"/>
319
- <line num="214" count="0" type="stmt"/>
320
- <line num="233" count="0" type="stmt"/>
321
- <line num="234" count="0" type="stmt"/>
322
- <line num="235" count="0" type="stmt"/>
323
- <line num="236" count="0" type="stmt"/>
324
- <line num="237" count="0" type="stmt"/>
325
- <line num="238" count="0" type="stmt"/>
326
- <line num="239" count="0" type="stmt"/>
327
- <line num="240" count="0" type="stmt"/>
328
- <line num="245" count="0" type="stmt"/>
329
- <line num="247" count="0" type="stmt"/>
330
- <line num="249" count="0" type="stmt"/>
331
- <line num="259" count="0" type="stmt"/>
332
- <line num="265" count="0" type="stmt"/>
333
- <line num="266" count="0" type="stmt"/>
334
- <line num="272" count="0" type="cond" truecount="0" falsecount="2"/>
335
- <line num="273" count="0" type="stmt"/>
336
- <line num="287" count="0" type="stmt"/>
337
- <line num="295" count="0" type="cond" truecount="0" falsecount="2"/>
338
- <line num="296" count="0" type="stmt"/>
339
- <line num="299" count="0" type="stmt"/>
340
- <line num="301" count="0" type="stmt"/>
341
- <line num="310" count="0" type="stmt"/>
342
- <line num="316" count="0" type="stmt"/>
343
- <line num="317" count="0" type="stmt"/>
344
- <line num="323" count="0" type="cond" truecount="0" falsecount="2"/>
345
- <line num="324" count="0" type="stmt"/>
346
- <line num="336" count="0" type="stmt"/>
347
- <line num="350" count="0" type="stmt"/>
348
- <line num="352" count="0" type="stmt"/>
349
- <line num="354" count="0" type="stmt"/>
350
- <line num="379" count="0" type="stmt"/>
351
- <line num="386" count="0" type="stmt"/>
352
- <line num="387" count="0" type="stmt"/>
353
- <line num="391" count="0" type="cond" truecount="0" falsecount="2"/>
354
- <line num="392" count="0" type="stmt"/>
355
- <line num="411" count="0" type="stmt"/>
356
- <line num="454" count="0" type="stmt"/>
357
- <line num="455" count="0" type="stmt"/>
358
- <line num="482" count="0" type="stmt"/>
359
- <line num="492" count="0" type="cond" truecount="0" falsecount="2"/>
360
- <line num="493" count="0" type="stmt"/>
361
- <line num="495" count="0" type="stmt"/>
362
- <line num="506" count="0" type="stmt"/>
363
- <line num="511" count="0" type="stmt"/>
364
- <line num="513" count="0" type="stmt"/>
365
- <line num="525" count="0" type="stmt"/>
366
- <line num="531" count="0" type="stmt"/>
367
- <line num="532" count="0" type="stmt"/>
368
- <line num="537" count="0" type="cond" truecount="0" falsecount="2"/>
369
- <line num="538" count="0" type="stmt"/>
370
- <line num="548" count="0" type="cond" truecount="0" falsecount="2"/>
371
- <line num="552" count="0" type="stmt"/>
372
- <line num="567" count="0" type="stmt"/>
373
- <line num="580" count="0" type="stmt"/>
374
- <line num="581" count="0" type="stmt"/>
375
- <line num="582" count="0" type="cond" truecount="0" falsecount="2"/>
376
- <line num="583" count="0" type="stmt"/>
377
- <line num="586" count="0" type="cond" truecount="0" falsecount="2"/>
378
- <line num="587" count="0" type="stmt"/>
379
- <line num="591" count="0" type="stmt"/>
380
- <line num="608" count="0" type="stmt"/>
381
- <line num="628" count="0" type="stmt"/>
382
- <line num="629" count="0" type="stmt"/>
383
- <line num="630" count="0" type="stmt"/>
384
- <line num="631" count="0" type="stmt"/>
385
- <line num="632" count="0" type="stmt"/>
386
- <line num="633" count="0" type="stmt"/>
387
- <line num="634" count="0" type="stmt"/>
388
- <line num="635" count="0" type="stmt"/>
389
- <line num="642" count="0" type="stmt"/>
390
- <line num="644" count="0" type="stmt"/>
391
- <line num="646" count="0" type="stmt"/>
392
- <line num="656" count="0" type="stmt"/>
393
- <line num="662" count="0" type="stmt"/>
394
- <line num="663" count="0" type="stmt"/>
395
- <line num="668" count="0" type="cond" truecount="0" falsecount="2"/>
396
- <line num="669" count="0" type="stmt"/>
397
- <line num="680" count="0" type="stmt"/>
398
- <line num="686" count="0" type="stmt"/>
399
- <line num="688" count="0" type="stmt"/>
400
- <line num="696" count="0" type="stmt"/>
401
- <line num="702" count="0" type="stmt"/>
402
- <line num="703" count="0" type="stmt"/>
403
- <line num="708" count="0" type="cond" truecount="0" falsecount="2"/>
404
- <line num="709" count="0" type="stmt"/>
405
- <line num="720" count="0" type="stmt"/>
406
- <line num="728" count="0" type="stmt"/>
407
- <line num="748" count="0" type="stmt"/>
408
- <line num="749" count="0" type="stmt"/>
409
- <line num="750" count="0" type="stmt"/>
410
- <line num="751" count="0" type="stmt"/>
411
- <line num="752" count="0" type="stmt"/>
412
- <line num="753" count="0" type="stmt"/>
413
- <line num="754" count="0" type="stmt"/>
414
- <line num="755" count="0" type="stmt"/>
415
- <line num="759" count="0" type="stmt"/>
416
- <line num="761" count="0" type="stmt"/>
417
- </file>
418
- </package>
419
- <package name="components.user-object-privilege">
420
- <metrics statements="34" coveredstatements="33" conditionals="6" coveredconditionals="5" methods="7" coveredmethods="7"/>
421
- <file name="user-object-privilege.repository.ts" path="C:\Work\sso\src\components\user-object-privilege\user-object-privilege.repository.ts">
422
- <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
423
- <line num="1" count="1" type="stmt"/>
424
- <line num="2" count="1" type="stmt"/>
425
- <line num="4" count="1" type="stmt"/>
426
- <line num="9" count="1" type="stmt"/>
427
- </file>
428
- <file name="user-object-privilege.ts" path="C:\Work\sso\src\components\user-object-privilege\user-object-privilege.ts">
429
- <metrics statements="30" coveredstatements="29" conditionals="6" coveredconditionals="5" methods="6" coveredmethods="6"/>
430
- <line num="1" count="1" type="stmt"/>
431
- <line num="2" count="1" type="stmt"/>
432
- <line num="6" count="1" type="stmt"/>
433
- <line num="7" count="6" type="stmt"/>
434
- <line num="21" count="2" type="stmt"/>
435
- <line num="25" count="2" type="stmt"/>
436
- <line num="29" count="2" type="stmt"/>
437
- <line num="33" count="2" type="stmt"/>
438
- <line num="36" count="1" type="stmt"/>
439
- <line num="39" count="6" type="stmt"/>
440
- <line num="40" count="6" type="cond" truecount="2" falsecount="0"/>
441
- <line num="41" count="4" type="stmt"/>
442
- <line num="42" count="4" type="stmt"/>
443
- <line num="43" count="4" type="stmt"/>
444
- <line num="44" count="4" type="stmt"/>
445
- <line num="45" count="4" type="stmt"/>
446
- <line num="46" count="4" type="stmt"/>
447
- <line num="47" count="4" type="stmt"/>
448
- <line num="48" count="4" type="stmt"/>
449
- <line num="49" count="4" type="stmt"/>
450
- <line num="50" count="4" type="stmt"/>
451
- <line num="55" count="2" type="stmt"/>
452
- <line num="56" count="2" type="stmt"/>
453
- <line num="57" count="2" type="cond" truecount="1" falsecount="1"/>
454
- <line num="58" count="2" type="stmt"/>
455
- <line num="62" count="2" type="cond" truecount="2" falsecount="0"/>
456
- <line num="63" count="1" type="stmt"/>
457
- <line num="67" count="1" type="stmt"/>
458
- <line num="74" count="0" type="stmt"/>
459
- <line num="76" count="1" type="stmt"/>
460
- </file>
461
- </package>
462
- <package name="components.user-privilege">
463
- <metrics statements="158" coveredstatements="46" conditionals="42" coveredconditionals="5" methods="16" coveredmethods="7"/>
464
- <file name="user-privilege.repository.ts" path="C:\Work\sso\src\components\user-privilege\user-privilege.repository.ts">
465
- <metrics statements="8" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
466
- <line num="1" count="2" type="stmt"/>
467
- <line num="2" count="2" type="stmt"/>
468
- <line num="4" count="2" type="stmt"/>
469
- <line num="9" count="2" type="stmt"/>
470
- <line num="13" count="0" type="stmt"/>
471
- <line num="14" count="0" type="stmt"/>
472
- <line num="20" count="0" type="stmt"/>
473
- <line num="22" count="0" type="stmt"/>
474
- </file>
475
- <file name="user-privilege.ts" path="C:\Work\sso\src\components\user-privilege\user-privilege.ts">
476
- <metrics statements="150" coveredstatements="42" conditionals="42" coveredconditionals="5" methods="14" coveredmethods="6"/>
477
- <line num="1" count="1" type="stmt"/>
478
- <line num="3" count="1" type="stmt"/>
479
- <line num="5" count="1" type="stmt"/>
480
- <line num="6" count="1" type="stmt"/>
481
- <line num="7" count="1" type="stmt"/>
482
- <line num="8" count="1" type="stmt"/>
483
- <line num="9" count="1" type="stmt"/>
484
- <line num="10" count="1" type="stmt"/>
485
- <line num="11" count="1" type="stmt"/>
486
- <line num="13" count="1" type="stmt"/>
487
- <line num="14" count="1" type="stmt"/>
488
- <line num="15" count="1" type="stmt"/>
489
- <line num="18" count="1" type="stmt"/>
490
- <line num="19" count="6" type="stmt"/>
491
- <line num="20" count="6" type="stmt"/>
492
- <line num="33" count="2" type="stmt"/>
493
- <line num="37" count="2" type="stmt"/>
494
- <line num="41" count="2" type="stmt"/>
495
- <line num="45" count="2" type="stmt"/>
496
- <line num="48" count="1" type="stmt"/>
497
- <line num="49" count="1" type="stmt"/>
498
- <line num="50" count="1" type="stmt"/>
499
- <line num="51" count="1" type="stmt"/>
500
- <line num="54" count="6" type="stmt"/>
501
- <line num="55" count="6" type="cond" truecount="2" falsecount="0"/>
502
- <line num="56" count="4" type="stmt"/>
503
- <line num="57" count="4" type="stmt"/>
504
- <line num="58" count="4" type="stmt"/>
505
- <line num="59" count="4" type="stmt"/>
506
- <line num="60" count="4" type="stmt"/>
507
- <line num="61" count="4" type="stmt"/>
508
- <line num="62" count="4" type="stmt"/>
509
- <line num="63" count="4" type="stmt"/>
510
- <line num="68" count="2" type="stmt"/>
511
- <line num="69" count="2" type="stmt"/>
512
- <line num="70" count="2" type="cond" truecount="1" falsecount="1"/>
513
- <line num="71" count="2" type="stmt"/>
514
- <line num="75" count="2" type="cond" truecount="2" falsecount="0"/>
515
- <line num="76" count="1" type="stmt"/>
516
- <line num="78" count="1" type="stmt"/>
517
- <line num="85" count="1" type="stmt"/>
518
- <line num="87" count="1" type="stmt"/>
519
- <line num="122" count="0" type="stmt"/>
520
- <line num="128" count="0" type="stmt"/>
521
- <line num="129" count="0" type="stmt"/>
522
- <line num="130" count="0" type="stmt"/>
523
- <line num="134" count="0" type="cond" truecount="0" falsecount="2"/>
524
- <line num="135" count="0" type="stmt"/>
525
- <line num="142" count="0" type="stmt"/>
526
- <line num="174" count="0" type="stmt"/>
527
- <line num="175" count="0" type="stmt"/>
528
- <line num="177" count="0" type="stmt"/>
529
- <line num="196" count="0" type="stmt"/>
530
- <line num="205" count="0" type="stmt"/>
531
- <line num="212" count="0" type="stmt"/>
532
- <line num="213" count="0" type="stmt"/>
533
- <line num="214" count="0" type="stmt"/>
534
- <line num="218" count="0" type="cond" truecount="0" falsecount="2"/>
535
- <line num="219" count="0" type="stmt"/>
536
- <line num="237" count="0" type="stmt"/>
537
- <line num="250" count="0" type="stmt"/>
538
- <line num="251" count="0" type="stmt"/>
539
- <line num="252" count="0" type="cond" truecount="0" falsecount="2"/>
540
- <line num="253" count="0" type="stmt"/>
541
- <line num="255" count="0" type="stmt"/>
542
- <line num="276" count="0" type="stmt"/>
543
- <line num="277" count="0" type="stmt"/>
544
- <line num="278" count="0" type="stmt"/>
545
- <line num="279" count="0" type="stmt"/>
546
- <line num="290" count="0" type="cond" truecount="0" falsecount="2"/>
547
- <line num="291" count="0" type="cond" truecount="0" falsecount="2"/>
548
- <line num="292" count="0" type="stmt"/>
549
- <line num="322" count="0" type="stmt"/>
550
- <line num="324" count="0" type="stmt"/>
551
- <line num="325" count="0" type="stmt"/>
552
- <line num="337" count="0" type="stmt"/>
553
- <line num="340" count="0" type="stmt"/>
554
- <line num="342" count="0" type="stmt"/>
555
- <line num="344" count="0" type="stmt"/>
556
- <line num="355" count="0" type="stmt"/>
557
- <line num="362" count="0" type="stmt"/>
558
- <line num="363" count="0" type="stmt"/>
559
- <line num="364" count="0" type="stmt"/>
560
- <line num="368" count="0" type="cond" truecount="0" falsecount="2"/>
561
- <line num="369" count="0" type="stmt"/>
562
- <line num="389" count="0" type="stmt"/>
563
- <line num="394" count="0" type="cond" truecount="0" falsecount="6"/>
564
- <line num="395" count="0" type="stmt"/>
565
- <line num="402" count="0" type="stmt"/>
566
- <line num="412" count="0" type="cond" truecount="0" falsecount="6"/>
567
- <line num="413" count="0" type="stmt"/>
568
- <line num="431" count="0" type="stmt"/>
569
- <line num="432" count="0" type="stmt"/>
570
- <line num="433" count="0" type="stmt"/>
571
- <line num="434" count="0" type="stmt"/>
572
- <line num="435" count="0" type="stmt"/>
573
- <line num="436" count="0" type="stmt"/>
574
- <line num="437" count="0" type="stmt"/>
575
- <line num="438" count="0" type="stmt"/>
576
- <line num="440" count="0" type="stmt"/>
577
- <line num="450" count="0" type="stmt"/>
578
- <line num="469" count="0" type="stmt"/>
579
- <line num="472" count="0" type="stmt"/>
580
- <line num="473" count="0" type="stmt"/>
581
- <line num="474" count="0" type="stmt"/>
582
- <line num="475" count="0" type="stmt"/>
583
- <line num="476" count="0" type="stmt"/>
584
- <line num="477" count="0" type="cond" truecount="0" falsecount="4"/>
585
- <line num="478" count="0" type="stmt"/>
586
- <line num="479" count="0" type="stmt"/>
587
- <line num="482" count="0" type="stmt"/>
588
- <line num="486" count="0" type="stmt"/>
589
- <line num="487" count="0" type="stmt"/>
590
- <line num="489" count="0" type="stmt"/>
591
- <line num="498" count="0" type="stmt"/>
592
- <line num="505" count="0" type="stmt"/>
593
- <line num="516" count="0" type="stmt"/>
594
- <line num="530" count="0" type="stmt"/>
595
- <line num="554" count="0" type="stmt"/>
596
- <line num="555" count="0" type="stmt"/>
597
- <line num="556" count="0" type="stmt"/>
598
- <line num="557" count="0" type="stmt"/>
599
- <line num="558" count="0" type="stmt"/>
600
- <line num="559" count="0" type="stmt"/>
601
- <line num="560" count="0" type="stmt"/>
602
- <line num="561" count="0" type="stmt"/>
603
- <line num="562" count="0" type="stmt"/>
604
- <line num="566" count="0" type="stmt"/>
605
- <line num="568" count="0" type="stmt"/>
606
- <line num="577" count="0" type="stmt"/>
607
- <line num="584" count="0" type="stmt"/>
608
- <line num="585" count="0" type="stmt"/>
609
- <line num="586" count="0" type="stmt"/>
610
- <line num="590" count="0" type="cond" truecount="0" falsecount="2"/>
611
- <line num="591" count="0" type="stmt"/>
612
- <line num="602" count="0" type="stmt"/>
613
- <line num="609" count="0" type="cond" truecount="0" falsecount="2"/>
614
- <line num="610" count="0" type="stmt"/>
615
- <line num="621" count="0" type="stmt"/>
616
- <line num="623" count="0" type="stmt"/>
617
- <line num="647" count="0" type="stmt"/>
618
- <line num="648" count="0" type="stmt"/>
619
- <line num="649" count="0" type="stmt"/>
620
- <line num="650" count="0" type="stmt"/>
621
- <line num="651" count="0" type="stmt"/>
622
- <line num="652" count="0" type="cond" truecount="0" falsecount="4"/>
623
- <line num="653" count="0" type="stmt"/>
624
- <line num="654" count="0" type="stmt"/>
625
- <line num="657" count="0" type="stmt"/>
626
- <line num="659" count="0" type="stmt"/>
627
- </file>
628
- </package>
629
- <package name="components.user-system-access">
630
- <metrics statements="184" coveredstatements="44" conditionals="46" coveredconditionals="5" methods="25" coveredmethods="7"/>
631
- <file name="user-system-access.repository.ts" path="C:\Work\sso\src\components\user-system-access\user-system-access.repository.ts">
632
- <metrics statements="14" coveredstatements="4" conditionals="2" coveredconditionals="0" methods="3" coveredmethods="1"/>
633
- <line num="1" count="1" type="stmt"/>
634
- <line num="2" count="1" type="stmt"/>
635
- <line num="4" count="1" type="stmt"/>
636
- <line num="9" count="1" type="stmt"/>
637
- <line num="13" count="0" type="stmt"/>
638
- <line num="15" count="0" type="cond" truecount="0" falsecount="2"/>
639
- <line num="16" count="0" type="stmt"/>
640
- <line num="18" count="0" type="stmt"/>
641
- <line num="20" count="0" type="stmt"/>
642
- <line num="22" count="0" type="stmt"/>
643
- <line num="29" count="0" type="stmt"/>
644
- <line num="30" count="0" type="stmt"/>
645
- <line num="36" count="0" type="stmt"/>
646
- <line num="38" count="0" type="stmt"/>
647
- </file>
648
- <file name="user-system-access.ts" path="C:\Work\sso\src\components\user-system-access\user-system-access.ts">
649
- <metrics statements="170" coveredstatements="40" conditionals="44" coveredconditionals="5" methods="22" coveredmethods="6"/>
650
- <line num="1" count="1" type="stmt"/>
651
- <line num="2" count="1" type="stmt"/>
652
- <line num="5" count="1" type="stmt"/>
653
- <line num="6" count="1" type="stmt"/>
654
- <line num="7" count="1" type="stmt"/>
655
- <line num="8" count="1" type="stmt"/>
656
- <line num="9" count="1" type="stmt"/>
657
- <line num="10" count="1" type="stmt"/>
658
- <line num="11" count="1" type="stmt"/>
659
- <line num="12" count="1" type="stmt"/>
660
- <line num="13" count="1" type="stmt"/>
661
- <line num="14" count="1" type="stmt"/>
662
- <line num="16" count="1" type="stmt"/>
663
- <line num="18" count="1" type="stmt"/>
664
- <line num="19" count="6" type="stmt"/>
665
- <line num="20" count="6" type="stmt"/>
666
- <line num="33" count="2" type="stmt"/>
667
- <line num="37" count="2" type="stmt"/>
668
- <line num="41" count="2" type="stmt"/>
669
- <line num="45" count="2" type="stmt"/>
670
- <line num="48" count="1" type="stmt"/>
671
- <line num="49" count="1" type="stmt"/>
672
- <line num="52" count="6" type="stmt"/>
673
- <line num="53" count="6" type="cond" truecount="2" falsecount="0"/>
674
- <line num="54" count="4" type="stmt"/>
675
- <line num="55" count="4" type="stmt"/>
676
- <line num="56" count="4" type="stmt"/>
677
- <line num="57" count="4" type="stmt"/>
678
- <line num="58" count="4" type="stmt"/>
679
- <line num="59" count="4" type="stmt"/>
680
- <line num="60" count="4" type="stmt"/>
681
- <line num="61" count="4" type="stmt"/>
682
- <line num="66" count="2" type="stmt"/>
683
- <line num="67" count="2" type="stmt"/>
684
- <line num="68" count="2" type="cond" truecount="1" falsecount="1"/>
685
- <line num="69" count="2" type="stmt"/>
686
- <line num="73" count="2" type="cond" truecount="2" falsecount="0"/>
687
- <line num="74" count="1" type="stmt"/>
688
- <line num="78" count="1" type="stmt"/>
689
- <line num="85" count="0" type="stmt"/>
690
- <line num="87" count="1" type="stmt"/>
691
- <line num="120" count="0" type="stmt"/>
692
- <line num="126" count="0" type="stmt"/>
693
- <line num="127" count="0" type="stmt"/>
694
- <line num="128" count="0" type="stmt"/>
695
- <line num="132" count="0" type="cond" truecount="0" falsecount="2"/>
696
- <line num="133" count="0" type="stmt"/>
697
- <line num="142" count="0" type="stmt"/>
698
- <line num="168" count="0" type="stmt"/>
699
- <line num="169" count="0" type="stmt"/>
700
- <line num="171" count="0" type="stmt"/>
701
- <line num="189" count="0" type="stmt"/>
702
- <line num="205" count="0" type="stmt"/>
703
- <line num="206" count="0" type="stmt"/>
704
- <line num="211" count="0" type="cond" truecount="0" falsecount="2"/>
705
- <line num="212" count="0" type="stmt"/>
706
- <line num="219" count="0" type="stmt"/>
707
- <line num="221" count="0" type="stmt"/>
708
- <line num="223" count="0" type="cond" truecount="0" falsecount="2"/>
709
- <line num="224" count="0" type="stmt"/>
710
- <line num="225" count="0" type="stmt"/>
711
- <line num="229" count="0" type="stmt"/>
712
- <line num="235" count="0" type="cond" truecount="0" falsecount="4"/>
713
- <line num="236" count="0" type="stmt"/>
714
- <line num="259" count="0" type="stmt"/>
715
- <line num="260" count="0" type="stmt"/>
716
- <line num="262" count="0" type="stmt"/>
717
- <line num="276" count="0" type="stmt"/>
718
- <line num="277" count="0" type="stmt"/>
719
- <line num="282" count="0" type="cond" truecount="0" falsecount="2"/>
720
- <line num="283" count="0" type="stmt"/>
721
- <line num="290" count="0" type="stmt"/>
722
- <line num="292" count="0" type="stmt"/>
723
- <line num="294" count="0" type="cond" truecount="0" falsecount="2"/>
724
- <line num="295" count="0" type="stmt"/>
725
- <line num="302" count="0" type="stmt"/>
726
- <line num="317" count="0" type="stmt"/>
727
- <line num="322" count="0" type="stmt"/>
728
- <line num="323" count="0" type="stmt"/>
729
- <line num="324" count="0" type="stmt"/>
730
- <line num="325" count="0" type="stmt"/>
731
- <line num="326" count="0" type="stmt"/>
732
- <line num="328" count="0" type="stmt"/>
733
- <line num="335" count="0" type="stmt"/>
734
- <line num="337" count="0" type="stmt"/>
735
- <line num="351" count="0" type="stmt"/>
736
- <line num="352" count="0" type="stmt"/>
737
- <line num="357" count="0" type="cond" truecount="0" falsecount="2"/>
738
- <line num="358" count="0" type="stmt"/>
739
- <line num="365" count="0" type="stmt"/>
740
- <line num="367" count="0" type="stmt"/>
741
- <line num="369" count="0" type="cond" truecount="0" falsecount="2"/>
742
- <line num="370" count="0" type="stmt"/>
743
- <line num="377" count="0" type="stmt"/>
744
- <line num="390" count="0" type="stmt"/>
745
- <line num="405" count="0" type="stmt"/>
746
- <line num="407" count="0" type="stmt"/>
747
- <line num="408" count="0" type="stmt"/>
748
- <line num="409" count="0" type="stmt"/>
749
- <line num="411" count="0" type="stmt"/>
750
- <line num="418" count="0" type="stmt"/>
751
- <line num="420" count="0" type="stmt"/>
752
- <line num="431" count="0" type="stmt"/>
753
- <line num="437" count="0" type="stmt"/>
754
- <line num="438" count="0" type="stmt"/>
755
- <line num="439" count="0" type="stmt"/>
756
- <line num="443" count="0" type="cond" truecount="0" falsecount="2"/>
757
- <line num="444" count="0" type="stmt"/>
758
- <line num="458" count="0" type="stmt"/>
759
- <line num="463" count="0" type="cond" truecount="0" falsecount="6"/>
760
- <line num="464" count="0" type="stmt"/>
761
- <line num="482" count="0" type="stmt"/>
762
- <line num="483" count="0" type="stmt"/>
763
- <line num="484" count="0" type="stmt"/>
764
- <line num="485" count="0" type="stmt"/>
765
- <line num="486" count="0" type="stmt"/>
766
- <line num="487" count="0" type="stmt"/>
767
- <line num="488" count="0" type="stmt"/>
768
- <line num="489" count="0" type="stmt"/>
769
- <line num="491" count="0" type="stmt"/>
770
- <line num="501" count="0" type="stmt"/>
771
- <line num="520" count="0" type="stmt"/>
772
- <line num="523" count="0" type="stmt"/>
773
- <line num="524" count="0" type="stmt"/>
774
- <line num="525" count="0" type="stmt"/>
775
- <line num="526" count="0" type="stmt"/>
776
- <line num="527" count="0" type="stmt"/>
777
- <line num="528" count="0" type="cond" truecount="0" falsecount="4"/>
778
- <line num="529" count="0" type="stmt"/>
779
- <line num="530" count="0" type="stmt"/>
780
- <line num="533" count="0" type="stmt"/>
781
- <line num="537" count="0" type="stmt"/>
782
- <line num="538" count="0" type="stmt"/>
783
- <line num="540" count="0" type="stmt"/>
784
- <line num="549" count="0" type="stmt"/>
785
- <line num="557" count="0" type="stmt"/>
786
- <line num="566" count="0" type="stmt"/>
787
- <line num="580" count="0" type="stmt"/>
788
- <line num="603" count="0" type="stmt"/>
789
- <line num="604" count="0" type="stmt"/>
790
- <line num="605" count="0" type="stmt"/>
791
- <line num="606" count="0" type="stmt"/>
792
- <line num="607" count="0" type="stmt"/>
793
- <line num="608" count="0" type="stmt"/>
794
- <line num="609" count="0" type="stmt"/>
795
- <line num="610" count="0" type="stmt"/>
796
- <line num="611" count="0" type="stmt"/>
797
- <line num="618" count="0" type="stmt"/>
798
- <line num="620" count="0" type="stmt"/>
799
- <line num="629" count="0" type="stmt"/>
800
- <line num="636" count="0" type="stmt"/>
801
- <line num="637" count="0" type="stmt"/>
802
- <line num="638" count="0" type="stmt"/>
803
- <line num="642" count="0" type="cond" truecount="0" falsecount="2"/>
804
- <line num="643" count="0" type="stmt"/>
805
- <line num="654" count="0" type="stmt"/>
806
- <line num="661" count="0" type="cond" truecount="0" falsecount="2"/>
807
- <line num="662" count="0" type="stmt"/>
808
- <line num="673" count="0" type="stmt"/>
809
- <line num="678" count="0" type="stmt"/>
810
- <line num="702" count="0" type="stmt"/>
811
- <line num="703" count="0" type="stmt"/>
812
- <line num="704" count="0" type="stmt"/>
813
- <line num="705" count="0" type="stmt"/>
814
- <line num="706" count="0" type="stmt"/>
815
- <line num="707" count="0" type="cond" truecount="0" falsecount="4"/>
816
- <line num="708" count="0" type="stmt"/>
817
- <line num="709" count="0" type="stmt"/>
818
- <line num="712" count="0" type="stmt"/>
819
- <line num="714" count="0" type="stmt"/>
820
- </file>
821
- </package>
822
- <package name="enum">
823
- <metrics statements="32" coveredstatements="32" conditionals="12" coveredconditionals="12" methods="6" coveredmethods="6"/>
824
- <file name="api-key.enum.ts" path="C:\Work\sso\src\enum\api-key.enum.ts">
825
- <metrics statements="4" coveredstatements="4" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
826
- <line num="1" count="1" type="cond" truecount="2" falsecount="0"/>
827
- <line num="2" count="1" type="stmt"/>
828
- <line num="3" count="1" type="stmt"/>
829
- <line num="4" count="1" type="stmt"/>
830
- </file>
831
- <file name="group-type.enum.ts" path="C:\Work\sso\src\enum\group-type.enum.ts">
832
- <metrics statements="7" coveredstatements="7" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
833
- <line num="1" count="7" type="cond" truecount="2" falsecount="0"/>
834
- <line num="2" count="7" type="stmt"/>
835
- <line num="3" count="7" type="stmt"/>
836
- <line num="4" count="7" type="stmt"/>
837
- <line num="5" count="7" type="stmt"/>
838
- <line num="6" count="7" type="stmt"/>
839
- <line num="7" count="7" type="stmt"/>
840
- </file>
841
- <file name="index.ts" path="C:\Work\sso\src\enum\index.ts">
842
- <metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
843
- <line num="1" count="1" type="stmt"/>
844
- <line num="2" count="1" type="stmt"/>
845
- <line num="3" count="1" type="stmt"/>
846
- <line num="4" count="1" type="stmt"/>
847
- <line num="5" count="1" type="stmt"/>
848
- <line num="6" count="1" type="stmt"/>
849
- </file>
850
- <file name="login-status.enum.ts" path="C:\Work\sso\src\enum\login-status.enum.ts">
851
- <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
852
- <line num="1" count="1" type="cond" truecount="2" falsecount="0"/>
853
- <line num="2" count="1" type="stmt"/>
854
- <line num="3" count="1" type="stmt"/>
855
- </file>
856
- <file name="object-status.enum.ts" path="C:\Work\sso\src\enum\object-status.enum.ts">
857
- <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
858
- <line num="1" count="7" type="cond" truecount="2" falsecount="0"/>
859
- <line num="2" count="7" type="stmt"/>
860
- <line num="3" count="7" type="stmt"/>
861
- </file>
862
- <file name="user-status.enum.ts" path="C:\Work\sso\src\enum\user-status.enum.ts">
863
- <metrics statements="6" coveredstatements="6" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
864
- <line num="1" count="7" type="cond" truecount="2" falsecount="0"/>
865
- <line num="2" count="7" type="stmt"/>
866
- <line num="3" count="7" type="stmt"/>
867
- <line num="4" count="7" type="stmt"/>
868
- <line num="5" count="7" type="stmt"/>
869
- <line num="6" count="7" type="stmt"/>
870
- </file>
871
- <file name="yn.enum.ts" path="C:\Work\sso\src\enum\yn.enum.ts">
872
- <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
873
- <line num="1" count="7" type="cond" truecount="2" falsecount="0"/>
874
- <line num="2" count="7" type="stmt"/>
875
- <line num="3" count="7" type="stmt"/>
876
- </file>
877
- </package>
878
- <package name="models">
879
- <metrics statements="373" coveredstatements="272" conditionals="0" coveredconditionals="0" methods="102" coveredmethods="0"/>
880
- <file name="group-object-privilege.entity.ts" path="C:\Work\sso\src\models\group-object-privilege.entity.ts">
881
- <metrics statements="28" coveredstatements="20" conditionals="0" coveredconditionals="0" methods="8" coveredmethods="0"/>
882
- <line num="1" count="7" type="stmt"/>
883
- <line num="11" count="7" type="stmt"/>
884
- <line num="12" count="7" type="stmt"/>
885
- <line num="13" count="7" type="stmt"/>
886
- <line num="14" count="7" type="stmt"/>
887
- <line num="22" count="7" type="stmt"/>
888
- <line num="29" count="7" type="stmt"/>
889
- <line num="31" count="0" type="stmt"/>
890
- <line num="35" count="7" type="stmt"/>
891
- <line num="37" count="0" type="stmt"/>
892
- <line num="42" count="7" type="stmt"/>
893
- <line num="48" count="7" type="stmt"/>
894
- <line num="54" count="7" type="stmt"/>
895
- <line num="60" count="7" type="stmt"/>
896
- <line num="62" count="0" type="stmt"/>
897
- <line num="66" count="7" type="stmt"/>
898
- <line num="68" count="0" type="stmt"/>
899
- <line num="72" count="7" type="stmt"/>
900
- <line num="75" count="7" type="stmt"/>
901
- <line num="78" count="7" type="stmt"/>
902
- <line num="80" count="0" type="stmt"/>
903
- <line num="81" count="7" type="stmt"/>
904
- <line num="83" count="0" type="stmt"/>
905
- <line num="84" count="7" type="stmt"/>
906
- <line num="86" count="0" type="stmt"/>
907
- <line num="87" count="7" type="stmt"/>
908
- <line num="89" count="0" type="stmt"/>
909
- <line num="90" count="7" type="stmt"/>
910
- </file>
911
- <file name="group-privilege.entity.ts" path="C:\Work\sso\src\models\group-privilege.entity.ts">
912
- <metrics statements="25" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="8" coveredmethods="0"/>
913
- <line num="1" count="7" type="stmt"/>
914
- <line num="11" count="7" type="stmt"/>
915
- <line num="12" count="7" type="stmt"/>
916
- <line num="13" count="7" type="stmt"/>
917
- <line num="21" count="7" type="stmt"/>
918
- <line num="28" count="7" type="stmt"/>
919
- <line num="30" count="0" type="stmt"/>
920
- <line num="34" count="7" type="stmt"/>
921
- <line num="36" count="0" type="stmt"/>
922
- <line num="41" count="7" type="stmt"/>
923
- <line num="47" count="7" type="stmt"/>
924
- <line num="49" count="0" type="stmt"/>
925
- <line num="53" count="7" type="stmt"/>
926
- <line num="55" count="0" type="stmt"/>
927
- <line num="59" count="7" type="stmt"/>
928
- <line num="62" count="7" type="stmt"/>
929
- <line num="65" count="7" type="stmt"/>
930
- <line num="67" count="0" type="stmt"/>
931
- <line num="68" count="7" type="stmt"/>
932
- <line num="70" count="0" type="stmt"/>
933
- <line num="71" count="7" type="stmt"/>
934
- <line num="73" count="0" type="stmt"/>
935
- <line num="74" count="7" type="stmt"/>
936
- <line num="76" count="0" type="stmt"/>
937
- <line num="77" count="7" type="stmt"/>
938
- </file>
939
- <file name="group-reporting-user.entity.ts" path="C:\Work\sso\src\models\group-reporting-user.entity.ts">
940
- <metrics statements="25" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="8" coveredmethods="0"/>
941
- <line num="1" count="7" type="stmt"/>
942
- <line num="11" count="7" type="stmt"/>
943
- <line num="12" count="7" type="stmt"/>
944
- <line num="20" count="7" type="stmt"/>
945
- <line num="27" count="7" type="stmt"/>
946
- <line num="29" count="0" type="stmt"/>
947
- <line num="34" count="7" type="stmt"/>
948
- <line num="36" count="0" type="stmt"/>
949
- <line num="41" count="7" type="stmt"/>
950
- <line num="47" count="7" type="stmt"/>
951
- <line num="53" count="7" type="stmt"/>
952
- <line num="55" count="0" type="stmt"/>
953
- <line num="60" count="7" type="stmt"/>
954
- <line num="62" count="0" type="stmt"/>
955
- <line num="67" count="7" type="stmt"/>
956
- <line num="70" count="7" type="stmt"/>
957
- <line num="73" count="7" type="stmt"/>
958
- <line num="75" count="0" type="stmt"/>
959
- <line num="79" count="7" type="stmt"/>
960
- <line num="81" count="0" type="stmt"/>
961
- <line num="85" count="7" type="stmt"/>
962
- <line num="87" count="0" type="stmt"/>
963
- <line num="91" count="7" type="stmt"/>
964
- <line num="93" count="0" type="stmt"/>
965
- <line num="94" count="7" type="stmt"/>
966
- </file>
967
- <file name="group-system-access.entity.ts" path="C:\Work\sso\src\models\group-system-access.entity.ts">
968
- <metrics statements="25" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="8" coveredmethods="0"/>
969
- <line num="1" count="7" type="stmt"/>
970
- <line num="11" count="7" type="stmt"/>
971
- <line num="12" count="7" type="stmt"/>
972
- <line num="13" count="7" type="stmt"/>
973
- <line num="21" count="7" type="stmt"/>
974
- <line num="28" count="7" type="stmt"/>
975
- <line num="30" count="0" type="stmt"/>
976
- <line num="35" count="7" type="stmt"/>
977
- <line num="37" count="0" type="stmt"/>
978
- <line num="42" count="7" type="stmt"/>
979
- <line num="48" count="7" type="stmt"/>
980
- <line num="50" count="0" type="stmt"/>
981
- <line num="55" count="7" type="stmt"/>
982
- <line num="57" count="0" type="stmt"/>
983
- <line num="62" count="7" type="stmt"/>
984
- <line num="65" count="7" type="stmt"/>
985
- <line num="68" count="7" type="stmt"/>
986
- <line num="70" count="0" type="stmt"/>
987
- <line num="71" count="7" type="stmt"/>
988
- <line num="73" count="0" type="stmt"/>
989
- <line num="74" count="7" type="stmt"/>
990
- <line num="76" count="0" type="stmt"/>
991
- <line num="77" count="7" type="stmt"/>
992
- <line num="79" count="0" type="stmt"/>
993
- <line num="80" count="7" type="stmt"/>
994
- </file>
995
- <file name="group.entity.ts" path="C:\Work\sso\src\models\group.entity.ts">
996
- <metrics statements="43" coveredstatements="31" conditionals="0" coveredconditionals="0" methods="12" coveredmethods="0"/>
997
- <line num="1" count="7" type="stmt"/>
998
- <line num="12" count="7" type="stmt"/>
999
- <line num="13" count="7" type="stmt"/>
1000
- <line num="14" count="7" type="stmt"/>
1001
- <line num="15" count="7" type="stmt"/>
1002
- <line num="16" count="7" type="stmt"/>
1003
- <line num="17" count="7" type="stmt"/>
1004
- <line num="18" count="7" type="stmt"/>
1005
- <line num="26" count="7" type="stmt"/>
1006
- <line num="32" count="7" type="stmt"/>
1007
- <line num="38" count="7" type="stmt"/>
1008
- <line num="44" count="7" type="stmt"/>
1009
- <line num="50" count="7" type="stmt"/>
1010
- <line num="52" count="0" type="stmt"/>
1011
- <line num="57" count="7" type="stmt"/>
1012
- <line num="62" count="7" type="stmt"/>
1013
- <line num="67" count="7" type="stmt"/>
1014
- <line num="73" count="7" type="stmt"/>
1015
- <line num="79" count="7" type="stmt"/>
1016
- <line num="81" count="0" type="stmt"/>
1017
- <line num="86" count="7" type="stmt"/>
1018
- <line num="88" count="0" type="stmt"/>
1019
- <line num="93" count="7" type="stmt"/>
1020
- <line num="96" count="7" type="stmt"/>
1021
- <line num="99" count="7" type="stmt"/>
1022
- <line num="101" count="0" type="stmt"/>
1023
- <line num="102" count="7" type="stmt"/>
1024
- <line num="104" count="0" type="stmt"/>
1025
- <line num="105" count="7" type="stmt"/>
1026
- <line num="107" count="0" type="stmt"/>
1027
- <line num="108" count="7" type="stmt"/>
1028
- <line num="110" count="0" type="stmt"/>
1029
- <line num="111" count="7" type="stmt"/>
1030
- <line num="113" count="0" type="stmt"/>
1031
- <line num="114" count="7" type="stmt"/>
1032
- <line num="116" count="0" type="stmt"/>
1033
- <line num="117" count="7" type="stmt"/>
1034
- <line num="119" count="0" type="stmt"/>
1035
- <line num="120" count="7" type="stmt"/>
1036
- <line num="122" count="0" type="stmt"/>
1037
- <line num="123" count="7" type="stmt"/>
1038
- <line num="125" count="0" type="stmt"/>
1039
- <line num="126" count="7" type="stmt"/>
1040
- </file>
1041
- <file name="staff.entity.ts" path="C:\Work\sso\src\models\staff.entity.ts">
1042
- <metrics statements="21" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
1043
- <line num="1" count="7" type="stmt"/>
1044
- <line num="12" count="7" type="stmt"/>
1045
- <line num="20" count="7" type="stmt"/>
1046
- <line num="26" count="7" type="stmt"/>
1047
- <line num="28" count="0" type="stmt"/>
1048
- <line num="33" count="7" type="stmt"/>
1049
- <line num="39" count="7" type="stmt"/>
1050
- <line num="45" count="7" type="stmt"/>
1051
- <line num="51" count="7" type="stmt"/>
1052
- <line num="57" count="7" type="stmt"/>
1053
- <line num="63" count="7" type="stmt"/>
1054
- <line num="69" count="7" type="stmt"/>
1055
- <line num="75" count="7" type="stmt"/>
1056
- <line num="78" count="7" type="stmt"/>
1057
- <line num="81" count="7" type="stmt"/>
1058
- <line num="83" count="0" type="stmt"/>
1059
- <line num="84" count="7" type="stmt"/>
1060
- <line num="86" count="0" type="stmt"/>
1061
- <line num="87" count="7" type="stmt"/>
1062
- <line num="89" count="0" type="stmt"/>
1063
- <line num="90" count="7" type="stmt"/>
1064
- </file>
1065
- <file name="system-privilege.entity.ts" path="C:\Work\sso\src\models\system-privilege.entity.ts">
1066
- <metrics statements="25" coveredstatements="18" conditionals="0" coveredconditionals="0" methods="8" coveredmethods="0"/>
1067
- <line num="1" count="7" type="stmt"/>
1068
- <line num="12" count="7" type="stmt"/>
1069
- <line num="13" count="7" type="stmt"/>
1070
- <line num="14" count="7" type="stmt"/>
1071
- <line num="22" count="7" type="stmt"/>
1072
- <line num="29" count="7" type="stmt"/>
1073
- <line num="36" count="7" type="stmt"/>
1074
- <line num="38" count="0" type="stmt"/>
1075
- <line num="44" count="7" type="stmt"/>
1076
- <line num="51" count="7" type="stmt"/>
1077
- <line num="57" count="7" type="stmt"/>
1078
- <line num="59" count="0" type="stmt"/>
1079
- <line num="64" count="7" type="stmt"/>
1080
- <line num="66" count="0" type="stmt"/>
1081
- <line num="71" count="7" type="stmt"/>
1082
- <line num="74" count="7" type="stmt"/>
1083
- <line num="77" count="7" type="stmt"/>
1084
- <line num="79" count="0" type="stmt"/>
1085
- <line num="80" count="7" type="stmt"/>
1086
- <line num="82" count="0" type="stmt"/>
1087
- <line num="83" count="7" type="stmt"/>
1088
- <line num="85" count="0" type="stmt"/>
1089
- <line num="86" count="7" type="stmt"/>
1090
- <line num="88" count="0" type="stmt"/>
1091
- <line num="89" count="7" type="stmt"/>
1092
- </file>
1093
- <file name="system.entity.ts" path="C:\Work\sso\src\models\system.entity.ts">
1094
- <metrics statements="31" coveredstatements="24" conditionals="0" coveredconditionals="0" methods="7" coveredmethods="0"/>
1095
- <line num="1" count="7" type="stmt"/>
1096
- <line num="12" count="7" type="stmt"/>
1097
- <line num="13" count="7" type="stmt"/>
1098
- <line num="14" count="7" type="stmt"/>
1099
- <line num="15" count="7" type="stmt"/>
1100
- <line num="23" count="7" type="stmt"/>
1101
- <line num="29" count="7" type="stmt"/>
1102
- <line num="35" count="7" type="stmt"/>
1103
- <line num="41" count="7" type="stmt"/>
1104
- <line num="47" count="7" type="stmt"/>
1105
- <line num="53" count="7" type="stmt"/>
1106
- <line num="59" count="7" type="stmt"/>
1107
- <line num="65" count="7" type="stmt"/>
1108
- <line num="71" count="7" type="stmt"/>
1109
- <line num="77" count="7" type="stmt"/>
1110
- <line num="79" count="0" type="stmt"/>
1111
- <line num="84" count="7" type="stmt"/>
1112
- <line num="86" count="0" type="stmt"/>
1113
- <line num="91" count="7" type="stmt"/>
1114
- <line num="94" count="7" type="stmt"/>
1115
- <line num="97" count="7" type="stmt"/>
1116
- <line num="99" count="0" type="stmt"/>
1117
- <line num="100" count="7" type="stmt"/>
1118
- <line num="102" count="0" type="stmt"/>
1119
- <line num="103" count="7" type="stmt"/>
1120
- <line num="105" count="0" type="stmt"/>
1121
- <line num="106" count="7" type="stmt"/>
1122
- <line num="108" count="0" type="stmt"/>
1123
- <line num="109" count="7" type="stmt"/>
1124
- <line num="111" count="0" type="stmt"/>
1125
- <line num="112" count="7" type="stmt"/>
1126
- </file>
1127
- <file name="user-group.entity.ts" path="C:\Work\sso\src\models\user-group.entity.ts">
1128
- <metrics statements="26" coveredstatements="18" conditionals="0" coveredconditionals="0" methods="8" coveredmethods="0"/>
1129
- <line num="1" count="7" type="stmt"/>
1130
- <line num="11" count="7" type="stmt"/>
1131
- <line num="12" count="7" type="stmt"/>
1132
- <line num="20" count="7" type="stmt"/>
1133
- <line num="27" count="7" type="stmt"/>
1134
- <line num="29" count="0" type="stmt"/>
1135
- <line num="34" count="7" type="stmt"/>
1136
- <line num="36" count="0" type="stmt"/>
1137
- <line num="42" count="7" type="stmt"/>
1138
- <line num="48" count="7" type="stmt"/>
1139
- <line num="54" count="7" type="stmt"/>
1140
- <line num="60" count="7" type="stmt"/>
1141
- <line num="62" count="0" type="stmt"/>
1142
- <line num="66" count="7" type="stmt"/>
1143
- <line num="68" count="0" type="stmt"/>
1144
- <line num="72" count="7" type="stmt"/>
1145
- <line num="75" count="7" type="stmt"/>
1146
- <line num="78" count="7" type="stmt"/>
1147
- <line num="80" count="0" type="stmt"/>
1148
- <line num="81" count="7" type="stmt"/>
1149
- <line num="83" count="0" type="stmt"/>
1150
- <line num="84" count="7" type="stmt"/>
1151
- <line num="86" count="0" type="stmt"/>
1152
- <line num="87" count="7" type="stmt"/>
1153
- <line num="89" count="0" type="stmt"/>
1154
- <line num="90" count="7" type="stmt"/>
1155
- </file>
1156
- <file name="user-object-privilege.entity.ts" path="C:\Work\sso\src\models\user-object-privilege.entity.ts">
1157
- <metrics statements="27" coveredstatements="19" conditionals="0" coveredconditionals="0" methods="8" coveredmethods="0"/>
1158
- <line num="1" count="7" type="stmt"/>
1159
- <line num="11" count="7" type="stmt"/>
1160
- <line num="12" count="7" type="stmt"/>
1161
- <line num="13" count="7" type="stmt"/>
1162
- <line num="21" count="7" type="stmt"/>
1163
- <line num="28" count="7" type="stmt"/>
1164
- <line num="30" count="0" type="stmt"/>
1165
- <line num="34" count="7" type="stmt"/>
1166
- <line num="36" count="0" type="stmt"/>
1167
- <line num="41" count="7" type="stmt"/>
1168
- <line num="47" count="7" type="stmt"/>
1169
- <line num="53" count="7" type="stmt"/>
1170
- <line num="59" count="7" type="stmt"/>
1171
- <line num="61" count="0" type="stmt"/>
1172
- <line num="65" count="7" type="stmt"/>
1173
- <line num="67" count="0" type="stmt"/>
1174
- <line num="71" count="7" type="stmt"/>
1175
- <line num="74" count="7" type="stmt"/>
1176
- <line num="77" count="7" type="stmt"/>
1177
- <line num="79" count="0" type="stmt"/>
1178
- <line num="80" count="7" type="stmt"/>
1179
- <line num="82" count="0" type="stmt"/>
1180
- <line num="83" count="7" type="stmt"/>
1181
- <line num="85" count="0" type="stmt"/>
1182
- <line num="86" count="7" type="stmt"/>
1183
- <line num="88" count="0" type="stmt"/>
1184
- <line num="89" count="7" type="stmt"/>
1185
- </file>
1186
- <file name="user-privilege.entity.ts" path="C:\Work\sso\src\models\user-privilege.entity.ts">
1187
- <metrics statements="22" coveredstatements="16" conditionals="0" coveredconditionals="0" methods="6" coveredmethods="0"/>
1188
- <line num="1" count="7" type="stmt"/>
1189
- <line num="11" count="7" type="stmt"/>
1190
- <line num="12" count="7" type="stmt"/>
1191
- <line num="20" count="7" type="stmt"/>
1192
- <line num="27" count="7" type="stmt"/>
1193
- <line num="29" count="0" type="stmt"/>
1194
- <line num="34" count="7" type="stmt"/>
1195
- <line num="36" count="0" type="stmt"/>
1196
- <line num="42" count="7" type="stmt"/>
1197
- <line num="49" count="7" type="stmt"/>
1198
- <line num="54" count="7" type="stmt"/>
1199
- <line num="59" count="7" type="stmt"/>
1200
- <line num="62" count="7" type="stmt"/>
1201
- <line num="65" count="7" type="stmt"/>
1202
- <line num="67" count="0" type="stmt"/>
1203
- <line num="68" count="7" type="stmt"/>
1204
- <line num="70" count="0" type="stmt"/>
1205
- <line num="71" count="7" type="stmt"/>
1206
- <line num="73" count="0" type="stmt"/>
1207
- <line num="74" count="7" type="stmt"/>
1208
- <line num="76" count="0" type="stmt"/>
1209
- <line num="77" count="7" type="stmt"/>
1210
- </file>
1211
- <file name="user-system-access.entity.ts" path="C:\Work\sso\src\models\user-system-access.entity.ts">
1212
- <metrics statements="24" coveredstatements="16" conditionals="0" coveredconditionals="0" methods="8" coveredmethods="0"/>
1213
- <line num="1" count="7" type="stmt"/>
1214
- <line num="11" count="7" type="stmt"/>
1215
- <line num="12" count="7" type="stmt"/>
1216
- <line num="20" count="7" type="stmt"/>
1217
- <line num="27" count="7" type="stmt"/>
1218
- <line num="29" count="0" type="stmt"/>
1219
- <line num="34" count="7" type="stmt"/>
1220
- <line num="36" count="0" type="stmt"/>
1221
- <line num="41" count="7" type="stmt"/>
1222
- <line num="47" count="7" type="stmt"/>
1223
- <line num="49" count="0" type="stmt"/>
1224
- <line num="53" count="7" type="stmt"/>
1225
- <line num="55" count="0" type="stmt"/>
1226
- <line num="59" count="7" type="stmt"/>
1227
- <line num="62" count="7" type="stmt"/>
1228
- <line num="65" count="7" type="stmt"/>
1229
- <line num="67" count="0" type="stmt"/>
1230
- <line num="71" count="7" type="stmt"/>
1231
- <line num="73" count="0" type="stmt"/>
1232
- <line num="74" count="7" type="stmt"/>
1233
- <line num="76" count="0" type="stmt"/>
1234
- <line num="80" count="7" type="stmt"/>
1235
- <line num="82" count="0" type="stmt"/>
1236
- <line num="86" count="7" type="stmt"/>
1237
- </file>
1238
- <file name="user.entity.ts" path="C:\Work\sso\src\models\user.entity.ts">
1239
- <metrics statements="51" coveredstatements="42" conditionals="0" coveredconditionals="0" methods="9" coveredmethods="0"/>
1240
- <line num="1" count="7" type="stmt"/>
1241
- <line num="14" count="7" type="stmt"/>
1242
- <line num="15" count="7" type="stmt"/>
1243
- <line num="16" count="7" type="stmt"/>
1244
- <line num="17" count="7" type="stmt"/>
1245
- <line num="18" count="7" type="stmt"/>
1246
- <line num="19" count="7" type="stmt"/>
1247
- <line num="20" count="7" type="stmt"/>
1248
- <line num="28" count="7" type="stmt"/>
1249
- <line num="35" count="7" type="stmt"/>
1250
- <line num="41" count="7" type="stmt"/>
1251
- <line num="47" count="7" type="stmt"/>
1252
- <line num="53" count="7" type="stmt"/>
1253
- <line num="59" count="7" type="stmt"/>
1254
- <line num="65" count="7" type="stmt"/>
1255
- <line num="71" count="7" type="stmt"/>
1256
- <line num="77" count="7" type="stmt"/>
1257
- <line num="83" count="7" type="stmt"/>
1258
- <line num="89" count="7" type="stmt"/>
1259
- <line num="96" count="7" type="stmt"/>
1260
- <line num="101" count="7" type="stmt"/>
1261
- <line num="106" count="7" type="stmt"/>
1262
- <line num="111" count="7" type="stmt"/>
1263
- <line num="116" count="7" type="stmt"/>
1264
- <line num="121" count="7" type="stmt"/>
1265
- <line num="127" count="7" type="stmt"/>
1266
- <line num="132" count="7" type="stmt"/>
1267
- <line num="137" count="7" type="stmt"/>
1268
- <line num="143" count="7" type="stmt"/>
1269
- <line num="149" count="7" type="stmt"/>
1270
- <line num="154" count="7" type="stmt"/>
1271
- <line num="156" count="0" type="stmt"/>
1272
- <line num="160" count="7" type="stmt"/>
1273
- <line num="163" count="7" type="stmt"/>
1274
- <line num="165" count="0" type="stmt"/>
1275
- <line num="169" count="7" type="stmt"/>
1276
- <line num="172" count="7" type="stmt"/>
1277
- <line num="174" count="0" type="stmt"/>
1278
- <line num="175" count="7" type="stmt"/>
1279
- <line num="177" count="0" type="stmt"/>
1280
- <line num="178" count="7" type="stmt"/>
1281
- <line num="180" count="0" type="stmt"/>
1282
- <line num="181" count="7" type="stmt"/>
1283
- <line num="183" count="0" type="stmt"/>
1284
- <line num="184" count="7" type="stmt"/>
1285
- <line num="186" count="0" type="stmt"/>
1286
- <line num="187" count="7" type="stmt"/>
1287
- <line num="189" count="0" type="stmt"/>
1288
- <line num="193" count="7" type="stmt"/>
1289
- <line num="195" count="0" type="stmt"/>
1290
- <line num="199" count="7" type="stmt"/>
1291
- </file>
1292
- </package>
1293
- <package name="redis-client">
1294
- <metrics statements="34" coveredstatements="23" conditionals="11" coveredconditionals="6" methods="10" coveredmethods="5"/>
1295
- <file name="redis.service.ts" path="C:\Work\sso\src\redis-client\redis.service.ts">
1296
- <metrics statements="34" coveredstatements="23" conditionals="11" coveredconditionals="6" methods="10" coveredmethods="5"/>
1297
- <line num="1" count="2" type="stmt"/>
1298
- <line num="2" count="2" type="stmt"/>
1299
- <line num="8" count="5" type="cond" truecount="1" falsecount="1"/>
1300
- <line num="9" count="5" type="cond" truecount="2" falsecount="0"/>
1301
- <line num="11" count="2" type="stmt"/>
1302
- <line num="12" count="2" type="stmt"/>
1303
- <line num="13" count="2" type="stmt"/>
1304
- <line num="14" count="2" type="stmt"/>
1305
- <line num="15" count="2" type="cond" truecount="1" falsecount="1"/>
1306
- <line num="16" count="2" type="cond" truecount="1" falsecount="1"/>
1307
- <line num="17" count="2" type="stmt"/>
1308
- <line num="18" count="2" type="stmt"/>
1309
- <line num="23" count="2" type="stmt"/>
1310
- <line num="24" count="0" type="stmt"/>
1311
- <line num="26" count="2" type="stmt"/>
1312
- <line num="27" count="2" type="stmt"/>
1313
- <line num="28" count="0" type="stmt"/>
1314
- <line num="31" count="2" type="stmt"/>
1315
- <line num="34" count="0" type="stmt"/>
1316
- <line num="36" count="5" type="stmt"/>
1317
- <line num="40" count="4" type="stmt"/>
1318
- <line num="44" count="4" type="stmt"/>
1319
- <line num="45" count="4" type="cond" truecount="1" falsecount="1"/>
1320
- <line num="46" count="4" type="stmt"/>
1321
- <line num="48" count="0" type="stmt"/>
1322
- <line num="53" count="3" type="stmt"/>
1323
- <line num="54" count="3" type="stmt"/>
1324
- <line num="56" count="0" type="stmt"/>
1325
- <line num="61" count="0" type="stmt"/>
1326
- <line num="62" count="0" type="stmt"/>
1327
- <line num="64" count="0" type="stmt"/>
1328
- <line num="69" count="0" type="stmt"/>
1329
- <line num="70" count="0" type="stmt"/>
1330
- <line num="72" count="0" type="stmt"/>
1331
- </file>
1332
- </package>
1333
- <package name="session">
1334
- <metrics statements="40" coveredstatements="22" conditionals="11" coveredconditionals="7" methods="11" coveredmethods="8"/>
1335
- <file name="session.service.ts" path="C:\Work\sso\src\session\session.service.ts">
1336
- <metrics statements="40" coveredstatements="22" conditionals="11" coveredconditionals="7" methods="11" coveredmethods="8"/>
1337
- <line num="1" count="1" type="stmt"/>
1338
- <line num="5" count="1" type="stmt"/>
1339
- <line num="7" count="3" type="stmt"/>
1340
- <line num="12" count="3" type="stmt"/>
1341
- <line num="13" count="3" type="stmt"/>
1342
- <line num="14" count="3" type="cond" truecount="1" falsecount="1"/>
1343
- <line num="15" count="3" type="stmt"/>
1344
- <line num="16" count="0" type="cond" truecount="0" falsecount="2"/>
1345
- <line num="17" count="0" type="stmt"/>
1346
- <line num="19" count="3" type="stmt"/>
1347
- <line num="23" count="3" type="stmt"/>
1348
- <line num="28" count="3" type="stmt"/>
1349
- <line num="29" count="3" type="stmt"/>
1350
- <line num="30" count="3" type="stmt"/>
1351
- <line num="32" count="0" type="stmt"/>
1352
- <line num="37" count="2" type="stmt"/>
1353
- <line num="40" count="2" type="stmt"/>
1354
- <line num="41" count="2" type="stmt"/>
1355
- <line num="42" count="2" type="stmt"/>
1356
- <line num="43" count="2" type="cond" truecount="1" falsecount="1"/>
1357
- <line num="44" count="0" type="stmt"/>
1358
- <line num="47" count="2" type="stmt"/>
1359
- <line num="49" count="0" type="stmt"/>
1360
- <line num="54" count="1" type="stmt"/>
1361
- <line num="58" count="1" type="stmt"/>
1362
- <line num="59" count="1" type="stmt"/>
1363
- <line num="60" count="1" type="stmt"/>
1364
- <line num="62" count="0" type="stmt"/>
1365
- <line num="71" count="0" type="stmt"/>
1366
- <line num="72" count="0" type="stmt"/>
1367
- <line num="73" count="0" type="stmt"/>
1368
- <line num="75" count="0" type="stmt"/>
1369
- <line num="80" count="0" type="stmt"/>
1370
- <line num="81" count="0" type="stmt"/>
1371
- <line num="82" count="0" type="stmt"/>
1372
- <line num="84" count="0" type="stmt"/>
1373
- <line num="89" count="0" type="stmt"/>
1374
- <line num="90" count="0" type="stmt"/>
1375
- <line num="91" count="0" type="stmt"/>
1376
- <line num="93" count="0" type="stmt"/>
1377
- </file>
1378
- </package>
1379
- </project>
1380
- </coverage>