@prosopo/user-access-policy 3.5.27 → 3.5.28

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 (240) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +9 -9
  3. package/coverage/base.css +0 -224
  4. package/coverage/block-navigation.js +0 -87
  5. package/coverage/clover.xml +0 -786
  6. package/coverage/coverage-final.json +0 -15
  7. package/coverage/favicon.png +0 -0
  8. package/coverage/index.html +0 -146
  9. package/coverage/prettify.css +0 -1
  10. package/coverage/prettify.js +0 -2
  11. package/coverage/sort-arrow-sprite.png +0 -0
  12. package/coverage/sorter.js +0 -210
  13. package/coverage/src/accessPolicy.ts.html +0 -457
  14. package/coverage/src/accessPolicyResolver.ts.html +0 -211
  15. package/coverage/src/accessRules.ts.html +0 -265
  16. package/coverage/src/api/accessRuleApiRoutes.ts.html +0 -379
  17. package/coverage/src/api/accessRulesApiClient.ts.html +0 -274
  18. package/coverage/src/api/deleteAllRulesEndpoint.ts.html +0 -229
  19. package/coverage/src/api/deleteRulesEndpoint.ts.html +0 -301
  20. package/coverage/src/api/index.html +0 -176
  21. package/coverage/src/api/insertRulesEndpoint.ts.html +0 -436
  22. package/coverage/src/index.html +0 -176
  23. package/coverage/src/index.ts.html +0 -277
  24. package/coverage/src/redis/index.html +0 -161
  25. package/coverage/src/redis/redisRulesIndex.ts.html +0 -769
  26. package/coverage/src/redis/redisRulesReader.ts.html +0 -652
  27. package/coverage/src/redis/redisRulesStorage.ts.html +0 -229
  28. package/coverage/src/redis/redisRulesWriter.ts.html +0 -424
  29. package/coverage/src/util.ts.html +0 -136
  30. package/dist/.export.d.ts +0 -6
  31. package/dist/.export.d.ts.map +0 -1
  32. package/dist/.export.js.map +0 -1
  33. package/dist/accessPolicy.d.ts +0 -169
  34. package/dist/accessPolicy.d.ts.map +0 -1
  35. package/dist/accessPolicy.js +0 -80
  36. package/dist/accessPolicy.js.map +0 -1
  37. package/dist/accessPolicyResolver.d.ts +0 -110
  38. package/dist/accessPolicyResolver.d.ts.map +0 -1
  39. package/dist/accessPolicyResolver.js +0 -31
  40. package/dist/accessPolicyResolver.js.map +0 -1
  41. package/dist/accessRules.d.ts +0 -16
  42. package/dist/accessRules.d.ts.map +0 -1
  43. package/dist/accessRules.js +0 -11
  44. package/dist/accessRules.js.map +0 -1
  45. package/dist/api/.export.d.ts +0 -7
  46. package/dist/api/.export.d.ts.map +0 -1
  47. package/dist/api/.export.js.map +0 -1
  48. package/dist/api/accessRuleApiRoutes.d.ts +0 -27
  49. package/dist/api/accessRuleApiRoutes.d.ts.map +0 -1
  50. package/dist/api/accessRuleApiRoutes.js +0 -79
  51. package/dist/api/accessRuleApiRoutes.js.map +0 -1
  52. package/dist/api/accessRulesApiClient.d.ts +0 -10
  53. package/dist/api/accessRulesApiClient.d.ts.map +0 -1
  54. package/dist/api/accessRulesApiClient.js +0 -38
  55. package/dist/api/accessRulesApiClient.js.map +0 -1
  56. package/dist/api/delete/.export.d.ts +0 -2
  57. package/dist/api/delete/.export.d.ts.map +0 -1
  58. package/dist/api/delete/.export.js.map +0 -1
  59. package/dist/api/delete/deleteAllRules.d.ts +0 -11
  60. package/dist/api/delete/deleteAllRules.d.ts.map +0 -1
  61. package/dist/api/delete/deleteAllRules.js.map +0 -1
  62. package/dist/api/delete/deleteRuleGroups.d.ts +0 -19
  63. package/dist/api/delete/deleteRuleGroups.d.ts.map +0 -1
  64. package/dist/api/delete/deleteRuleGroups.js.map +0 -1
  65. package/dist/api/delete/deleteRules.d.ts +0 -15
  66. package/dist/api/delete/deleteRules.d.ts.map +0 -1
  67. package/dist/api/delete/deleteRules.js.map +0 -1
  68. package/dist/api/deleteAllRulesEndpoint.d.ts +0 -12
  69. package/dist/api/deleteAllRulesEndpoint.d.ts.map +0 -1
  70. package/dist/api/deleteAllRulesEndpoint.js +0 -24
  71. package/dist/api/deleteAllRulesEndpoint.js.map +0 -1
  72. package/dist/api/deleteRulesEndpoint.d.ts +0 -116
  73. package/dist/api/deleteRulesEndpoint.d.ts.map +0 -1
  74. package/dist/api/deleteRulesEndpoint.js +0 -34
  75. package/dist/api/deleteRulesEndpoint.js.map +0 -1
  76. package/dist/api/insertRulesEndpoint.d.ts +0 -22
  77. package/dist/api/insertRulesEndpoint.d.ts.map +0 -1
  78. package/dist/api/insertRulesEndpoint.js +0 -62
  79. package/dist/api/insertRulesEndpoint.js.map +0 -1
  80. package/dist/api/read/.export.d.ts +0 -4
  81. package/dist/api/read/.export.d.ts.map +0 -1
  82. package/dist/api/read/.export.js.map +0 -1
  83. package/dist/api/read/fetchRules.d.ts +0 -53
  84. package/dist/api/read/fetchRules.d.ts.map +0 -1
  85. package/dist/api/read/fetchRules.js.map +0 -1
  86. package/dist/api/read/findRuleIds.d.ts +0 -28
  87. package/dist/api/read/findRuleIds.d.ts.map +0 -1
  88. package/dist/api/read/findRuleIds.js.map +0 -1
  89. package/dist/api/read/getMissingIds.d.ts +0 -28
  90. package/dist/api/read/getMissingIds.d.ts.map +0 -1
  91. package/dist/api/read/getMissingIds.js.map +0 -1
  92. package/dist/api/ruleApiRoutes.d.ts +0 -43
  93. package/dist/api/ruleApiRoutes.d.ts.map +0 -1
  94. package/dist/api/ruleApiRoutes.js.map +0 -1
  95. package/dist/api/rulesApiClient.d.ts +0 -20
  96. package/dist/api/rulesApiClient.d.ts.map +0 -1
  97. package/dist/api/rulesApiClient.js.map +0 -1
  98. package/dist/api/write/.export.d.ts +0 -2
  99. package/dist/api/write/.export.d.ts.map +0 -1
  100. package/dist/api/write/.export.js.map +0 -1
  101. package/dist/api/write/insertRules.d.ts +0 -29
  102. package/dist/api/write/insertRules.d.ts.map +0 -1
  103. package/dist/api/write/insertRules.js.map +0 -1
  104. package/dist/api/write/rehashRules.d.ts +0 -11
  105. package/dist/api/write/rehashRules.d.ts.map +0 -1
  106. package/dist/api/write/rehashRules.js.map +0 -1
  107. package/dist/cjs/accessPolicy.cjs +0 -80
  108. package/dist/cjs/accessPolicyResolver.cjs +0 -31
  109. package/dist/cjs/accessRules.cjs +0 -11
  110. package/dist/cjs/api/accessRuleApiRoutes.cjs +0 -79
  111. package/dist/cjs/api/deleteAllRulesEndpoint.cjs +0 -24
  112. package/dist/cjs/api/deleteRulesEndpoint.cjs +0 -34
  113. package/dist/cjs/api/insertRulesEndpoint.cjs +0 -62
  114. package/dist/cjs/index.cjs +0 -29
  115. package/dist/cjs/redis/redisAccessRules.cjs +0 -152
  116. package/dist/cjs/redis/redisAccessRulesIndex.cjs +0 -171
  117. package/dist/cjs/redis/redisIndex.cjs +0 -22
  118. package/dist/cjs/util.cjs +0 -5
  119. package/dist/index.d.ts +0 -15
  120. package/dist/index.d.ts.map +0 -1
  121. package/dist/index.js +0 -32
  122. package/dist/index.js.map +0 -1
  123. package/dist/mongoose/.export.d.ts +0 -2
  124. package/dist/mongoose/.export.d.ts.map +0 -1
  125. package/dist/mongoose/.export.js.map +0 -1
  126. package/dist/mongoose/mongooseRuleSchema.d.ts +0 -4
  127. package/dist/mongoose/mongooseRuleSchema.d.ts.map +0 -1
  128. package/dist/mongoose/mongooseRuleSchema.js.map +0 -1
  129. package/dist/redis/.export.d.ts +0 -3
  130. package/dist/redis/.export.d.ts.map +0 -1
  131. package/dist/redis/.export.js.map +0 -1
  132. package/dist/redis/reader/redisAggregate.d.ts +0 -4
  133. package/dist/redis/reader/redisAggregate.d.ts.map +0 -1
  134. package/dist/redis/reader/redisAggregate.js.map +0 -1
  135. package/dist/redis/reader/redisRulesQuery.d.ts +0 -4
  136. package/dist/redis/reader/redisRulesQuery.d.ts.map +0 -1
  137. package/dist/redis/reader/redisRulesQuery.js.map +0 -1
  138. package/dist/redis/reader/redisRulesReader.d.ts +0 -26
  139. package/dist/redis/reader/redisRulesReader.d.ts.map +0 -1
  140. package/dist/redis/reader/redisRulesReader.js.map +0 -1
  141. package/dist/redis/redisAccessRules.d.ts +0 -7
  142. package/dist/redis/redisAccessRules.d.ts.map +0 -1
  143. package/dist/redis/redisAccessRules.js +0 -119
  144. package/dist/redis/redisAccessRules.js.map +0 -1
  145. package/dist/redis/redisAccessRulesIndex.d.ts +0 -13
  146. package/dist/redis/redisAccessRulesIndex.d.ts.map +0 -1
  147. package/dist/redis/redisAccessRulesIndex.js +0 -140
  148. package/dist/redis/redisAccessRulesIndex.js.map +0 -1
  149. package/dist/redis/redisClient.d.ts +0 -11
  150. package/dist/redis/redisClient.d.ts.map +0 -1
  151. package/dist/redis/redisClient.js.map +0 -1
  152. package/dist/redis/redisIndex.d.ts +0 -9
  153. package/dist/redis/redisIndex.d.ts.map +0 -1
  154. package/dist/redis/redisIndex.js +0 -23
  155. package/dist/redis/redisIndex.js.map +0 -1
  156. package/dist/redis/redisRuleIndex.d.ts +0 -13
  157. package/dist/redis/redisRuleIndex.d.ts.map +0 -1
  158. package/dist/redis/redisRuleIndex.js.map +0 -1
  159. package/dist/redis/redisRulesIndex.d.ts +0 -9
  160. package/dist/redis/redisRulesIndex.d.ts.map +0 -1
  161. package/dist/redis/redisRulesIndex.js +0 -138
  162. package/dist/redis/redisRulesIndex.js.map +0 -1
  163. package/dist/redis/redisRulesReader.d.ts +0 -6
  164. package/dist/redis/redisRulesReader.d.ts.map +0 -1
  165. package/dist/redis/redisRulesReader.js +0 -125
  166. package/dist/redis/redisRulesReader.js.map +0 -1
  167. package/dist/redis/redisRulesStorage.d.ts +0 -5
  168. package/dist/redis/redisRulesStorage.d.ts.map +0 -1
  169. package/dist/redis/redisRulesStorage.js.map +0 -1
  170. package/dist/redis/redisRulesWriter.d.ts +0 -22
  171. package/dist/redis/redisRulesWriter.d.ts.map +0 -1
  172. package/dist/redis/redisRulesWriter.js.map +0 -1
  173. package/dist/rule.d.ts +0 -34
  174. package/dist/rule.d.ts.map +0 -1
  175. package/dist/rule.js.map +0 -1
  176. package/dist/ruleInput/.export.d.ts +0 -4
  177. package/dist/ruleInput/.export.d.ts.map +0 -1
  178. package/dist/ruleInput/.export.js.map +0 -1
  179. package/dist/ruleInput/policyInput.d.ts +0 -38
  180. package/dist/ruleInput/policyInput.d.ts.map +0 -1
  181. package/dist/ruleInput/policyInput.js.map +0 -1
  182. package/dist/ruleInput/ruleInput.d.ts +0 -145
  183. package/dist/ruleInput/ruleInput.d.ts.map +0 -1
  184. package/dist/ruleInput/ruleInput.js.map +0 -1
  185. package/dist/ruleInput/userScopeInput.d.ts +0 -93
  186. package/dist/ruleInput/userScopeInput.d.ts.map +0 -1
  187. package/dist/ruleInput/userScopeInput.js.map +0 -1
  188. package/dist/ruleRecord.d.ts +0 -18
  189. package/dist/ruleRecord.d.ts.map +0 -1
  190. package/dist/ruleRecord.js.map +0 -1
  191. package/dist/rulesStorage.d.ts +0 -30
  192. package/dist/rulesStorage.d.ts.map +0 -1
  193. package/dist/rulesStorage.js.map +0 -1
  194. package/dist/tests/accessPolicy.test.d.ts +0 -2
  195. package/dist/tests/accessPolicy.test.d.ts.map +0 -1
  196. package/dist/tests/accessPolicy.test.js +0 -27
  197. package/dist/tests/accessPolicy.test.js.map +0 -1
  198. package/dist/tests/redis/reader/redisRulesQuery.unit.test.d.ts +0 -2
  199. package/dist/tests/redis/reader/redisRulesQuery.unit.test.d.ts.map +0 -1
  200. package/dist/tests/redis/reader/redisRulesQuery.unit.test.js +0 -101
  201. package/dist/tests/redis/reader/redisRulesQuery.unit.test.js.map +0 -1
  202. package/dist/tests/redis/redisAccessRules.integration.test.d.ts +0 -2
  203. package/dist/tests/redis/redisAccessRules.integration.test.d.ts.map +0 -1
  204. package/dist/tests/redis/redisAccessRules.integration.test.js +0 -586
  205. package/dist/tests/redis/redisAccessRules.integration.test.js.map +0 -1
  206. package/dist/tests/redis/redisAccessRules.unit.test.d.ts +0 -2
  207. package/dist/tests/redis/redisAccessRules.unit.test.d.ts.map +0 -1
  208. package/dist/tests/redis/redisAccessRules.unit.test.js +0 -198
  209. package/dist/tests/redis/redisAccessRules.unit.test.js.map +0 -1
  210. package/dist/tests/redis/redisIndex.integration.test.d.ts +0 -2
  211. package/dist/tests/redis/redisIndex.integration.test.d.ts.map +0 -1
  212. package/dist/tests/redis/redisIndex.integration.test.js +0 -80
  213. package/dist/tests/redis/redisIndex.integration.test.js.map +0 -1
  214. package/dist/tests/redis/redisRulesIndex.unit.test.d.ts +0 -2
  215. package/dist/tests/redis/redisRulesIndex.unit.test.d.ts.map +0 -1
  216. package/dist/tests/redis/redisRulesIndex.unit.test.js +0 -101
  217. package/dist/tests/redis/redisRulesIndex.unit.test.js.map +0 -1
  218. package/dist/tests/redis/redisRulesStorage.integration.test.d.ts +0 -2
  219. package/dist/tests/redis/redisRulesStorage.integration.test.d.ts.map +0 -1
  220. package/dist/tests/redis/redisRulesStorage.integration.test.js +0 -611
  221. package/dist/tests/redis/redisRulesStorage.integration.test.js.map +0 -1
  222. package/dist/tests/redis/testRedisClient.d.ts +0 -3
  223. package/dist/tests/redis/testRedisClient.d.ts.map +0 -1
  224. package/dist/tests/redis/testRedisClient.js +0 -8
  225. package/dist/tests/redis/testRedisClient.js.map +0 -1
  226. package/dist/tests/testLogger.d.ts +0 -4
  227. package/dist/tests/testLogger.d.ts.map +0 -1
  228. package/dist/tests/testLogger.js +0 -22
  229. package/dist/tests/testLogger.js.map +0 -1
  230. package/dist/tests/transformRule.unit.test.d.ts +0 -2
  231. package/dist/tests/transformRule.unit.test.d.ts.map +0 -1
  232. package/dist/tests/transformRule.unit.test.js +0 -188
  233. package/dist/tests/transformRule.unit.test.js.map +0 -1
  234. package/dist/transformRule.d.ts +0 -7
  235. package/dist/transformRule.d.ts.map +0 -1
  236. package/dist/transformRule.js.map +0 -1
  237. package/dist/util.d.ts +0 -2
  238. package/dist/util.d.ts.map +0 -1
  239. package/dist/util.js +0 -5
  240. package/dist/util.js.map +0 -1
@@ -1,786 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1759137908023" clover="3.2.0">
3
- <project timestamp="1759137908023" name="All files">
4
- <metrics statements="729" coveredstatements="0" conditionals="14" coveredconditionals="14" methods="14" coveredmethods="14" elements="757" coveredelements="28" complexity="0" loc="729" ncloc="729" packages="3" files="14" classes="14"/>
5
- <package name="src">
6
- <metrics statements="103" coveredstatements="0" conditionals="5" coveredconditionals="5" methods="5" coveredmethods="5"/>
7
- <file name="accessPolicy.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/user-access-policy/src/accessPolicy.ts">
8
- <metrics statements="64" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
9
- <line num="16" count="0" type="stmt"/>
10
- <line num="17" count="0" type="stmt"/>
11
- <line num="18" count="0" type="stmt"/>
12
- <line num="19" count="0" type="stmt"/>
13
- <line num="20" count="0" type="stmt"/>
14
- <line num="22" count="0" type="stmt"/>
15
- <line num="23" count="0" type="stmt"/>
16
- <line num="24" count="0" type="stmt"/>
17
- <line num="27" count="0" type="stmt"/>
18
- <line num="36" count="0" type="stmt"/>
19
- <line num="37" count="0" type="stmt"/>
20
- <line num="38" count="0" type="stmt"/>
21
- <line num="39" count="0" type="stmt"/>
22
- <line num="41" count="0" type="stmt"/>
23
- <line num="43" count="0" type="stmt"/>
24
- <line num="45" count="0" type="stmt"/>
25
- <line num="47" count="0" type="stmt"/>
26
- <line num="49" count="0" type="stmt"/>
27
- <line num="50" count="0" type="stmt"/>
28
- <line num="52" count="0" type="stmt"/>
29
- <line num="53" count="0" type="stmt"/>
30
- <line num="54" count="0" type="stmt"/>
31
- <line num="55" count="0" type="stmt"/>
32
- <line num="57" count="0" type="stmt"/>
33
- <line num="59" count="0" type="stmt"/>
34
- <line num="60" count="0" type="stmt"/>
35
- <line num="61" count="0" type="stmt"/>
36
- <line num="62" count="0" type="stmt"/>
37
- <line num="63" count="0" type="stmt"/>
38
- <line num="64" count="0" type="stmt"/>
39
- <line num="65" count="0" type="stmt"/>
40
- <line num="66" count="0" type="stmt"/>
41
- <line num="68" count="0" type="stmt"/>
42
- <line num="69" count="0" type="stmt"/>
43
- <line num="72" count="0" type="stmt"/>
44
- <line num="74" count="0" type="stmt"/>
45
- <line num="76" count="0" type="stmt"/>
46
- <line num="77" count="0" type="stmt"/>
47
- <line num="78" count="0" type="stmt"/>
48
- <line num="80" count="0" type="stmt"/>
49
- <line num="82" count="0" type="stmt"/>
50
- <line num="83" count="0" type="stmt"/>
51
- <line num="84" count="0" type="stmt"/>
52
- <line num="87" count="0" type="stmt"/>
53
- <line num="90" count="0" type="stmt"/>
54
- <line num="93" count="0" type="stmt"/>
55
- <line num="96" count="0" type="stmt"/>
56
- <line num="97" count="0" type="stmt"/>
57
- <line num="99" count="0" type="stmt"/>
58
- <line num="100" count="0" type="stmt"/>
59
- <line num="101" count="0" type="stmt"/>
60
- <line num="103" count="0" type="stmt"/>
61
- <line num="104" count="0" type="stmt"/>
62
- <line num="112" count="0" type="stmt"/>
63
- <line num="113" count="0" type="stmt"/>
64
- <line num="115" count="0" type="stmt"/>
65
- <line num="116" count="0" type="stmt"/>
66
- <line num="117" count="0" type="stmt"/>
67
- <line num="118" count="0" type="stmt"/>
68
- <line num="119" count="0" type="stmt"/>
69
- <line num="120" count="0" type="stmt"/>
70
- <line num="121" count="0" type="stmt"/>
71
- <line num="122" count="0" type="stmt"/>
72
- <line num="123" count="0" type="stmt"/>
73
- </file>
74
- <file name="accessPolicyResolver.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/user-access-policy/src/accessPolicyResolver.ts">
75
- <metrics statements="11" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
76
- <line num="15" count="0" type="stmt"/>
77
- <line num="16" count="0" type="stmt"/>
78
- <line num="21" count="0" type="stmt"/>
79
- <line num="22" count="0" type="stmt"/>
80
- <line num="23" count="0" type="stmt"/>
81
- <line num="26" count="0" type="stmt"/>
82
- <line num="27" count="0" type="stmt"/>
83
- <line num="32" count="0" type="stmt"/>
84
- <line num="33" count="0" type="stmt"/>
85
- <line num="38" count="0" type="stmt"/>
86
- <line num="39" count="0" type="stmt"/>
87
- </file>
88
- <file name="accessRules.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/user-access-policy/src/accessRules.ts">
89
- <metrics statements="8" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
90
- <line num="15" count="0" type="stmt"/>
91
- <line num="16" count="0" type="stmt"/>
92
- <line num="23" count="0" type="stmt"/>
93
- <line num="27" count="0" type="stmt"/>
94
- <line num="29" count="0" type="stmt"/>
95
- <line num="30" count="0" type="stmt"/>
96
- <line num="31" count="0" type="stmt"/>
97
- <line num="32" count="0" type="stmt"/>
98
- </file>
99
- <file name="index.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/user-access-policy/src/index.ts">
100
- <metrics statements="17" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
101
- <line num="15" count="0" type="stmt"/>
102
- <line num="27" count="0" type="stmt"/>
103
- <line num="28" count="0" type="stmt"/>
104
- <line num="33" count="0" type="stmt"/>
105
- <line num="37" count="0" type="stmt"/>
106
- <line num="41" count="0" type="stmt"/>
107
- <line num="46" count="0" type="stmt"/>
108
- <line num="51" count="0" type="stmt"/>
109
- <line num="52" count="0" type="stmt"/>
110
- <line num="53" count="0" type="stmt"/>
111
- <line num="54" count="0" type="stmt"/>
112
- <line num="58" count="0" type="stmt"/>
113
- <line num="60" count="0" type="stmt"/>
114
- <line num="61" count="0" type="stmt"/>
115
- <line num="62" count="0" type="stmt"/>
116
- <line num="63" count="0" type="stmt"/>
117
- <line num="64" count="0" type="stmt"/>
118
- </file>
119
- <file name="util.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/user-access-policy/src/util.ts">
120
- <metrics statements="3" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
121
- <line num="14" count="0" type="stmt"/>
122
- <line num="16" count="0" type="stmt"/>
123
- <line num="17" count="0" type="stmt"/>
124
- </file>
125
- </package>
126
- <package name="src.api">
127
- <metrics statements="235" coveredstatements="0" conditionals="5" coveredconditionals="5" methods="5" coveredmethods="5"/>
128
- <file name="accessRuleApiRoutes.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/user-access-policy/src/api/accessRuleApiRoutes.ts">
129
- <metrics statements="71" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
130
- <line num="17" count="0" type="stmt"/>
131
- <line num="18" count="0" type="stmt"/>
132
- <line num="19" count="0" type="stmt"/>
133
- <line num="21" count="0" type="stmt"/>
134
- <line num="22" count="0" type="stmt"/>
135
- <line num="23" count="0" type="stmt"/>
136
- <line num="24" count="0" type="stmt"/>
137
- <line num="29" count="0" type="stmt"/>
138
- <line num="30" count="0" type="stmt"/>
139
- <line num="32" count="0" type="stmt"/>
140
- <line num="33" count="0" type="stmt"/>
141
- <line num="34" count="0" type="stmt"/>
142
- <line num="35" count="0" type="stmt"/>
143
- <line num="36" count="0" type="stmt"/>
144
- <line num="37" count="0" type="stmt"/>
145
- <line num="38" count="0" type="stmt"/>
146
- <line num="39" count="0" type="stmt"/>
147
- <line num="40" count="0" type="stmt"/>
148
- <line num="41" count="0" type="stmt"/>
149
- <line num="42" count="0" type="stmt"/>
150
- <line num="43" count="0" type="stmt"/>
151
- <line num="44" count="0" type="stmt"/>
152
- <line num="45" count="0" type="stmt"/>
153
- <line num="46" count="0" type="stmt"/>
154
- <line num="47" count="0" type="stmt"/>
155
- <line num="48" count="0" type="stmt"/>
156
- <line num="50" count="0" type="stmt"/>
157
- <line num="51" count="0" type="stmt"/>
158
- <line num="52" count="0" type="stmt"/>
159
- <line num="54" count="0" type="stmt"/>
160
- <line num="55" count="0" type="stmt"/>
161
- <line num="56" count="0" type="stmt"/>
162
- <line num="57" count="0" type="stmt"/>
163
- <line num="58" count="0" type="stmt"/>
164
- <line num="59" count="0" type="stmt"/>
165
- <line num="60" count="0" type="stmt"/>
166
- <line num="61" count="0" type="stmt"/>
167
- <line num="62" count="0" type="stmt"/>
168
- <line num="63" count="0" type="stmt"/>
169
- <line num="64" count="0" type="stmt"/>
170
- <line num="65" count="0" type="stmt"/>
171
- <line num="66" count="0" type="stmt"/>
172
- <line num="67" count="0" type="stmt"/>
173
- <line num="68" count="0" type="stmt"/>
174
- <line num="69" count="0" type="stmt"/>
175
- <line num="70" count="0" type="stmt"/>
176
- <line num="71" count="0" type="stmt"/>
177
- <line num="72" count="0" type="stmt"/>
178
- <line num="73" count="0" type="stmt"/>
179
- <line num="74" count="0" type="stmt"/>
180
- <line num="75" count="0" type="stmt"/>
181
- <line num="76" count="0" type="stmt"/>
182
- <line num="77" count="0" type="stmt"/>
183
- <line num="78" count="0" type="stmt"/>
184
- <line num="79" count="0" type="stmt"/>
185
- <line num="80" count="0" type="stmt"/>
186
- <line num="81" count="0" type="stmt"/>
187
- <line num="82" count="0" type="stmt"/>
188
- <line num="83" count="0" type="stmt"/>
189
- <line num="84" count="0" type="stmt"/>
190
- <line num="85" count="0" type="stmt"/>
191
- <line num="86" count="0" type="stmt"/>
192
- <line num="88" count="0" type="stmt"/>
193
- <line num="89" count="0" type="stmt"/>
194
- <line num="90" count="0" type="stmt"/>
195
- <line num="91" count="0" type="stmt"/>
196
- <line num="93" count="0" type="stmt"/>
197
- <line num="94" count="0" type="stmt"/>
198
- <line num="95" count="0" type="stmt"/>
199
- <line num="97" count="0" type="stmt"/>
200
- <line num="98" count="0" type="stmt"/>
201
- </file>
202
- <file name="accessRulesApiClient.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/user-access-policy/src/api/accessRulesApiClient.ts">
203
- <metrics statements="43" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
204
- <line num="15" count="0" type="stmt"/>
205
- <line num="17" count="0" type="stmt"/>
206
- <line num="21" count="0" type="stmt"/>
207
- <line num="22" count="0" type="stmt"/>
208
- <line num="23" count="0" type="stmt"/>
209
- <line num="24" count="0" type="stmt"/>
210
- <line num="25" count="0" type="stmt"/>
211
- <line num="26" count="0" type="stmt"/>
212
- <line num="27" count="0" type="stmt"/>
213
- <line num="28" count="0" type="stmt"/>
214
- <line num="29" count="0" type="stmt"/>
215
- <line num="30" count="0" type="stmt"/>
216
- <line num="31" count="0" type="stmt"/>
217
- <line num="32" count="0" type="stmt"/>
218
- <line num="33" count="0" type="stmt"/>
219
- <line num="34" count="0" type="stmt"/>
220
- <line num="36" count="0" type="stmt"/>
221
- <line num="37" count="0" type="stmt"/>
222
- <line num="38" count="0" type="stmt"/>
223
- <line num="39" count="0" type="stmt"/>
224
- <line num="40" count="0" type="stmt"/>
225
- <line num="41" count="0" type="stmt"/>
226
- <line num="42" count="0" type="stmt"/>
227
- <line num="43" count="0" type="stmt"/>
228
- <line num="44" count="0" type="stmt"/>
229
- <line num="45" count="0" type="stmt"/>
230
- <line num="46" count="0" type="stmt"/>
231
- <line num="47" count="0" type="stmt"/>
232
- <line num="48" count="0" type="stmt"/>
233
- <line num="50" count="0" type="stmt"/>
234
- <line num="51" count="0" type="stmt"/>
235
- <line num="52" count="0" type="stmt"/>
236
- <line num="53" count="0" type="stmt"/>
237
- <line num="54" count="0" type="stmt"/>
238
- <line num="55" count="0" type="stmt"/>
239
- <line num="56" count="0" type="stmt"/>
240
- <line num="57" count="0" type="stmt"/>
241
- <line num="58" count="0" type="stmt"/>
242
- <line num="59" count="0" type="stmt"/>
243
- <line num="60" count="0" type="stmt"/>
244
- <line num="61" count="0" type="stmt"/>
245
- <line num="62" count="0" type="stmt"/>
246
- <line num="63" count="0" type="stmt"/>
247
- </file>
248
- <file name="deleteAllRulesEndpoint.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/user-access-policy/src/api/deleteAllRulesEndpoint.ts">
249
- <metrics statements="21" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
250
- <line num="15" count="0" type="stmt"/>
251
- <line num="20" count="0" type="stmt"/>
252
- <line num="23" count="0" type="stmt"/>
253
- <line num="27" count="0" type="stmt"/>
254
- <line num="29" count="0" type="stmt"/>
255
- <line num="30" count="0" type="stmt"/>
256
- <line num="32" count="0" type="stmt"/>
257
- <line num="33" count="0" type="stmt"/>
258
- <line num="34" count="0" type="stmt"/>
259
- <line num="35" count="0" type="stmt"/>
260
- <line num="37" count="0" type="stmt"/>
261
- <line num="38" count="0" type="stmt"/>
262
- <line num="39" count="0" type="stmt"/>
263
- <line num="40" count="0" type="stmt"/>
264
- <line num="41" count="0" type="stmt"/>
265
- <line num="42" count="0" type="stmt"/>
266
- <line num="43" count="0" type="stmt"/>
267
- <line num="45" count="0" type="stmt"/>
268
- <line num="46" count="0" type="stmt"/>
269
- <line num="47" count="0" type="stmt"/>
270
- <line num="48" count="0" type="stmt"/>
271
- </file>
272
- <file name="deleteRulesEndpoint.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/user-access-policy/src/api/deleteRulesEndpoint.ts">
273
- <metrics statements="32" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
274
- <line num="15" count="0" type="stmt"/>
275
- <line num="20" count="0" type="stmt"/>
276
- <line num="21" count="0" type="stmt"/>
277
- <line num="24" count="0" type="stmt"/>
278
- <line num="36" count="0" type="stmt"/>
279
- <line num="38" count="0" type="stmt"/>
280
- <line num="39" count="0" type="stmt"/>
281
- <line num="41" count="0" type="stmt"/>
282
- <line num="42" count="0" type="stmt"/>
283
- <line num="43" count="0" type="stmt"/>
284
- <line num="44" count="0" type="stmt"/>
285
- <line num="46" count="0" type="stmt"/>
286
- <line num="47" count="0" type="stmt"/>
287
- <line num="48" count="0" type="stmt"/>
288
- <line num="49" count="0" type="stmt"/>
289
- <line num="51" count="0" type="stmt"/>
290
- <line num="52" count="0" type="stmt"/>
291
- <line num="55" count="0" type="stmt"/>
292
- <line num="57" count="0" type="stmt"/>
293
- <line num="58" count="0" type="stmt"/>
294
- <line num="59" count="0" type="stmt"/>
295
- <line num="61" count="0" type="stmt"/>
296
- <line num="62" count="0" type="stmt"/>
297
- <line num="63" count="0" type="stmt"/>
298
- <line num="64" count="0" type="stmt"/>
299
- <line num="65" count="0" type="stmt"/>
300
- <line num="66" count="0" type="stmt"/>
301
- <line num="67" count="0" type="stmt"/>
302
- <line num="69" count="0" type="stmt"/>
303
- <line num="70" count="0" type="stmt"/>
304
- <line num="71" count="0" type="stmt"/>
305
- <line num="72" count="0" type="stmt"/>
306
- </file>
307
- <file name="insertRulesEndpoint.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/user-access-policy/src/api/insertRulesEndpoint.ts">
308
- <metrics statements="68" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
309
- <line num="15" count="0" type="stmt"/>
310
- <line num="20" count="0" type="stmt"/>
311
- <line num="21" count="0" type="stmt"/>
312
- <line num="22" count="0" type="stmt"/>
313
- <line num="29" count="0" type="stmt"/>
314
- <line num="34" count="0" type="stmt"/>
315
- <line num="35" count="0" type="stmt"/>
316
- <line num="36" count="0" type="stmt"/>
317
- <line num="37" count="0" type="stmt"/>
318
- <line num="38" count="0" type="stmt"/>
319
- <line num="39" count="0" type="stmt"/>
320
- <line num="40" count="0" type="stmt"/>
321
- <line num="41" count="0" type="stmt"/>
322
- <line num="42" count="0" type="stmt"/>
323
- <line num="54" count="0" type="stmt"/>
324
- <line num="56" count="0" type="stmt"/>
325
- <line num="57" count="0" type="stmt"/>
326
- <line num="59" count="0" type="stmt"/>
327
- <line num="60" count="0" type="stmt"/>
328
- <line num="61" count="0" type="stmt"/>
329
- <line num="62" count="0" type="stmt"/>
330
- <line num="63" count="0" type="stmt"/>
331
- <line num="65" count="0" type="stmt"/>
332
- <line num="66" count="0" type="stmt"/>
333
- <line num="67" count="0" type="stmt"/>
334
- <line num="68" count="0" type="stmt"/>
335
- <line num="69" count="0" type="stmt"/>
336
- <line num="70" count="0" type="stmt"/>
337
- <line num="71" count="0" type="stmt"/>
338
- <line num="73" count="0" type="stmt"/>
339
- <line num="74" count="0" type="stmt"/>
340
- <line num="75" count="0" type="stmt"/>
341
- <line num="76" count="0" type="stmt"/>
342
- <line num="77" count="0" type="stmt"/>
343
- <line num="78" count="0" type="stmt"/>
344
- <line num="79" count="0" type="stmt"/>
345
- <line num="80" count="0" type="stmt"/>
346
- <line num="81" count="0" type="stmt"/>
347
- <line num="82" count="0" type="stmt"/>
348
- <line num="83" count="0" type="stmt"/>
349
- <line num="84" count="0" type="stmt"/>
350
- <line num="85" count="0" type="stmt"/>
351
- <line num="86" count="0" type="stmt"/>
352
- <line num="87" count="0" type="stmt"/>
353
- <line num="88" count="0" type="stmt"/>
354
- <line num="91" count="0" type="stmt"/>
355
- <line num="92" count="0" type="stmt"/>
356
- <line num="94" count="0" type="stmt"/>
357
- <line num="95" count="0" type="stmt"/>
358
- <line num="96" count="0" type="stmt"/>
359
- <line num="98" count="0" type="stmt"/>
360
- <line num="99" count="0" type="stmt"/>
361
- <line num="100" count="0" type="stmt"/>
362
- <line num="101" count="0" type="stmt"/>
363
- <line num="103" count="0" type="stmt"/>
364
- <line num="104" count="0" type="stmt"/>
365
- <line num="105" count="0" type="stmt"/>
366
- <line num="106" count="0" type="stmt"/>
367
- <line num="107" count="0" type="stmt"/>
368
- <line num="108" count="0" type="stmt"/>
369
- <line num="109" count="0" type="stmt"/>
370
- <line num="111" count="0" type="stmt"/>
371
- <line num="112" count="0" type="stmt"/>
372
- <line num="113" count="0" type="stmt"/>
373
- <line num="114" count="0" type="stmt"/>
374
- <line num="115" count="0" type="stmt"/>
375
- <line num="116" count="0" type="stmt"/>
376
- <line num="117" count="0" type="stmt"/>
377
- </file>
378
- </package>
379
- <package name="src.redis">
380
- <metrics statements="391" coveredstatements="0" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="4"/>
381
- <file name="redisRulesIndex.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/user-access-policy/src/redis/redisRulesIndex.ts">
382
- <metrics statements="150" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
383
- <line num="16" count="0" type="stmt"/>
384
- <line num="17" count="0" type="stmt"/>
385
- <line num="22" count="0" type="stmt"/>
386
- <line num="25" count="0" type="stmt"/>
387
- <line num="27" count="0" type="stmt"/>
388
- <line num="29" count="0" type="stmt"/>
389
- <line num="30" count="0" type="stmt"/>
390
- <line num="39" count="0" type="stmt"/>
391
- <line num="40" count="0" type="stmt"/>
392
- <line num="41" count="0" type="stmt"/>
393
- <line num="43" count="0" type="stmt"/>
394
- <line num="44" count="0" type="stmt"/>
395
- <line num="45" count="0" type="stmt"/>
396
- <line num="46" count="0" type="stmt"/>
397
- <line num="47" count="0" type="stmt"/>
398
- <line num="48" count="0" type="stmt"/>
399
- <line num="49" count="0" type="stmt"/>
400
- <line num="50" count="0" type="stmt"/>
401
- <line num="51" count="0" type="stmt"/>
402
- <line num="52" count="0" type="stmt"/>
403
- <line num="54" count="0" type="stmt"/>
404
- <line num="55" count="0" type="stmt"/>
405
- <line num="56" count="0" type="stmt"/>
406
- <line num="57" count="0" type="stmt"/>
407
- <line num="58" count="0" type="stmt"/>
408
- <line num="60" count="0" type="stmt"/>
409
- <line num="61" count="0" type="stmt"/>
410
- <line num="62" count="0" type="stmt"/>
411
- <line num="63" count="0" type="stmt"/>
412
- <line num="64" count="0" type="stmt"/>
413
- <line num="71" count="0" type="stmt"/>
414
- <line num="72" count="0" type="stmt"/>
415
- <line num="73" count="0" type="stmt"/>
416
- <line num="74" count="0" type="stmt"/>
417
- <line num="75" count="0" type="stmt"/>
418
- <line num="77" count="0" type="stmt"/>
419
- <line num="78" count="0" type="stmt"/>
420
- <line num="79" count="0" type="stmt"/>
421
- <line num="80" count="0" type="stmt"/>
422
- <line num="81" count="0" type="stmt"/>
423
- <line num="82" count="0" type="stmt"/>
424
- <line num="84" count="0" type="stmt"/>
425
- <line num="85" count="0" type="stmt"/>
426
- <line num="86" count="0" type="stmt"/>
427
- <line num="87" count="0" type="stmt"/>
428
- <line num="88" count="0" type="stmt"/>
429
- <line num="89" count="0" type="stmt"/>
430
- <line num="90" count="0" type="stmt"/>
431
- <line num="91" count="0" type="stmt"/>
432
- <line num="92" count="0" type="stmt"/>
433
- <line num="93" count="0" type="stmt"/>
434
- <line num="94" count="0" type="stmt"/>
435
- <line num="95" count="0" type="stmt"/>
436
- <line num="96" count="0" type="stmt"/>
437
- <line num="97" count="0" type="stmt"/>
438
- <line num="98" count="0" type="stmt"/>
439
- <line num="99" count="0" type="stmt"/>
440
- <line num="100" count="0" type="stmt"/>
441
- <line num="101" count="0" type="stmt"/>
442
- <line num="102" count="0" type="stmt"/>
443
- <line num="104" count="0" type="stmt"/>
444
- <line num="106" count="0" type="stmt"/>
445
- <line num="107" count="0" type="stmt"/>
446
- <line num="119" count="0" type="stmt"/>
447
- <line num="120" count="0" type="stmt"/>
448
- <line num="121" count="0" type="stmt"/>
449
- <line num="122" count="0" type="stmt"/>
450
- <line num="123" count="0" type="stmt"/>
451
- <line num="125" count="0" type="stmt"/>
452
- <line num="126" count="0" type="stmt"/>
453
- <line num="127" count="0" type="stmt"/>
454
- <line num="128" count="0" type="stmt"/>
455
- <line num="130" count="0" type="stmt"/>
456
- <line num="131" count="0" type="stmt"/>
457
- <line num="132" count="0" type="stmt"/>
458
- <line num="133" count="0" type="stmt"/>
459
- <line num="134" count="0" type="stmt"/>
460
- <line num="135" count="0" type="stmt"/>
461
- <line num="136" count="0" type="stmt"/>
462
- <line num="137" count="0" type="stmt"/>
463
- <line num="139" count="0" type="stmt"/>
464
- <line num="140" count="0" type="stmt"/>
465
- <line num="142" count="0" type="stmt"/>
466
- <line num="143" count="0" type="stmt"/>
467
- <line num="144" count="0" type="stmt"/>
468
- <line num="145" count="0" type="stmt"/>
469
- <line num="146" count="0" type="stmt"/>
470
- <line num="148" count="0" type="stmt"/>
471
- <line num="149" count="0" type="stmt"/>
472
- <line num="150" count="0" type="stmt"/>
473
- <line num="151" count="0" type="stmt"/>
474
- <line num="152" count="0" type="stmt"/>
475
- <line num="154" count="0" type="stmt"/>
476
- <line num="155" count="0" type="stmt"/>
477
- <line num="157" count="0" type="stmt"/>
478
- <line num="158" count="0" type="stmt"/>
479
- <line num="159" count="0" type="stmt"/>
480
- <line num="160" count="0" type="stmt"/>
481
- <line num="161" count="0" type="stmt"/>
482
- <line num="162" count="0" type="stmt"/>
483
- <line num="165" count="0" type="stmt"/>
484
- <line num="168" count="0" type="stmt"/>
485
- <line num="169" count="0" type="stmt"/>
486
- <line num="170" count="0" type="stmt"/>
487
- <line num="171" count="0" type="stmt"/>
488
- <line num="172" count="0" type="stmt"/>
489
- <line num="173" count="0" type="stmt"/>
490
- <line num="175" count="0" type="stmt"/>
491
- <line num="176" count="0" type="stmt"/>
492
- <line num="179" count="0" type="stmt"/>
493
- <line num="180" count="0" type="stmt"/>
494
- <line num="181" count="0" type="stmt"/>
495
- <line num="182" count="0" type="stmt"/>
496
- <line num="185" count="0" type="stmt"/>
497
- <line num="187" count="0" type="stmt"/>
498
- <line num="188" count="0" type="stmt"/>
499
- <line num="189" count="0" type="stmt"/>
500
- <line num="190" count="0" type="stmt"/>
501
- <line num="191" count="0" type="stmt"/>
502
- <line num="193" count="0" type="stmt"/>
503
- <line num="194" count="0" type="stmt"/>
504
- <line num="196" count="0" type="stmt"/>
505
- <line num="198" count="0" type="stmt"/>
506
- <line num="199" count="0" type="stmt"/>
507
- <line num="200" count="0" type="stmt"/>
508
- <line num="201" count="0" type="stmt"/>
509
- <line num="202" count="0" type="stmt"/>
510
- <line num="203" count="0" type="stmt"/>
511
- <line num="204" count="0" type="stmt"/>
512
- <line num="205" count="0" type="stmt"/>
513
- <line num="206" count="0" type="stmt"/>
514
- <line num="207" count="0" type="stmt"/>
515
- <line num="208" count="0" type="stmt"/>
516
- <line num="209" count="0" type="stmt"/>
517
- <line num="211" count="0" type="stmt"/>
518
- <line num="212" count="0" type="stmt"/>
519
- <line num="213" count="0" type="stmt"/>
520
- <line num="214" count="0" type="stmt"/>
521
- <line num="215" count="0" type="stmt"/>
522
- <line num="216" count="0" type="stmt"/>
523
- <line num="217" count="0" type="stmt"/>
524
- <line num="218" count="0" type="stmt"/>
525
- <line num="219" count="0" type="stmt"/>
526
- <line num="221" count="0" type="stmt"/>
527
- <line num="222" count="0" type="stmt"/>
528
- <line num="223" count="0" type="stmt"/>
529
- <line num="225" count="0" type="stmt"/>
530
- <line num="226" count="0" type="stmt"/>
531
- <line num="227" count="0" type="stmt"/>
532
- <line num="228" count="0" type="stmt"/>
533
- </file>
534
- <file name="redisRulesReader.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/user-access-policy/src/redis/redisRulesReader.ts">
535
- <metrics statements="142" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
536
- <line num="15" count="0" type="stmt"/>
537
- <line num="21" count="0" type="stmt"/>
538
- <line num="26" count="0" type="stmt"/>
539
- <line num="27" count="0" type="stmt"/>
540
- <line num="32" count="0" type="stmt"/>
541
- <line num="33" count="0" type="stmt"/>
542
- <line num="34" count="0" type="stmt"/>
543
- <line num="35" count="0" type="stmt"/>
544
- <line num="36" count="0" type="stmt"/>
545
- <line num="37" count="0" type="stmt"/>
546
- <line num="38" count="0" type="stmt"/>
547
- <line num="39" count="0" type="stmt"/>
548
- <line num="40" count="0" type="stmt"/>
549
- <line num="41" count="0" type="stmt"/>
550
- <line num="42" count="0" type="stmt"/>
551
- <line num="44" count="0" type="stmt"/>
552
- <line num="46" count="0" type="stmt"/>
553
- <line num="47" count="0" type="stmt"/>
554
- <line num="49" count="0" type="stmt"/>
555
- <line num="51" count="0" type="stmt"/>
556
- <line num="52" count="0" type="stmt"/>
557
- <line num="53" count="0" type="stmt"/>
558
- <line num="54" count="0" type="stmt"/>
559
- <line num="55" count="0" type="stmt"/>
560
- <line num="56" count="0" type="stmt"/>
561
- <line num="58" count="0" type="stmt"/>
562
- <line num="59" count="0" type="stmt"/>
563
- <line num="60" count="0" type="stmt"/>
564
- <line num="61" count="0" type="stmt"/>
565
- <line num="62" count="0" type="stmt"/>
566
- <line num="63" count="0" type="stmt"/>
567
- <line num="64" count="0" type="stmt"/>
568
- <line num="65" count="0" type="stmt"/>
569
- <line num="66" count="0" type="stmt"/>
570
- <line num="67" count="0" type="stmt"/>
571
- <line num="68" count="0" type="stmt"/>
572
- <line num="69" count="0" type="stmt"/>
573
- <line num="70" count="0" type="stmt"/>
574
- <line num="71" count="0" type="stmt"/>
575
- <line num="72" count="0" type="stmt"/>
576
- <line num="73" count="0" type="stmt"/>
577
- <line num="74" count="0" type="stmt"/>
578
- <line num="75" count="0" type="stmt"/>
579
- <line num="76" count="0" type="stmt"/>
580
- <line num="77" count="0" type="stmt"/>
581
- <line num="78" count="0" type="stmt"/>
582
- <line num="79" count="0" type="stmt"/>
583
- <line num="80" count="0" type="stmt"/>
584
- <line num="81" count="0" type="stmt"/>
585
- <line num="82" count="0" type="stmt"/>
586
- <line num="83" count="0" type="stmt"/>
587
- <line num="84" count="0" type="stmt"/>
588
- <line num="85" count="0" type="stmt"/>
589
- <line num="86" count="0" type="stmt"/>
590
- <line num="87" count="0" type="stmt"/>
591
- <line num="88" count="0" type="stmt"/>
592
- <line num="90" count="0" type="stmt"/>
593
- <line num="91" count="0" type="stmt"/>
594
- <line num="93" count="0" type="stmt"/>
595
- <line num="94" count="0" type="stmt"/>
596
- <line num="96" count="0" type="stmt"/>
597
- <line num="97" count="0" type="stmt"/>
598
- <line num="98" count="0" type="stmt"/>
599
- <line num="99" count="0" type="stmt"/>
600
- <line num="100" count="0" type="stmt"/>
601
- <line num="102" count="0" type="stmt"/>
602
- <line num="104" count="0" type="stmt"/>
603
- <line num="105" count="0" type="stmt"/>
604
- <line num="106" count="0" type="stmt"/>
605
- <line num="107" count="0" type="stmt"/>
606
- <line num="108" count="0" type="stmt"/>
607
- <line num="109" count="0" type="stmt"/>
608
- <line num="110" count="0" type="stmt"/>
609
- <line num="112" count="0" type="stmt"/>
610
- <line num="113" count="0" type="stmt"/>
611
- <line num="114" count="0" type="stmt"/>
612
- <line num="115" count="0" type="stmt"/>
613
- <line num="116" count="0" type="stmt"/>
614
- <line num="117" count="0" type="stmt"/>
615
- <line num="118" count="0" type="stmt"/>
616
- <line num="119" count="0" type="stmt"/>
617
- <line num="120" count="0" type="stmt"/>
618
- <line num="121" count="0" type="stmt"/>
619
- <line num="122" count="0" type="stmt"/>
620
- <line num="123" count="0" type="stmt"/>
621
- <line num="124" count="0" type="stmt"/>
622
- <line num="125" count="0" type="stmt"/>
623
- <line num="126" count="0" type="stmt"/>
624
- <line num="128" count="0" type="stmt"/>
625
- <line num="129" count="0" type="stmt"/>
626
- <line num="131" count="0" type="stmt"/>
627
- <line num="132" count="0" type="stmt"/>
628
- <line num="133" count="0" type="stmt"/>
629
- <line num="134" count="0" type="stmt"/>
630
- <line num="136" count="0" type="stmt"/>
631
- <line num="137" count="0" type="stmt"/>
632
- <line num="138" count="0" type="stmt"/>
633
- <line num="139" count="0" type="stmt"/>
634
- <line num="140" count="0" type="stmt"/>
635
- <line num="141" count="0" type="stmt"/>
636
- <line num="142" count="0" type="stmt"/>
637
- <line num="143" count="0" type="stmt"/>
638
- <line num="144" count="0" type="stmt"/>
639
- <line num="145" count="0" type="stmt"/>
640
- <line num="146" count="0" type="stmt"/>
641
- <line num="147" count="0" type="stmt"/>
642
- <line num="148" count="0" type="stmt"/>
643
- <line num="150" count="0" type="stmt"/>
644
- <line num="151" count="0" type="stmt"/>
645
- <line num="152" count="0" type="stmt"/>
646
- <line num="153" count="0" type="stmt"/>
647
- <line num="154" count="0" type="stmt"/>
648
- <line num="155" count="0" type="stmt"/>
649
- <line num="156" count="0" type="stmt"/>
650
- <line num="157" count="0" type="stmt"/>
651
- <line num="158" count="0" type="stmt"/>
652
- <line num="159" count="0" type="stmt"/>
653
- <line num="160" count="0" type="stmt"/>
654
- <line num="161" count="0" type="stmt"/>
655
- <line num="163" count="0" type="stmt"/>
656
- <line num="164" count="0" type="stmt"/>
657
- <line num="165" count="0" type="stmt"/>
658
- <line num="166" count="0" type="stmt"/>
659
- <line num="168" count="0" type="stmt"/>
660
- <line num="169" count="0" type="stmt"/>
661
- <line num="170" count="0" type="stmt"/>
662
- <line num="171" count="0" type="stmt"/>
663
- <line num="172" count="0" type="stmt"/>
664
- <line num="174" count="0" type="stmt"/>
665
- <line num="175" count="0" type="stmt"/>
666
- <line num="177" count="0" type="stmt"/>
667
- <line num="178" count="0" type="stmt"/>
668
- <line num="179" count="0" type="stmt"/>
669
- <line num="180" count="0" type="stmt"/>
670
- <line num="181" count="0" type="stmt"/>
671
- <line num="182" count="0" type="stmt"/>
672
- <line num="183" count="0" type="stmt"/>
673
- <line num="184" count="0" type="stmt"/>
674
- <line num="185" count="0" type="stmt"/>
675
- <line num="186" count="0" type="stmt"/>
676
- <line num="188" count="0" type="stmt"/>
677
- <line num="189" count="0" type="stmt"/>
678
- </file>
679
- <file name="redisRulesStorage.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/user-access-policy/src/redis/redisRulesStorage.ts">
680
- <metrics statements="21" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
681
- <line num="18" count="0" type="stmt"/>
682
- <line num="22" count="0" type="stmt"/>
683
- <line num="27" count="0" type="stmt"/>
684
- <line num="28" count="0" type="stmt"/>
685
- <line num="29" count="0" type="stmt"/>
686
- <line num="30" count="0" type="stmt"/>
687
- <line num="31" count="0" type="stmt"/>
688
- <line num="32" count="0" type="stmt"/>
689
- <line num="33" count="0" type="stmt"/>
690
- <line num="34" count="0" type="stmt"/>
691
- <line num="36" count="0" type="stmt"/>
692
- <line num="37" count="0" type="stmt"/>
693
- <line num="38" count="0" type="stmt"/>
694
- <line num="39" count="0" type="stmt"/>
695
- <line num="40" count="0" type="stmt"/>
696
- <line num="42" count="0" type="stmt"/>
697
- <line num="43" count="0" type="stmt"/>
698
- <line num="44" count="0" type="stmt"/>
699
- <line num="45" count="0" type="stmt"/>
700
- <line num="47" count="0" type="stmt"/>
701
- <line num="48" count="0" type="stmt"/>
702
- </file>
703
- <file name="redisRulesWriter.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/user-access-policy/src/redis/redisRulesWriter.ts">
704
- <metrics statements="78" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
705
- <line num="15" count="0" type="stmt"/>
706
- <line num="19" count="0" type="stmt"/>
707
- <line num="21" count="0" type="stmt"/>
708
- <line num="23" count="0" type="stmt"/>
709
- <line num="24" count="0" type="stmt"/>
710
- <line num="25" count="0" type="stmt"/>
711
- <line num="26" count="0" type="stmt"/>
712
- <line num="27" count="0" type="stmt"/>
713
- <line num="28" count="0" type="stmt"/>
714
- <line num="29" count="0" type="stmt"/>
715
- <line num="30" count="0" type="stmt"/>
716
- <line num="31" count="0" type="stmt"/>
717
- <line num="32" count="0" type="stmt"/>
718
- <line num="34" count="0" type="stmt"/>
719
- <line num="36" count="0" type="stmt"/>
720
- <line num="37" count="0" type="stmt"/>
721
- <line num="38" count="0" type="stmt"/>
722
- <line num="40" count="0" type="stmt"/>
723
- <line num="41" count="0" type="stmt"/>
724
- <line num="42" count="0" type="stmt"/>
725
- <line num="43" count="0" type="stmt"/>
726
- <line num="44" count="0" type="stmt"/>
727
- <line num="45" count="0" type="stmt"/>
728
- <line num="47" count="0" type="stmt"/>
729
- <line num="48" count="0" type="stmt"/>
730
- <line num="50" count="0" type="stmt"/>
731
- <line num="51" count="0" type="stmt"/>
732
- <line num="53" count="0" type="stmt"/>
733
- <line num="54" count="0" type="stmt"/>
734
- <line num="56" count="0" type="stmt"/>
735
- <line num="58" count="0" type="stmt"/>
736
- <line num="59" count="0" type="stmt"/>
737
- <line num="60" count="0" type="stmt"/>
738
- <line num="61" count="0" type="stmt"/>
739
- <line num="63" count="0" type="stmt"/>
740
- <line num="64" count="0" type="stmt"/>
741
- <line num="65" count="0" type="stmt"/>
742
- <line num="66" count="0" type="stmt"/>
743
- <line num="67" count="0" type="stmt"/>
744
- <line num="68" count="0" type="stmt"/>
745
- <line num="69" count="0" type="stmt"/>
746
- <line num="70" count="0" type="stmt"/>
747
- <line num="71" count="0" type="stmt"/>
748
- <line num="72" count="0" type="stmt"/>
749
- <line num="73" count="0" type="stmt"/>
750
- <line num="74" count="0" type="stmt"/>
751
- <line num="76" count="0" type="stmt"/>
752
- <line num="77" count="0" type="stmt"/>
753
- <line num="79" count="0" type="stmt"/>
754
- <line num="80" count="0" type="stmt"/>
755
- <line num="81" count="0" type="stmt"/>
756
- <line num="82" count="0" type="stmt"/>
757
- <line num="83" count="0" type="stmt"/>
758
- <line num="84" count="0" type="stmt"/>
759
- <line num="85" count="0" type="stmt"/>
760
- <line num="86" count="0" type="stmt"/>
761
- <line num="88" count="0" type="stmt"/>
762
- <line num="89" count="0" type="stmt"/>
763
- <line num="90" count="0" type="stmt"/>
764
- <line num="91" count="0" type="stmt"/>
765
- <line num="93" count="0" type="stmt"/>
766
- <line num="94" count="0" type="stmt"/>
767
- <line num="95" count="0" type="stmt"/>
768
- <line num="96" count="0" type="stmt"/>
769
- <line num="98" count="0" type="stmt"/>
770
- <line num="99" count="0" type="stmt"/>
771
- <line num="100" count="0" type="stmt"/>
772
- <line num="101" count="0" type="stmt"/>
773
- <line num="102" count="0" type="stmt"/>
774
- <line num="103" count="0" type="stmt"/>
775
- <line num="105" count="0" type="stmt"/>
776
- <line num="106" count="0" type="stmt"/>
777
- <line num="107" count="0" type="stmt"/>
778
- <line num="108" count="0" type="stmt"/>
779
- <line num="110" count="0" type="stmt"/>
780
- <line num="111" count="0" type="stmt"/>
781
- <line num="112" count="0" type="stmt"/>
782
- <line num="113" count="0" type="stmt"/>
783
- </file>
784
- </package>
785
- </project>
786
- </coverage>