@prosopo/provider 3.12.14 → 3.13.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 (356) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist/api/captcha/getFrictionlessCaptchaChallenge.js +338 -0
  3. package/dist/api/captcha/getImageCaptchaChallenge.js +150 -0
  4. package/dist/api/captcha/getPoWCaptchaChallenge.js +156 -0
  5. package/dist/api/captcha/submitImageCaptchaSolution.js +87 -0
  6. package/dist/api/captcha/submitPoWCaptchaSolution.js +77 -0
  7. package/dist/api/captcha.js +18 -696
  8. package/dist/api/verify.js +2 -1
  9. package/dist/cjs/api/captcha/getFrictionlessCaptchaChallenge.cjs +337 -0
  10. package/dist/cjs/api/captcha/getImageCaptchaChallenge.cjs +149 -0
  11. package/dist/cjs/api/captcha/getPoWCaptchaChallenge.cjs +155 -0
  12. package/dist/cjs/api/captcha/submitImageCaptchaSolution.cjs +86 -0
  13. package/dist/cjs/api/captcha/submitPoWCaptchaSolution.cjs +76 -0
  14. package/dist/cjs/api/captcha.cjs +17 -695
  15. package/dist/cjs/api/verify.cjs +2 -1
  16. package/dist/cjs/index.cjs +2 -0
  17. package/dist/cjs/schedulers/setClientEntropy.cjs +36 -0
  18. package/dist/cjs/tasks/captchaManager.cjs +2 -1
  19. package/dist/cjs/tasks/client/clientTasks.cjs +15 -0
  20. package/dist/cjs/tasks/detection/decodePayload.cjs +379 -609
  21. package/dist/cjs/tasks/frictionless/frictionlessTasks.cjs +28 -9
  22. package/dist/cjs/tasks/imgCaptcha/imgCaptchaTasks.cjs +8 -2
  23. package/dist/cjs/tasks/powCaptcha/powTasks.cjs +2 -2
  24. package/dist/cjs/tasks/tasks.cjs +1 -0
  25. package/dist/cjs/utils/hashUserIp.cjs +9 -0
  26. package/dist/index.js +2 -0
  27. package/dist/schedulers/setClientEntropy.js +29 -24
  28. package/dist/tasks/captchaManager.js +2 -1
  29. package/dist/tasks/client/clientTasks.js +16 -1
  30. package/dist/tasks/detection/decodePayload.js +379 -609
  31. package/dist/tasks/detection/getBotScore.js +2 -2
  32. package/dist/tasks/frictionless/frictionlessTasks.js +29 -10
  33. package/dist/tasks/imgCaptcha/imgCaptchaTasks.js +8 -2
  34. package/dist/tasks/powCaptcha/powTasks.js +2 -2
  35. package/dist/tasks/tasks.js +1 -0
  36. package/dist/utils/hashUserIp.js +9 -0
  37. package/package.json +18 -18
  38. package/coverage/base.css +0 -224
  39. package/coverage/block-navigation.js +0 -87
  40. package/coverage/clover.xml +0 -4278
  41. package/coverage/coverage-final.json +0 -42
  42. package/coverage/favicon.png +0 -0
  43. package/coverage/index.html +0 -311
  44. package/coverage/prettify.css +0 -1
  45. package/coverage/prettify.js +0 -2
  46. package/coverage/sort-arrow-sprite.png +0 -0
  47. package/coverage/sorter.js +0 -210
  48. package/coverage/src/api/admin/apiAdminRoutesProvider.ts.html +0 -214
  49. package/coverage/src/api/admin/apiRegisterSiteKeyEndpoint.ts.html +0 -259
  50. package/coverage/src/api/admin/apiRemoveDetectorKeyEndpoint.ts.html +0 -283
  51. package/coverage/src/api/admin/apiToggleMaintenanceModeEndpoint.ts.html +0 -334
  52. package/coverage/src/api/admin/apiUpdateDetectorKeyEndpoint.ts.html +0 -298
  53. package/coverage/src/api/admin/createApiAdminRoutesProvider.ts.html +0 -163
  54. package/coverage/src/api/admin/index.html +0 -191
  55. package/coverage/src/api/blacklistRequestInspector.ts.html +0 -751
  56. package/coverage/src/api/block.ts.html +0 -187
  57. package/coverage/src/api/captcha.ts.html +0 -2803
  58. package/coverage/src/api/domainMiddleware.ts.html +0 -493
  59. package/coverage/src/api/headerCheckMiddleware.ts.html +0 -256
  60. package/coverage/src/api/ignoreMiddleware.ts.html +0 -181
  61. package/coverage/src/api/index.html +0 -266
  62. package/coverage/src/api/ja4Middleware.ts.html +0 -400
  63. package/coverage/src/api/public.ts.html +0 -343
  64. package/coverage/src/api/robotsMiddleware.ts.html +0 -157
  65. package/coverage/src/api/validateAddress.ts.html +0 -214
  66. package/coverage/src/api/verify.ts.html +0 -871
  67. package/coverage/src/compositeIpAddress.ts.html +0 -340
  68. package/coverage/src/index.html +0 -161
  69. package/coverage/src/index.ts.html +0 -175
  70. package/coverage/src/pairs.ts.html +0 -238
  71. package/coverage/src/rules/index.html +0 -116
  72. package/coverage/src/rules/lang.ts.html +0 -187
  73. package/coverage/src/schedulers/captchaScheduler.ts.html +0 -250
  74. package/coverage/src/schedulers/getClientList.ts.html +0 -271
  75. package/coverage/src/schedulers/index.html +0 -131
  76. package/coverage/src/services/index.html +0 -131
  77. package/coverage/src/services/ipComparison.ts.html +0 -685
  78. package/coverage/src/services/ipInfo.ts.html +0 -490
  79. package/coverage/src/tasks/captchaManager.ts.html +0 -865
  80. package/coverage/src/tasks/client/clientTasks.ts.html +0 -1381
  81. package/coverage/src/tasks/client/index.html +0 -116
  82. package/coverage/src/tasks/dataset/datasetTasks.ts.html +0 -268
  83. package/coverage/src/tasks/dataset/datasetTasksUtils.ts.html +0 -271
  84. package/coverage/src/tasks/dataset/index.html +0 -131
  85. package/coverage/src/tasks/detection/decodePayload.js.html +0 -127
  86. package/coverage/src/tasks/detection/getBotScore.ts.html +0 -244
  87. package/coverage/src/tasks/detection/index.html +0 -131
  88. package/coverage/src/tasks/frictionless/frictionlessTasks.ts.html +0 -1216
  89. package/coverage/src/tasks/frictionless/frictionlessTasksUtils.ts.html +0 -247
  90. package/coverage/src/tasks/frictionless/index.html +0 -131
  91. package/coverage/src/tasks/imgCaptcha/imgCaptchaTasks.ts.html +0 -1972
  92. package/coverage/src/tasks/imgCaptcha/imgCaptchaTasksUtils.ts.html +0 -232
  93. package/coverage/src/tasks/imgCaptcha/index.html +0 -131
  94. package/coverage/src/tasks/index.html +0 -146
  95. package/coverage/src/tasks/index.ts.html +0 -127
  96. package/coverage/src/tasks/powCaptcha/index.html +0 -131
  97. package/coverage/src/tasks/powCaptcha/powTasks.ts.html +0 -961
  98. package/coverage/src/tasks/powCaptcha/powTasksUtils.ts.html +0 -244
  99. package/coverage/src/tasks/tasks.ts.html +0 -388
  100. package/coverage/src/util.ts.html +0 -1627
  101. package/coverage/src/utils/hashUserAgent.ts.html +0 -184
  102. package/coverage/src/utils/index.html +0 -116
  103. package/dist/api/admin/apiAdminRoutesProvider.d.ts +0 -9
  104. package/dist/api/admin/apiAdminRoutesProvider.d.ts.map +0 -1
  105. package/dist/api/admin/apiAdminRoutesProvider.js.map +0 -1
  106. package/dist/api/admin/apiRegisterSiteKeyEndpoint.d.ts +0 -14
  107. package/dist/api/admin/apiRegisterSiteKeyEndpoint.d.ts.map +0 -1
  108. package/dist/api/admin/apiRegisterSiteKeyEndpoint.js.map +0 -1
  109. package/dist/api/admin/apiRemoveDetectorKeyEndpoint.d.ts +0 -23
  110. package/dist/api/admin/apiRemoveDetectorKeyEndpoint.d.ts.map +0 -1
  111. package/dist/api/admin/apiRemoveDetectorKeyEndpoint.js.map +0 -1
  112. package/dist/api/admin/apiToggleMaintenanceModeEndpoint.d.ts +0 -13
  113. package/dist/api/admin/apiToggleMaintenanceModeEndpoint.d.ts.map +0 -1
  114. package/dist/api/admin/apiToggleMaintenanceModeEndpoint.js.map +0 -1
  115. package/dist/api/admin/apiUpdateDetectorKeyEndpoint.d.ts +0 -14
  116. package/dist/api/admin/apiUpdateDetectorKeyEndpoint.d.ts.map +0 -1
  117. package/dist/api/admin/apiUpdateDetectorKeyEndpoint.js.map +0 -1
  118. package/dist/api/admin/createApiAdminRoutesProvider.d.ts +0 -4
  119. package/dist/api/admin/createApiAdminRoutesProvider.d.ts.map +0 -1
  120. package/dist/api/admin/createApiAdminRoutesProvider.js.map +0 -1
  121. package/dist/api/blacklistRequestInspector.d.ts +0 -19
  122. package/dist/api/blacklistRequestInspector.d.ts.map +0 -1
  123. package/dist/api/blacklistRequestInspector.js.map +0 -1
  124. package/dist/api/block.d.ts +0 -3
  125. package/dist/api/block.d.ts.map +0 -1
  126. package/dist/api/block.js.map +0 -1
  127. package/dist/api/captcha.d.ts +0 -4
  128. package/dist/api/captcha.d.ts.map +0 -1
  129. package/dist/api/captcha.js.map +0 -1
  130. package/dist/api/domainMiddleware.d.ts +0 -4
  131. package/dist/api/domainMiddleware.d.ts.map +0 -1
  132. package/dist/api/domainMiddleware.js.map +0 -1
  133. package/dist/api/headerCheckMiddleware.d.ts +0 -4
  134. package/dist/api/headerCheckMiddleware.d.ts.map +0 -1
  135. package/dist/api/headerCheckMiddleware.js.map +0 -1
  136. package/dist/api/ignoreMiddleware.d.ts +0 -3
  137. package/dist/api/ignoreMiddleware.d.ts.map +0 -1
  138. package/dist/api/ignoreMiddleware.js.map +0 -1
  139. package/dist/api/ja4Middleware.d.ts +0 -10
  140. package/dist/api/ja4Middleware.d.ts.map +0 -1
  141. package/dist/api/ja4Middleware.js.map +0 -1
  142. package/dist/api/public.d.ts +0 -4
  143. package/dist/api/public.d.ts.map +0 -1
  144. package/dist/api/public.js.map +0 -1
  145. package/dist/api/robotsMiddleware.d.ts +0 -3
  146. package/dist/api/robotsMiddleware.d.ts.map +0 -1
  147. package/dist/api/robotsMiddleware.js.map +0 -1
  148. package/dist/api/validateAddress.d.ts +0 -5
  149. package/dist/api/validateAddress.d.ts.map +0 -1
  150. package/dist/api/validateAddress.js.map +0 -1
  151. package/dist/api/verify.d.ts +0 -4
  152. package/dist/api/verify.d.ts.map +0 -1
  153. package/dist/api/verify.js.map +0 -1
  154. package/dist/compositeIpAddress.d.ts +0 -5
  155. package/dist/compositeIpAddress.d.ts.map +0 -1
  156. package/dist/compositeIpAddress.js.map +0 -1
  157. package/dist/index.d.ts +0 -17
  158. package/dist/index.d.ts.map +0 -1
  159. package/dist/index.js.map +0 -1
  160. package/dist/pairs.d.ts +0 -3
  161. package/dist/pairs.d.ts.map +0 -1
  162. package/dist/pairs.js.map +0 -1
  163. package/dist/rules/lang.d.ts +0 -3
  164. package/dist/rules/lang.d.ts.map +0 -1
  165. package/dist/rules/lang.js.map +0 -1
  166. package/dist/schedulers/captchaScheduler.d.ts +0 -4
  167. package/dist/schedulers/captchaScheduler.d.ts.map +0 -1
  168. package/dist/schedulers/captchaScheduler.js.map +0 -1
  169. package/dist/schedulers/getClientList.d.ts +0 -4
  170. package/dist/schedulers/getClientList.d.ts.map +0 -1
  171. package/dist/schedulers/getClientList.js.map +0 -1
  172. package/dist/schedulers/setClientEntropy.d.ts +0 -4
  173. package/dist/schedulers/setClientEntropy.d.ts.map +0 -1
  174. package/dist/schedulers/setClientEntropy.js.map +0 -1
  175. package/dist/services/ipComparison.d.ts +0 -3
  176. package/dist/services/ipComparison.d.ts.map +0 -1
  177. package/dist/services/ipComparison.js.map +0 -1
  178. package/dist/services/ipInfo.d.ts +0 -3
  179. package/dist/services/ipInfo.d.ts.map +0 -1
  180. package/dist/services/ipInfo.js.map +0 -1
  181. package/dist/tasks/captchaManager.d.ts +0 -34
  182. package/dist/tasks/captchaManager.d.ts.map +0 -1
  183. package/dist/tasks/captchaManager.js.map +0 -1
  184. package/dist/tasks/client/clientTasks.d.ts +0 -21
  185. package/dist/tasks/client/clientTasks.d.ts.map +0 -1
  186. package/dist/tasks/client/clientTasks.js.map +0 -1
  187. package/dist/tasks/dataset/datasetTasks.d.ts +0 -13
  188. package/dist/tasks/dataset/datasetTasks.d.ts.map +0 -1
  189. package/dist/tasks/dataset/datasetTasks.js.map +0 -1
  190. package/dist/tasks/dataset/datasetTasksUtils.d.ts +0 -3
  191. package/dist/tasks/dataset/datasetTasksUtils.d.ts.map +0 -1
  192. package/dist/tasks/dataset/datasetTasksUtils.js.map +0 -1
  193. package/dist/tasks/detection/decodePayload.d.ts +0 -5
  194. package/dist/tasks/detection/decodePayload.d.ts.map +0 -1
  195. package/dist/tasks/detection/decodePayload.js.map +0 -1
  196. package/dist/tasks/detection/getBotScore.d.ts +0 -20
  197. package/dist/tasks/detection/getBotScore.d.ts.map +0 -1
  198. package/dist/tasks/detection/getBotScore.js.map +0 -1
  199. package/dist/tasks/frictionless/frictionlessTasks.d.ts +0 -67
  200. package/dist/tasks/frictionless/frictionlessTasks.d.ts.map +0 -1
  201. package/dist/tasks/frictionless/frictionlessTasks.js.map +0 -1
  202. package/dist/tasks/frictionless/frictionlessTasksUtils.d.ts +0 -6
  203. package/dist/tasks/frictionless/frictionlessTasksUtils.d.ts.map +0 -1
  204. package/dist/tasks/frictionless/frictionlessTasksUtils.js.map +0 -1
  205. package/dist/tasks/imgCaptcha/imgCaptchaTasks.d.ts +0 -30
  206. package/dist/tasks/imgCaptcha/imgCaptchaTasks.d.ts.map +0 -1
  207. package/dist/tasks/imgCaptcha/imgCaptchaTasks.js.map +0 -1
  208. package/dist/tasks/imgCaptcha/imgCaptchaTasksUtils.d.ts +0 -7
  209. package/dist/tasks/imgCaptcha/imgCaptchaTasksUtils.d.ts.map +0 -1
  210. package/dist/tasks/imgCaptcha/imgCaptchaTasksUtils.js.map +0 -1
  211. package/dist/tasks/index.d.ts +0 -2
  212. package/dist/tasks/index.d.ts.map +0 -1
  213. package/dist/tasks/index.js.map +0 -1
  214. package/dist/tasks/powCaptcha/powTasks.d.ts +0 -17
  215. package/dist/tasks/powCaptcha/powTasks.d.ts.map +0 -1
  216. package/dist/tasks/powCaptcha/powTasks.js.map +0 -1
  217. package/dist/tasks/powCaptcha/powTasksUtils.d.ts +0 -3
  218. package/dist/tasks/powCaptcha/powTasksUtils.d.ts.map +0 -1
  219. package/dist/tasks/powCaptcha/powTasksUtils.js.map +0 -1
  220. package/dist/tasks/tasks.d.ts +0 -25
  221. package/dist/tasks/tasks.d.ts.map +0 -1
  222. package/dist/tasks/tasks.js.map +0 -1
  223. package/dist/tests/index.d.ts +0 -2
  224. package/dist/tests/index.d.ts.map +0 -1
  225. package/dist/tests/index.js +0 -2
  226. package/dist/tests/index.js.map +0 -1
  227. package/dist/tests/integration/accessRules.integration.test.d.ts +0 -2
  228. package/dist/tests/integration/accessRules.integration.test.d.ts.map +0 -1
  229. package/dist/tests/integration/accessRules.integration.test.js +0 -588
  230. package/dist/tests/integration/accessRules.integration.test.js.map +0 -1
  231. package/dist/tests/integration/api/admin/apiRegisterSiteKeyEndpoint.integration.test.d.ts +0 -2
  232. package/dist/tests/integration/api/admin/apiRegisterSiteKeyEndpoint.integration.test.d.ts.map +0 -1
  233. package/dist/tests/integration/api/admin/apiRegisterSiteKeyEndpoint.integration.test.js +0 -60
  234. package/dist/tests/integration/api/admin/apiRegisterSiteKeyEndpoint.integration.test.js.map +0 -1
  235. package/dist/tests/integration/api/blacklistRequestInspector.integration.test.d.ts +0 -2
  236. package/dist/tests/integration/api/blacklistRequestInspector.integration.test.d.ts.map +0 -1
  237. package/dist/tests/integration/api/blacklistRequestInspector.integration.test.js +0 -368
  238. package/dist/tests/integration/api/blacklistRequestInspector.integration.test.js.map +0 -1
  239. package/dist/tests/integration/imgCaptcha.integration.test.d.ts +0 -2
  240. package/dist/tests/integration/imgCaptcha.integration.test.d.ts.map +0 -1
  241. package/dist/tests/integration/imgCaptcha.integration.test.js +0 -272
  242. package/dist/tests/integration/imgCaptcha.integration.test.js.map +0 -1
  243. package/dist/tests/integration/ipValidation.integration.test.d.ts +0 -2
  244. package/dist/tests/integration/ipValidation.integration.test.d.ts.map +0 -1
  245. package/dist/tests/integration/ipValidation.integration.test.js +0 -75
  246. package/dist/tests/integration/ipValidation.integration.test.js.map +0 -1
  247. package/dist/tests/integration/mocks/solvedTestCaptchas.d.ts +0 -32
  248. package/dist/tests/integration/mocks/solvedTestCaptchas.d.ts.map +0 -1
  249. package/dist/tests/integration/mocks/solvedTestCaptchas.js +0 -1046
  250. package/dist/tests/integration/mocks/solvedTestCaptchas.js.map +0 -1
  251. package/dist/tests/integration/powCaptcha.integration.test.d.ts +0 -2
  252. package/dist/tests/integration/powCaptcha.integration.test.d.ts.map +0 -1
  253. package/dist/tests/integration/powCaptcha.integration.test.js +0 -308
  254. package/dist/tests/integration/powCaptcha.integration.test.js.map +0 -1
  255. package/dist/tests/integration/registerSitekey.d.ts +0 -3
  256. package/dist/tests/integration/registerSitekey.d.ts.map +0 -1
  257. package/dist/tests/integration/registerSitekey.js +0 -24
  258. package/dist/tests/integration/registerSitekey.js.map +0 -1
  259. package/dist/tests/integration/userAccessPolicy.d.ts +0 -2
  260. package/dist/tests/integration/userAccessPolicy.d.ts.map +0 -1
  261. package/dist/tests/integration/userAccessPolicy.js +0 -2
  262. package/dist/tests/integration/userAccessPolicy.js.map +0 -1
  263. package/dist/tests/unit/api/blacklistRequestInspector.unit.test.d.ts +0 -2
  264. package/dist/tests/unit/api/blacklistRequestInspector.unit.test.d.ts.map +0 -1
  265. package/dist/tests/unit/api/blacklistRequestInspector.unit.test.js +0 -60
  266. package/dist/tests/unit/api/blacklistRequestInspector.unit.test.js.map +0 -1
  267. package/dist/tests/unit/api/ignoreMiddleware.unit.test.d.ts +0 -2
  268. package/dist/tests/unit/api/ignoreMiddleware.unit.test.d.ts.map +0 -1
  269. package/dist/tests/unit/api/ignoreMiddleware.unit.test.js +0 -43
  270. package/dist/tests/unit/api/ignoreMiddleware.unit.test.js.map +0 -1
  271. package/dist/tests/unit/api/ja4Middleware.unit.test.d.ts +0 -2
  272. package/dist/tests/unit/api/ja4Middleware.unit.test.d.ts.map +0 -1
  273. package/dist/tests/unit/api/ja4Middleware.unit.test.js +0 -57
  274. package/dist/tests/unit/api/ja4Middleware.unit.test.js.map +0 -1
  275. package/dist/tests/unit/compositeIpAddress.unit.test.d.ts +0 -2
  276. package/dist/tests/unit/compositeIpAddress.unit.test.d.ts.map +0 -1
  277. package/dist/tests/unit/compositeIpAddress.unit.test.js +0 -86
  278. package/dist/tests/unit/compositeIpAddress.unit.test.js.map +0 -1
  279. package/dist/tests/unit/pairs.unit.test.d.ts +0 -2
  280. package/dist/tests/unit/pairs.unit.test.d.ts.map +0 -1
  281. package/dist/tests/unit/pairs.unit.test.js +0 -83
  282. package/dist/tests/unit/pairs.unit.test.js.map +0 -1
  283. package/dist/tests/unit/schedulers/captchaScheduler.unit.test.d.ts +0 -2
  284. package/dist/tests/unit/schedulers/captchaScheduler.unit.test.d.ts.map +0 -1
  285. package/dist/tests/unit/schedulers/captchaScheduler.unit.test.js +0 -75
  286. package/dist/tests/unit/schedulers/captchaScheduler.unit.test.js.map +0 -1
  287. package/dist/tests/unit/services/ipComparison.unit.test.d.ts +0 -2
  288. package/dist/tests/unit/services/ipComparison.unit.test.d.ts.map +0 -1
  289. package/dist/tests/unit/services/ipComparison.unit.test.js +0 -258
  290. package/dist/tests/unit/services/ipComparison.unit.test.js.map +0 -1
  291. package/dist/tests/unit/services/ipInfo.unit.test.d.ts +0 -2
  292. package/dist/tests/unit/services/ipInfo.unit.test.d.ts.map +0 -1
  293. package/dist/tests/unit/services/ipInfo.unit.test.js +0 -210
  294. package/dist/tests/unit/services/ipInfo.unit.test.js.map +0 -1
  295. package/dist/tests/unit/tasks/captchaManager.unit.test.d.ts +0 -2
  296. package/dist/tests/unit/tasks/captchaManager.unit.test.d.ts.map +0 -1
  297. package/dist/tests/unit/tasks/captchaManager.unit.test.js +0 -311
  298. package/dist/tests/unit/tasks/captchaManager.unit.test.js.map +0 -1
  299. package/dist/tests/unit/tasks/client/clientTasks.unit.test.d.ts +0 -2
  300. package/dist/tests/unit/tasks/client/clientTasks.unit.test.d.ts.map +0 -1
  301. package/dist/tests/unit/tasks/client/clientTasks.unit.test.js +0 -289
  302. package/dist/tests/unit/tasks/client/clientTasks.unit.test.js.map +0 -1
  303. package/dist/tests/unit/tasks/dataset/datasetTasks.unit.test.d.ts +0 -2
  304. package/dist/tests/unit/tasks/dataset/datasetTasks.unit.test.d.ts.map +0 -1
  305. package/dist/tests/unit/tasks/dataset/datasetTasks.unit.test.js +0 -92
  306. package/dist/tests/unit/tasks/dataset/datasetTasks.unit.test.js.map +0 -1
  307. package/dist/tests/unit/tasks/dataset/datasetTasksUtils.unit.test.d.ts +0 -2
  308. package/dist/tests/unit/tasks/dataset/datasetTasksUtils.unit.test.d.ts.map +0 -1
  309. package/dist/tests/unit/tasks/dataset/datasetTasksUtils.unit.test.js +0 -75
  310. package/dist/tests/unit/tasks/dataset/datasetTasksUtils.unit.test.js.map +0 -1
  311. package/dist/tests/unit/tasks/frictionless/decryptPayload.unit.test.d.ts +0 -2
  312. package/dist/tests/unit/tasks/frictionless/decryptPayload.unit.test.d.ts.map +0 -1
  313. package/dist/tests/unit/tasks/frictionless/decryptPayload.unit.test.js +0 -143
  314. package/dist/tests/unit/tasks/frictionless/decryptPayload.unit.test.js.map +0 -1
  315. package/dist/tests/unit/tasks/frictionless/frictionlessTasks.unit.test.d.ts +0 -2
  316. package/dist/tests/unit/tasks/frictionless/frictionlessTasks.unit.test.d.ts.map +0 -1
  317. package/dist/tests/unit/tasks/frictionless/frictionlessTasks.unit.test.js +0 -145
  318. package/dist/tests/unit/tasks/frictionless/frictionlessTasks.unit.test.js.map +0 -1
  319. package/dist/tests/unit/tasks/frictionless/frictionlessTasksUtils.unit.test.d.ts +0 -2
  320. package/dist/tests/unit/tasks/frictionless/frictionlessTasksUtils.unit.test.d.ts.map +0 -1
  321. package/dist/tests/unit/tasks/frictionless/frictionlessTasksUtils.unit.test.js +0 -64
  322. package/dist/tests/unit/tasks/frictionless/frictionlessTasksUtils.unit.test.js.map +0 -1
  323. package/dist/tests/unit/tasks/imgCaptcha/imgCaptchaTasks.unit.test.d.ts +0 -2
  324. package/dist/tests/unit/tasks/imgCaptcha/imgCaptchaTasks.unit.test.d.ts.map +0 -1
  325. package/dist/tests/unit/tasks/imgCaptcha/imgCaptchaTasks.unit.test.js +0 -388
  326. package/dist/tests/unit/tasks/imgCaptcha/imgCaptchaTasks.unit.test.js.map +0 -1
  327. package/dist/tests/unit/tasks/imgCaptcha/imgCaptchaTasksUtils.unit.test.d.ts +0 -2
  328. package/dist/tests/unit/tasks/imgCaptcha/imgCaptchaTasksUtils.unit.test.d.ts.map +0 -1
  329. package/dist/tests/unit/tasks/imgCaptcha/imgCaptchaTasksUtils.unit.test.js +0 -46
  330. package/dist/tests/unit/tasks/imgCaptcha/imgCaptchaTasksUtils.unit.test.js.map +0 -1
  331. package/dist/tests/unit/tasks/powCaptcha/powTasks.unit.test.d.ts +0 -2
  332. package/dist/tests/unit/tasks/powCaptcha/powTasks.unit.test.d.ts.map +0 -1
  333. package/dist/tests/unit/tasks/powCaptcha/powTasks.unit.test.js +0 -216
  334. package/dist/tests/unit/tasks/powCaptcha/powTasks.unit.test.js.map +0 -1
  335. package/dist/tests/unit/tasks/powCaptcha/powTasksUtils.unit.test.d.ts +0 -2
  336. package/dist/tests/unit/tasks/powCaptcha/powTasksUtils.unit.test.d.ts.map +0 -1
  337. package/dist/tests/unit/tasks/powCaptcha/powTasksUtils.unit.test.js +0 -69
  338. package/dist/tests/unit/tasks/powCaptcha/powTasksUtils.unit.test.js.map +0 -1
  339. package/dist/tests/unit/util.evaluateIpValidationRules.unit.test.d.ts +0 -2
  340. package/dist/tests/unit/util.evaluateIpValidationRules.unit.test.d.ts.map +0 -1
  341. package/dist/tests/unit/util.evaluateIpValidationRules.unit.test.js +0 -505
  342. package/dist/tests/unit/util.evaluateIpValidationRules.unit.test.js.map +0 -1
  343. package/dist/tests/unit/util.ipDistance.unit.test.d.ts +0 -2
  344. package/dist/tests/unit/util.ipDistance.unit.test.d.ts.map +0 -1
  345. package/dist/tests/unit/util.ipDistance.unit.test.js +0 -93
  346. package/dist/tests/unit/util.ipDistance.unit.test.js.map +0 -1
  347. package/dist/tests/unit/util.unit.test.d.ts +0 -2
  348. package/dist/tests/unit/util.unit.test.d.ts.map +0 -1
  349. package/dist/tests/unit/util.unit.test.js +0 -170
  350. package/dist/tests/unit/util.unit.test.js.map +0 -1
  351. package/dist/util.d.ts +0 -24
  352. package/dist/util.d.ts.map +0 -1
  353. package/dist/util.js.map +0 -1
  354. package/dist/utils/hashUserAgent.d.ts +0 -2
  355. package/dist/utils/hashUserAgent.d.ts.map +0 -1
  356. package/dist/utils/hashUserAgent.js.map +0 -1
@@ -1,4278 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1761136346301" clover="3.2.0">
3
- <project timestamp="1761136346301" name="All files">
4
- <metrics statements="4107" coveredstatements="154" conditionals="81" coveredconditionals="74" methods="48" coveredmethods="37" elements="4236" coveredelements="265" complexity="0" loc="4107" ncloc="4107" packages="14" files="41" classes="41"/>
5
- <package name="src">
6
- <metrics statements="478" coveredstatements="152" conditionals="46" coveredconditionals="41" methods="11" coveredmethods="4"/>
7
- <file name="compositeIpAddress.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/compositeIpAddress.ts">
8
- <metrics statements="56" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
9
- <line num="16" count="0" type="stmt"/>
10
- <line num="20" count="0" type="stmt"/>
11
- <line num="21" count="0" type="stmt"/>
12
- <line num="23" count="0" type="stmt"/>
13
- <line num="24" count="0" type="stmt"/>
14
- <line num="26" count="0" type="stmt"/>
15
- <line num="27" count="0" type="stmt"/>
16
- <line num="28" count="0" type="stmt"/>
17
- <line num="29" count="0" type="stmt"/>
18
- <line num="31" count="0" type="stmt"/>
19
- <line num="32" count="0" type="stmt"/>
20
- <line num="33" count="0" type="stmt"/>
21
- <line num="34" count="0" type="stmt"/>
22
- <line num="35" count="0" type="stmt"/>
23
- <line num="36" count="0" type="stmt"/>
24
- <line num="37" count="0" type="stmt"/>
25
- <line num="38" count="0" type="stmt"/>
26
- <line num="40" count="0" type="stmt"/>
27
- <line num="41" count="0" type="stmt"/>
28
- <line num="43" count="0" type="stmt"/>
29
- <line num="44" count="0" type="stmt"/>
30
- <line num="45" count="0" type="stmt"/>
31
- <line num="46" count="0" type="stmt"/>
32
- <line num="48" count="0" type="stmt"/>
33
- <line num="49" count="0" type="stmt"/>
34
- <line num="50" count="0" type="stmt"/>
35
- <line num="51" count="0" type="stmt"/>
36
- <line num="52" count="0" type="stmt"/>
37
- <line num="53" count="0" type="stmt"/>
38
- <line num="55" count="0" type="stmt"/>
39
- <line num="57" count="0" type="stmt"/>
40
- <line num="58" count="0" type="stmt"/>
41
- <line num="59" count="0" type="stmt"/>
42
- <line num="60" count="0" type="stmt"/>
43
- <line num="61" count="0" type="stmt"/>
44
- <line num="62" count="0" type="stmt"/>
45
- <line num="64" count="0" type="stmt"/>
46
- <line num="65" count="0" type="stmt"/>
47
- <line num="66" count="0" type="stmt"/>
48
- <line num="67" count="0" type="stmt"/>
49
- <line num="68" count="0" type="stmt"/>
50
- <line num="69" count="0" type="stmt"/>
51
- <line num="70" count="0" type="stmt"/>
52
- <line num="71" count="0" type="stmt"/>
53
- <line num="72" count="0" type="stmt"/>
54
- <line num="73" count="0" type="stmt"/>
55
- <line num="74" count="0" type="stmt"/>
56
- <line num="75" count="0" type="stmt"/>
57
- <line num="76" count="0" type="stmt"/>
58
- <line num="77" count="0" type="stmt"/>
59
- <line num="78" count="0" type="stmt"/>
60
- <line num="79" count="0" type="stmt"/>
61
- <line num="81" count="0" type="stmt"/>
62
- <line num="83" count="0" type="stmt"/>
63
- <line num="84" count="0" type="stmt"/>
64
- <line num="85" count="0" type="stmt"/>
65
- </file>
66
- <file name="index.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/index.ts">
67
- <metrics statements="16" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
68
- <line num="15" count="0" type="stmt"/>
69
- <line num="16" count="0" type="stmt"/>
70
- <line num="17" count="0" type="stmt"/>
71
- <line num="18" count="0" type="stmt"/>
72
- <line num="19" count="0" type="stmt"/>
73
- <line num="20" count="0" type="stmt"/>
74
- <line num="21" count="0" type="stmt"/>
75
- <line num="22" count="0" type="stmt"/>
76
- <line num="23" count="0" type="stmt"/>
77
- <line num="24" count="0" type="stmt"/>
78
- <line num="25" count="0" type="stmt"/>
79
- <line num="26" count="0" type="stmt"/>
80
- <line num="27" count="0" type="stmt"/>
81
- <line num="28" count="0" type="stmt"/>
82
- <line num="29" count="0" type="stmt"/>
83
- <line num="30" count="0" type="stmt"/>
84
- </file>
85
- <file name="pairs.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/pairs.ts">
86
- <metrics statements="23" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
87
- <line num="15" count="0" type="stmt"/>
88
- <line num="20" count="0" type="stmt"/>
89
- <line num="22" count="0" type="stmt"/>
90
- <line num="23" count="0" type="stmt"/>
91
- <line num="24" count="0" type="stmt"/>
92
- <line num="26" count="0" type="stmt"/>
93
- <line num="27" count="0" type="stmt"/>
94
- <line num="28" count="0" type="stmt"/>
95
- <line num="29" count="0" type="stmt"/>
96
- <line num="30" count="0" type="stmt"/>
97
- <line num="31" count="0" type="stmt"/>
98
- <line num="37" count="0" type="stmt"/>
99
- <line num="38" count="0" type="stmt"/>
100
- <line num="40" count="0" type="stmt"/>
101
- <line num="41" count="0" type="stmt"/>
102
- <line num="42" count="0" type="stmt"/>
103
- <line num="43" count="0" type="stmt"/>
104
- <line num="44" count="0" type="stmt"/>
105
- <line num="45" count="0" type="stmt"/>
106
- <line num="46" count="0" type="stmt"/>
107
- <line num="47" count="0" type="stmt"/>
108
- <line num="50" count="0" type="stmt"/>
109
- <line num="51" count="0" type="stmt"/>
110
- </file>
111
- <file name="util.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/util.ts">
112
- <metrics statements="383" coveredstatements="152" conditionals="43" coveredconditionals="38" methods="8" coveredmethods="1"/>
113
- <line num="15" count="1" type="stmt"/>
114
- <line num="16" count="1" type="stmt"/>
115
- <line num="17" count="1" type="stmt"/>
116
- <line num="22" count="1" type="stmt"/>
117
- <line num="33" count="1" type="stmt"/>
118
- <line num="34" count="1" type="stmt"/>
119
- <line num="35" count="1" type="stmt"/>
120
- <line num="37" count="1" type="stmt"/>
121
- <line num="39" count="1" type="stmt"/>
122
- <line num="40" count="0" type="stmt"/>
123
- <line num="41" count="0" type="stmt"/>
124
- <line num="42" count="0" type="stmt"/>
125
- <line num="43" count="0" type="stmt"/>
126
- <line num="44" count="0" type="stmt"/>
127
- <line num="45" count="0" type="stmt"/>
128
- <line num="46" count="0" type="stmt"/>
129
- <line num="47" count="0" type="stmt"/>
130
- <line num="48" count="0" type="stmt"/>
131
- <line num="49" count="0" type="stmt"/>
132
- <line num="51" count="1" type="stmt"/>
133
- <line num="52" count="0" type="stmt"/>
134
- <line num="53" count="0" type="stmt"/>
135
- <line num="54" count="0" type="stmt"/>
136
- <line num="55" count="0" type="stmt"/>
137
- <line num="56" count="0" type="stmt"/>
138
- <line num="57" count="0" type="stmt"/>
139
- <line num="58" count="0" type="stmt"/>
140
- <line num="59" count="0" type="stmt"/>
141
- <line num="67" count="0" type="stmt"/>
142
- <line num="68" count="0" type="stmt"/>
143
- <line num="69" count="0" type="stmt"/>
144
- <line num="70" count="0" type="stmt"/>
145
- <line num="71" count="0" type="stmt"/>
146
- <line num="72" count="0" type="stmt"/>
147
- <line num="73" count="0" type="stmt"/>
148
- <line num="74" count="0" type="stmt"/>
149
- <line num="75" count="0" type="stmt"/>
150
- <line num="78" count="0" type="stmt"/>
151
- <line num="79" count="0" type="stmt"/>
152
- <line num="80" count="0" type="stmt"/>
153
- <line num="81" count="0" type="stmt"/>
154
- <line num="82" count="0" type="stmt"/>
155
- <line num="83" count="0" type="stmt"/>
156
- <line num="84" count="0" type="stmt"/>
157
- <line num="85" count="0" type="stmt"/>
158
- <line num="86" count="0" type="stmt"/>
159
- <line num="88" count="1" type="stmt"/>
160
- <line num="89" count="0" type="stmt"/>
161
- <line num="90" count="0" type="stmt"/>
162
- <line num="91" count="0" type="stmt"/>
163
- <line num="92" count="0" type="stmt"/>
164
- <line num="93" count="0" type="stmt"/>
165
- <line num="94" count="0" type="stmt"/>
166
- <line num="95" count="0" type="stmt"/>
167
- <line num="96" count="0" type="stmt"/>
168
- <line num="97" count="0" type="stmt"/>
169
- <line num="98" count="0" type="stmt"/>
170
- <line num="100" count="1" type="stmt"/>
171
- <line num="101" count="0" type="stmt"/>
172
- <line num="102" count="0" type="stmt"/>
173
- <line num="103" count="0" type="stmt"/>
174
- <line num="104" count="0" type="stmt"/>
175
- <line num="105" count="0" type="stmt"/>
176
- <line num="106" count="0" type="stmt"/>
177
- <line num="107" count="0" type="stmt"/>
178
- <line num="108" count="0" type="stmt"/>
179
- <line num="109" count="0" type="stmt"/>
180
- <line num="118" count="1" type="stmt"/>
181
- <line num="119" count="0" type="stmt"/>
182
- <line num="120" count="0" type="stmt"/>
183
- <line num="121" count="0" type="stmt"/>
184
- <line num="122" count="0" type="stmt"/>
185
- <line num="123" count="0" type="stmt"/>
186
- <line num="124" count="0" type="stmt"/>
187
- <line num="125" count="0" type="stmt"/>
188
- <line num="127" count="0" type="stmt"/>
189
- <line num="128" count="0" type="stmt"/>
190
- <line num="129" count="0" type="stmt"/>
191
- <line num="130" count="0" type="stmt"/>
192
- <line num="131" count="0" type="stmt"/>
193
- <line num="132" count="0" type="stmt"/>
194
- <line num="133" count="0" type="stmt"/>
195
- <line num="134" count="0" type="stmt"/>
196
- <line num="135" count="0" type="stmt"/>
197
- <line num="138" count="0" type="stmt"/>
198
- <line num="139" count="0" type="stmt"/>
199
- <line num="140" count="0" type="stmt"/>
200
- <line num="141" count="0" type="stmt"/>
201
- <line num="142" count="0" type="stmt"/>
202
- <line num="143" count="0" type="stmt"/>
203
- <line num="144" count="0" type="stmt"/>
204
- <line num="145" count="0" type="stmt"/>
205
- <line num="147" count="0" type="stmt"/>
206
- <line num="148" count="0" type="stmt"/>
207
- <line num="149" count="0" type="stmt"/>
208
- <line num="150" count="0" type="stmt"/>
209
- <line num="151" count="0" type="stmt"/>
210
- <line num="153" count="0" type="stmt"/>
211
- <line num="154" count="0" type="stmt"/>
212
- <line num="155" count="0" type="stmt"/>
213
- <line num="156" count="0" type="stmt"/>
214
- <line num="157" count="0" type="stmt"/>
215
- <line num="158" count="0" type="stmt"/>
216
- <line num="159" count="0" type="stmt"/>
217
- <line num="160" count="0" type="stmt"/>
218
- <line num="161" count="0" type="stmt"/>
219
- <line num="162" count="0" type="stmt"/>
220
- <line num="163" count="0" type="stmt"/>
221
- <line num="165" count="0" type="stmt"/>
222
- <line num="166" count="0" type="stmt"/>
223
- <line num="175" count="1" type="cond" truecount="1" falsecount="0"/>
224
- <line num="176" count="14" type="stmt"/>
225
- <line num="177" count="14" type="stmt"/>
226
- <line num="178" count="14" type="stmt"/>
227
- <line num="183" count="14" type="stmt"/>
228
- <line num="185" count="14" type="cond" truecount="0" falsecount="1"/>
229
- <line num="186" count="0" type="stmt"/>
230
- <line num="187" count="0" type="stmt"/>
231
- <line num="189" count="14" type="stmt"/>
232
- <line num="190" count="14" type="stmt"/>
233
- <line num="191" count="14" type="cond" truecount="1" falsecount="0"/>
234
- <line num="192" count="14" type="stmt"/>
235
- <line num="195" count="14" type="cond" truecount="1" falsecount="0"/>
236
- <line num="196" count="14" type="cond" truecount="1" falsecount="0"/>
237
- <line num="197" count="14" type="cond" truecount="1" falsecount="0"/>
238
- <line num="198" count="14" type="cond" truecount="1" falsecount="0"/>
239
- <line num="199" count="14" type="stmt"/>
240
- <line num="200" count="14" type="stmt"/>
241
- <line num="201" count="14" type="cond" truecount="2" falsecount="1"/>
242
- <line num="202" count="0" type="stmt"/>
243
- <line num="203" count="0" type="stmt"/>
244
- <line num="204" count="14" type="cond" truecount="3" falsecount="0"/>
245
- <line num="205" count="3" type="stmt"/>
246
- <line num="206" count="3" type="stmt"/>
247
- <line num="207" count="14" type="cond" truecount="1" falsecount="0"/>
248
- <line num="208" count="3" type="stmt"/>
249
- <line num="209" count="3" type="stmt"/>
250
- <line num="210" count="3" type="stmt"/>
251
- <line num="211" count="3" type="stmt"/>
252
- <line num="212" count="3" type="stmt"/>
253
- <line num="213" count="3" type="stmt"/>
254
- <line num="214" count="3" type="stmt"/>
255
- <line num="215" count="3" type="cond" truecount="1" falsecount="0"/>
256
- <line num="216" count="3" type="stmt"/>
257
- <line num="217" count="3" type="cond" truecount="1" falsecount="0"/>
258
- <line num="218" count="3" type="stmt"/>
259
- <line num="219" count="3" type="stmt"/>
260
- <line num="220" count="3" type="stmt"/>
261
- <line num="221" count="3" type="stmt"/>
262
- <line num="224" count="14" type="cond" truecount="1" falsecount="0"/>
263
- <line num="225" count="4" type="stmt"/>
264
- <line num="226" count="4" type="stmt"/>
265
- <line num="227" count="4" type="stmt"/>
266
- <line num="228" count="4" type="stmt"/>
267
- <line num="229" count="4" type="stmt"/>
268
- <line num="230" count="4" type="stmt"/>
269
- <line num="233" count="14" type="cond" truecount="1" falsecount="0"/>
270
- <line num="234" count="14" type="cond" truecount="1" falsecount="0"/>
271
- <line num="235" count="14" type="cond" truecount="1" falsecount="0"/>
272
- <line num="236" count="3" type="stmt"/>
273
- <line num="237" count="3" type="stmt"/>
274
- <line num="238" count="3" type="stmt"/>
275
- <line num="239" count="3" type="stmt"/>
276
- <line num="240" count="3" type="stmt"/>
277
- <line num="241" count="3" type="stmt"/>
278
- <line num="244" count="14" type="cond" truecount="1" falsecount="0"/>
279
- <line num="245" count="2" type="stmt"/>
280
- <line num="246" count="2" type="stmt"/>
281
- <line num="247" count="2" type="stmt"/>
282
- <line num="248" count="2" type="stmt"/>
283
- <line num="249" count="2" type="stmt"/>
284
- <line num="250" count="2" type="stmt"/>
285
- <line num="251" count="2" type="stmt"/>
286
- <line num="252" count="2" type="stmt"/>
287
- <line num="255" count="14" type="stmt"/>
288
- <line num="256" count="14" type="stmt"/>
289
- <line num="257" count="14" type="cond" truecount="1" falsecount="0"/>
290
- <line num="258" count="4" type="stmt"/>
291
- <line num="259" count="14" type="cond" truecount="1" falsecount="0"/>
292
- <line num="260" count="3" type="stmt"/>
293
- <line num="261" count="3" type="stmt"/>
294
- <line num="262" count="3" type="stmt"/>
295
- <line num="263" count="3" type="stmt"/>
296
- <line num="264" count="3" type="stmt"/>
297
- <line num="265" count="3" type="stmt"/>
298
- <line num="267" count="14" type="stmt"/>
299
- <line num="269" count="14" type="cond" truecount="1" falsecount="0"/>
300
- <line num="270" count="14" type="stmt"/>
301
- <line num="271" count="14" type="cond" truecount="1" falsecount="0"/>
302
- <line num="272" count="4" type="stmt"/>
303
- <line num="273" count="14" type="cond" truecount="1" falsecount="0"/>
304
- <line num="274" count="3" type="stmt"/>
305
- <line num="275" count="3" type="stmt"/>
306
- <line num="276" count="3" type="stmt"/>
307
- <line num="277" count="3" type="stmt"/>
308
- <line num="278" count="3" type="stmt"/>
309
- <line num="279" count="3" type="stmt"/>
310
- <line num="280" count="14" type="cond" truecount="1" falsecount="0"/>
311
- <line num="281" count="14" type="stmt"/>
312
- <line num="282" count="14" type="cond" truecount="1" falsecount="0"/>
313
- <line num="283" count="4" type="stmt"/>
314
- <line num="284" count="14" type="cond" truecount="1" falsecount="0"/>
315
- <line num="285" count="1" type="stmt"/>
316
- <line num="286" count="1" type="stmt"/>
317
- <line num="287" count="1" type="stmt"/>
318
- <line num="288" count="1" type="stmt"/>
319
- <line num="289" count="1" type="stmt"/>
320
- <line num="290" count="1" type="stmt"/>
321
- <line num="293" count="14" type="cond" truecount="1" falsecount="0"/>
322
- <line num="294" count="2" type="stmt"/>
323
- <line num="295" count="2" type="cond" truecount="1" falsecount="0"/>
324
- <line num="297" count="12" type="stmt"/>
325
- <line num="298" count="12" type="stmt"/>
326
- <line num="299" count="12" type="stmt"/>
327
- <line num="302" count="14" type="cond" truecount="1" falsecount="0"/>
328
- <line num="304" count="1" type="stmt"/>
329
- <line num="305" count="1" type="cond" truecount="1" falsecount="0"/>
330
- <line num="306" count="1" type="stmt"/>
331
- <line num="309" count="1" type="stmt"/>
332
- <line num="310" count="1" type="stmt"/>
333
- <line num="311" count="1" type="stmt"/>
334
- <line num="312" count="1" type="cond" truecount="0" falsecount="1"/>
335
- <line num="313" count="0" type="stmt"/>
336
- <line num="314" count="0" type="stmt"/>
337
- <line num="317" count="1" type="stmt"/>
338
- <line num="318" count="1" type="stmt"/>
339
- <line num="319" count="1" type="cond" truecount="0" falsecount="1"/>
340
- <line num="320" count="0" type="stmt"/>
341
- <line num="321" count="1" type="stmt"/>
342
- <line num="322" count="1" type="stmt"/>
343
- <line num="323" count="1" type="stmt"/>
344
- <line num="324" count="1" type="stmt"/>
345
- <line num="325" count="14" type="cond" truecount="1" falsecount="0"/>
346
- <line num="327" count="11" type="cond" truecount="1" falsecount="0"/>
347
- <line num="328" count="15" type="cond" truecount="1" falsecount="0"/>
348
- <line num="329" count="4" type="stmt"/>
349
- <line num="330" count="4" type="stmt"/>
350
- <line num="331" count="4" type="stmt"/>
351
- <line num="332" count="4" type="cond" truecount="1" falsecount="0"/>
352
- <line num="333" count="15" type="cond" truecount="1" falsecount="0"/>
353
- <line num="334" count="10" type="stmt"/>
354
- <line num="335" count="10" type="stmt"/>
355
- <line num="336" count="10" type="cond" truecount="1" falsecount="0"/>
356
- <line num="337" count="11" type="stmt"/>
357
- <line num="338" count="11" type="stmt"/>
358
- <line num="339" count="11" type="cond" truecount="1" falsecount="0"/>
359
- <line num="341" count="12" type="stmt"/>
360
- <line num="342" count="0" type="stmt"/>
361
- <line num="343" count="0" type="stmt"/>
362
- <line num="344" count="0" type="stmt"/>
363
- <line num="345" count="0" type="stmt"/>
364
- <line num="346" count="0" type="stmt"/>
365
- <line num="347" count="0" type="stmt"/>
366
- <line num="348" count="12" type="stmt"/>
367
- <line num="351" count="12" type="stmt"/>
368
- <line num="352" count="12" type="stmt"/>
369
- <line num="353" count="12" type="stmt"/>
370
- <line num="354" count="14" type="cond" truecount="0" falsecount="1"/>
371
- <line num="355" count="14" type="stmt"/>
372
- <line num="356" count="14" type="stmt"/>
373
- <line num="357" count="14" type="stmt"/>
374
- <line num="368" count="1" type="stmt"/>
375
- <line num="369" count="0" type="stmt"/>
376
- <line num="370" count="0" type="stmt"/>
377
- <line num="371" count="0" type="stmt"/>
378
- <line num="372" count="0" type="stmt"/>
379
- <line num="373" count="0" type="stmt"/>
380
- <line num="374" count="0" type="stmt"/>
381
- <line num="380" count="0" type="stmt"/>
382
- <line num="381" count="0" type="stmt"/>
383
- <line num="382" count="0" type="stmt"/>
384
- <line num="384" count="0" type="stmt"/>
385
- <line num="386" count="0" type="stmt"/>
386
- <line num="387" count="0" type="stmt"/>
387
- <line num="389" count="0" type="stmt"/>
388
- <line num="390" count="0" type="stmt"/>
389
- <line num="391" count="0" type="stmt"/>
390
- <line num="392" count="0" type="stmt"/>
391
- <line num="393" count="0" type="stmt"/>
392
- <line num="394" count="0" type="stmt"/>
393
- <line num="395" count="0" type="stmt"/>
394
- <line num="397" count="0" type="stmt"/>
395
- <line num="398" count="0" type="stmt"/>
396
- <line num="401" count="0" type="stmt"/>
397
- <line num="402" count="0" type="stmt"/>
398
- <line num="403" count="0" type="stmt"/>
399
- <line num="405" count="0" type="stmt"/>
400
- <line num="406" count="0" type="stmt"/>
401
- <line num="407" count="0" type="stmt"/>
402
- <line num="408" count="0" type="stmt"/>
403
- <line num="409" count="0" type="stmt"/>
404
- <line num="410" count="0" type="stmt"/>
405
- <line num="411" count="0" type="stmt"/>
406
- <line num="412" count="0" type="stmt"/>
407
- <line num="413" count="0" type="stmt"/>
408
- <line num="415" count="0" type="stmt"/>
409
- <line num="416" count="0" type="stmt"/>
410
- <line num="417" count="0" type="stmt"/>
411
- <line num="418" count="0" type="stmt"/>
412
- <line num="419" count="0" type="stmt"/>
413
- <line num="421" count="0" type="stmt"/>
414
- <line num="422" count="0" type="stmt"/>
415
- <line num="423" count="0" type="stmt"/>
416
- <line num="425" count="0" type="stmt"/>
417
- <line num="428" count="0" type="stmt"/>
418
- <line num="429" count="0" type="stmt"/>
419
- <line num="430" count="0" type="stmt"/>
420
- <line num="431" count="0" type="stmt"/>
421
- <line num="432" count="0" type="stmt"/>
422
- <line num="433" count="0" type="stmt"/>
423
- <line num="434" count="0" type="stmt"/>
424
- <line num="435" count="0" type="stmt"/>
425
- <line num="436" count="0" type="stmt"/>
426
- <line num="438" count="0" type="stmt"/>
427
- <line num="439" count="0" type="stmt"/>
428
- <line num="440" count="0" type="stmt"/>
429
- <line num="441" count="0" type="stmt"/>
430
- <line num="442" count="0" type="stmt"/>
431
- <line num="443" count="0" type="stmt"/>
432
- <line num="444" count="0" type="stmt"/>
433
- <line num="445" count="0" type="stmt"/>
434
- <line num="446" count="0" type="stmt"/>
435
- <line num="447" count="0" type="stmt"/>
436
- <line num="448" count="0" type="stmt"/>
437
- <line num="449" count="0" type="stmt"/>
438
- <line num="450" count="0" type="stmt"/>
439
- <line num="451" count="0" type="stmt"/>
440
- <line num="452" count="0" type="stmt"/>
441
- <line num="453" count="0" type="stmt"/>
442
- <line num="454" count="0" type="stmt"/>
443
- <line num="457" count="0" type="stmt"/>
444
- <line num="458" count="0" type="stmt"/>
445
- <line num="459" count="0" type="stmt"/>
446
- <line num="460" count="0" type="stmt"/>
447
- <line num="461" count="0" type="stmt"/>
448
- <line num="462" count="0" type="stmt"/>
449
- <line num="463" count="0" type="stmt"/>
450
- <line num="464" count="0" type="stmt"/>
451
- <line num="465" count="0" type="stmt"/>
452
- <line num="467" count="0" type="stmt"/>
453
- <line num="468" count="0" type="stmt"/>
454
- <line num="469" count="0" type="stmt"/>
455
- <line num="470" count="0" type="stmt"/>
456
- <line num="471" count="0" type="stmt"/>
457
- <line num="472" count="0" type="stmt"/>
458
- <line num="475" count="0" type="stmt"/>
459
- <line num="476" count="0" type="stmt"/>
460
- <line num="477" count="0" type="stmt"/>
461
- <line num="478" count="0" type="stmt"/>
462
- <line num="479" count="0" type="stmt"/>
463
- <line num="481" count="0" type="stmt"/>
464
- <line num="482" count="0" type="stmt"/>
465
- <line num="483" count="0" type="stmt"/>
466
- <line num="484" count="0" type="stmt"/>
467
- <line num="485" count="0" type="stmt"/>
468
- <line num="486" count="0" type="stmt"/>
469
- <line num="487" count="0" type="stmt"/>
470
- <line num="488" count="0" type="stmt"/>
471
- <line num="489" count="0" type="stmt"/>
472
- <line num="490" count="0" type="stmt"/>
473
- <line num="491" count="0" type="stmt"/>
474
- <line num="492" count="0" type="stmt"/>
475
- <line num="493" count="0" type="stmt"/>
476
- <line num="494" count="0" type="stmt"/>
477
- <line num="495" count="0" type="stmt"/>
478
- <line num="496" count="0" type="stmt"/>
479
- <line num="497" count="0" type="stmt"/>
480
- <line num="498" count="0" type="stmt"/>
481
- <line num="499" count="0" type="stmt"/>
482
- <line num="500" count="0" type="stmt"/>
483
- <line num="501" count="0" type="stmt"/>
484
- <line num="502" count="0" type="stmt"/>
485
- <line num="503" count="0" type="stmt"/>
486
- <line num="504" count="0" type="stmt"/>
487
- <line num="505" count="0" type="stmt"/>
488
- <line num="506" count="0" type="stmt"/>
489
- <line num="508" count="0" type="stmt"/>
490
- <line num="509" count="0" type="stmt"/>
491
- <line num="510" count="0" type="stmt"/>
492
- <line num="511" count="0" type="stmt"/>
493
- <line num="512" count="0" type="stmt"/>
494
- <line num="513" count="0" type="stmt"/>
495
- <line num="514" count="0" type="stmt"/>
496
- </file>
497
- </package>
498
- <package name="src.api">
499
- <metrics statements="1389" coveredstatements="0" conditionals="11" coveredconditionals="11" methods="11" coveredmethods="11"/>
500
- <file name="blacklistRequestInspector.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/blacklistRequestInspector.ts">
501
- <metrics statements="164" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
502
- <line num="16" count="0" type="stmt"/>
503
- <line num="17" count="0" type="stmt"/>
504
- <line num="25" count="0" type="stmt"/>
505
- <line num="28" count="0" type="stmt"/>
506
- <line num="29" count="0" type="stmt"/>
507
- <line num="30" count="0" type="stmt"/>
508
- <line num="31" count="0" type="stmt"/>
509
- <line num="32" count="0" type="stmt"/>
510
- <line num="33" count="0" type="stmt"/>
511
- <line num="34" count="0" type="stmt"/>
512
- <line num="35" count="0" type="stmt"/>
513
- <line num="36" count="0" type="stmt"/>
514
- <line num="38" count="0" type="stmt"/>
515
- <line num="39" count="0" type="stmt"/>
516
- <line num="40" count="0" type="stmt"/>
517
- <line num="41" count="0" type="stmt"/>
518
- <line num="42" count="0" type="stmt"/>
519
- <line num="44" count="0" type="stmt"/>
520
- <line num="45" count="0" type="stmt"/>
521
- <line num="47" count="0" type="stmt"/>
522
- <line num="49" count="0" type="stmt"/>
523
- <line num="50" count="0" type="stmt"/>
524
- <line num="51" count="0" type="stmt"/>
525
- <line num="52" count="0" type="stmt"/>
526
- <line num="53" count="0" type="stmt"/>
527
- <line num="54" count="0" type="stmt"/>
528
- <line num="55" count="0" type="stmt"/>
529
- <line num="56" count="0" type="stmt"/>
530
- <line num="57" count="0" type="stmt"/>
531
- <line num="58" count="0" type="stmt"/>
532
- <line num="59" count="0" type="stmt"/>
533
- <line num="60" count="0" type="stmt"/>
534
- <line num="62" count="0" type="stmt"/>
535
- <line num="63" count="0" type="stmt"/>
536
- <line num="64" count="0" type="stmt"/>
537
- <line num="65" count="0" type="stmt"/>
538
- <line num="66" count="0" type="stmt"/>
539
- <line num="67" count="0" type="stmt"/>
540
- <line num="68" count="0" type="stmt"/>
541
- <line num="70" count="0" type="stmt"/>
542
- <line num="71" count="0" type="stmt"/>
543
- <line num="72" count="0" type="stmt"/>
544
- <line num="73" count="0" type="stmt"/>
545
- <line num="74" count="0" type="stmt"/>
546
- <line num="75" count="0" type="stmt"/>
547
- <line num="77" count="0" type="stmt"/>
548
- <line num="79" count="0" type="stmt"/>
549
- <line num="80" count="0" type="stmt"/>
550
- <line num="81" count="0" type="stmt"/>
551
- <line num="82" count="0" type="stmt"/>
552
- <line num="83" count="0" type="stmt"/>
553
- <line num="84" count="0" type="stmt"/>
554
- <line num="85" count="0" type="stmt"/>
555
- <line num="87" count="0" type="stmt"/>
556
- <line num="89" count="0" type="stmt"/>
557
- <line num="90" count="0" type="stmt"/>
558
- <line num="92" count="0" type="stmt"/>
559
- <line num="93" count="0" type="stmt"/>
560
- <line num="94" count="0" type="stmt"/>
561
- <line num="95" count="0" type="stmt"/>
562
- <line num="96" count="0" type="stmt"/>
563
- <line num="98" count="0" type="stmt"/>
564
- <line num="99" count="0" type="stmt"/>
565
- <line num="100" count="0" type="stmt"/>
566
- <line num="101" count="0" type="stmt"/>
567
- <line num="102" count="0" type="stmt"/>
568
- <line num="104" count="0" type="stmt"/>
569
- <line num="105" count="0" type="stmt"/>
570
- <line num="106" count="0" type="stmt"/>
571
- <line num="107" count="0" type="stmt"/>
572
- <line num="108" count="0" type="stmt"/>
573
- <line num="109" count="0" type="stmt"/>
574
- <line num="111" count="0" type="stmt"/>
575
- <line num="112" count="0" type="stmt"/>
576
- <line num="113" count="0" type="stmt"/>
577
- <line num="115" count="0" type="stmt"/>
578
- <line num="116" count="0" type="stmt"/>
579
- <line num="117" count="0" type="stmt"/>
580
- <line num="118" count="0" type="stmt"/>
581
- <line num="119" count="0" type="stmt"/>
582
- <line num="120" count="0" type="stmt"/>
583
- <line num="121" count="0" type="stmt"/>
584
- <line num="122" count="0" type="stmt"/>
585
- <line num="124" count="0" type="stmt"/>
586
- <line num="125" count="0" type="stmt"/>
587
- <line num="126" count="0" type="stmt"/>
588
- <line num="127" count="0" type="stmt"/>
589
- <line num="129" count="0" type="stmt"/>
590
- <line num="130" count="0" type="stmt"/>
591
- <line num="132" count="0" type="stmt"/>
592
- <line num="133" count="0" type="stmt"/>
593
- <line num="134" count="0" type="stmt"/>
594
- <line num="135" count="0" type="stmt"/>
595
- <line num="136" count="0" type="stmt"/>
596
- <line num="137" count="0" type="stmt"/>
597
- <line num="138" count="0" type="stmt"/>
598
- <line num="139" count="0" type="stmt"/>
599
- <line num="141" count="0" type="stmt"/>
600
- <line num="142" count="0" type="stmt"/>
601
- <line num="143" count="0" type="stmt"/>
602
- <line num="146" count="0" type="stmt"/>
603
- <line num="147" count="0" type="stmt"/>
604
- <line num="148" count="0" type="stmt"/>
605
- <line num="149" count="0" type="stmt"/>
606
- <line num="150" count="0" type="stmt"/>
607
- <line num="151" count="0" type="stmt"/>
608
- <line num="152" count="0" type="stmt"/>
609
- <line num="153" count="0" type="stmt"/>
610
- <line num="154" count="0" type="stmt"/>
611
- <line num="156" count="0" type="stmt"/>
612
- <line num="157" count="0" type="stmt"/>
613
- <line num="159" count="0" type="stmt"/>
614
- <line num="161" count="0" type="stmt"/>
615
- <line num="162" count="0" type="stmt"/>
616
- <line num="163" count="0" type="stmt"/>
617
- <line num="164" count="0" type="stmt"/>
618
- <line num="165" count="0" type="stmt"/>
619
- <line num="167" count="0" type="stmt"/>
620
- <line num="168" count="0" type="stmt"/>
621
- <line num="169" count="0" type="stmt"/>
622
- <line num="170" count="0" type="stmt"/>
623
- <line num="171" count="0" type="stmt"/>
624
- <line num="172" count="0" type="stmt"/>
625
- <line num="173" count="0" type="stmt"/>
626
- <line num="174" count="0" type="stmt"/>
627
- <line num="175" count="0" type="stmt"/>
628
- <line num="176" count="0" type="stmt"/>
629
- <line num="177" count="0" type="stmt"/>
630
- <line num="178" count="0" type="stmt"/>
631
- <line num="179" count="0" type="stmt"/>
632
- <line num="181" count="0" type="stmt"/>
633
- <line num="182" count="0" type="stmt"/>
634
- <line num="183" count="0" type="stmt"/>
635
- <line num="184" count="0" type="stmt"/>
636
- <line num="185" count="0" type="stmt"/>
637
- <line num="186" count="0" type="stmt"/>
638
- <line num="188" count="0" type="stmt"/>
639
- <line num="189" count="0" type="stmt"/>
640
- <line num="190" count="0" type="stmt"/>
641
- <line num="192" count="0" type="stmt"/>
642
- <line num="193" count="0" type="stmt"/>
643
- <line num="194" count="0" type="stmt"/>
644
- <line num="196" count="0" type="stmt"/>
645
- <line num="197" count="0" type="stmt"/>
646
- <line num="198" count="0" type="stmt"/>
647
- <line num="202" count="0" type="stmt"/>
648
- <line num="203" count="0" type="stmt"/>
649
- <line num="204" count="0" type="stmt"/>
650
- <line num="205" count="0" type="stmt"/>
651
- <line num="206" count="0" type="stmt"/>
652
- <line num="207" count="0" type="stmt"/>
653
- <line num="208" count="0" type="stmt"/>
654
- <line num="210" count="0" type="stmt"/>
655
- <line num="211" count="0" type="stmt"/>
656
- <line num="212" count="0" type="stmt"/>
657
- <line num="213" count="0" type="stmt"/>
658
- <line num="214" count="0" type="stmt"/>
659
- <line num="216" count="0" type="stmt"/>
660
- <line num="217" count="0" type="stmt"/>
661
- <line num="218" count="0" type="stmt"/>
662
- <line num="219" count="0" type="stmt"/>
663
- <line num="220" count="0" type="stmt"/>
664
- <line num="221" count="0" type="stmt"/>
665
- <line num="222" count="0" type="stmt"/>
666
- </file>
667
- <file name="block.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/block.ts">
668
- <metrics statements="15" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
669
- <line num="16" count="0" type="stmt"/>
670
- <line num="18" count="0" type="stmt"/>
671
- <line num="19" count="0" type="stmt"/>
672
- <line num="20" count="0" type="stmt"/>
673
- <line num="21" count="0" type="stmt"/>
674
- <line num="23" count="0" type="stmt"/>
675
- <line num="24" count="0" type="stmt"/>
676
- <line num="26" count="0" type="stmt"/>
677
- <line num="27" count="0" type="stmt"/>
678
- <line num="28" count="0" type="stmt"/>
679
- <line num="29" count="0" type="stmt"/>
680
- <line num="31" count="0" type="stmt"/>
681
- <line num="32" count="0" type="stmt"/>
682
- <line num="33" count="0" type="stmt"/>
683
- <line num="34" count="0" type="stmt"/>
684
- </file>
685
- <file name="captcha.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/captcha.ts">
686
- <metrics statements="740" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
687
- <line num="15" count="0" type="stmt"/>
688
- <line num="16" count="0" type="stmt"/>
689
- <line num="17" count="0" type="stmt"/>
690
- <line num="18" count="0" type="stmt"/>
691
- <line num="40" count="0" type="stmt"/>
692
- <line num="41" count="0" type="stmt"/>
693
- <line num="42" count="0" type="stmt"/>
694
- <line num="43" count="0" type="stmt"/>
695
- <line num="44" count="0" type="stmt"/>
696
- <line num="45" count="0" type="stmt"/>
697
- <line num="46" count="0" type="stmt"/>
698
- <line num="47" count="0" type="stmt"/>
699
- <line num="48" count="0" type="stmt"/>
700
- <line num="49" count="0" type="stmt"/>
701
- <line num="51" count="0" type="stmt"/>
702
- <line num="59" count="0" type="stmt"/>
703
- <line num="60" count="0" type="stmt"/>
704
- <line num="62" count="0" type="stmt"/>
705
- <line num="70" count="0" type="stmt"/>
706
- <line num="71" count="0" type="stmt"/>
707
- <line num="72" count="0" type="stmt"/>
708
- <line num="73" count="0" type="stmt"/>
709
- <line num="74" count="0" type="stmt"/>
710
- <line num="76" count="0" type="stmt"/>
711
- <line num="77" count="0" type="stmt"/>
712
- <line num="78" count="0" type="stmt"/>
713
- <line num="79" count="0" type="stmt"/>
714
- <line num="80" count="0" type="stmt"/>
715
- <line num="81" count="0" type="stmt"/>
716
- <line num="82" count="0" type="stmt"/>
717
- <line num="83" count="0" type="stmt"/>
718
- <line num="84" count="0" type="stmt"/>
719
- <line num="86" count="0" type="stmt"/>
720
- <line num="88" count="0" type="stmt"/>
721
- <line num="89" count="0" type="stmt"/>
722
- <line num="90" count="0" type="stmt"/>
723
- <line num="91" count="0" type="stmt"/>
724
- <line num="92" count="0" type="stmt"/>
725
- <line num="93" count="0" type="stmt"/>
726
- <line num="94" count="0" type="stmt"/>
727
- <line num="95" count="0" type="stmt"/>
728
- <line num="96" count="0" type="stmt"/>
729
- <line num="97" count="0" type="stmt"/>
730
- <line num="98" count="0" type="stmt"/>
731
- <line num="100" count="0" type="stmt"/>
732
- <line num="102" count="0" type="stmt"/>
733
- <line num="103" count="0" type="stmt"/>
734
- <line num="105" count="0" type="stmt"/>
735
- <line num="106" count="0" type="stmt"/>
736
- <line num="108" count="0" type="stmt"/>
737
- <line num="109" count="0" type="stmt"/>
738
- <line num="110" count="0" type="stmt"/>
739
- <line num="111" count="0" type="stmt"/>
740
- <line num="112" count="0" type="stmt"/>
741
- <line num="113" count="0" type="stmt"/>
742
- <line num="114" count="0" type="stmt"/>
743
- <line num="115" count="0" type="stmt"/>
744
- <line num="116" count="0" type="stmt"/>
745
- <line num="118" count="0" type="stmt"/>
746
- <line num="119" count="0" type="stmt"/>
747
- <line num="120" count="0" type="stmt"/>
748
- <line num="121" count="0" type="stmt"/>
749
- <line num="122" count="0" type="stmt"/>
750
- <line num="123" count="0" type="stmt"/>
751
- <line num="124" count="0" type="stmt"/>
752
- <line num="125" count="0" type="stmt"/>
753
- <line num="126" count="0" type="stmt"/>
754
- <line num="127" count="0" type="stmt"/>
755
- <line num="128" count="0" type="stmt"/>
756
- <line num="129" count="0" type="stmt"/>
757
- <line num="130" count="0" type="stmt"/>
758
- <line num="132" count="0" type="stmt"/>
759
- <line num="133" count="0" type="stmt"/>
760
- <line num="134" count="0" type="stmt"/>
761
- <line num="135" count="0" type="stmt"/>
762
- <line num="136" count="0" type="stmt"/>
763
- <line num="137" count="0" type="stmt"/>
764
- <line num="138" count="0" type="stmt"/>
765
- <line num="139" count="0" type="stmt"/>
766
- <line num="140" count="0" type="stmt"/>
767
- <line num="142" count="0" type="stmt"/>
768
- <line num="143" count="0" type="stmt"/>
769
- <line num="144" count="0" type="stmt"/>
770
- <line num="145" count="0" type="stmt"/>
771
- <line num="146" count="0" type="stmt"/>
772
- <line num="147" count="0" type="stmt"/>
773
- <line num="148" count="0" type="stmt"/>
774
- <line num="149" count="0" type="stmt"/>
775
- <line num="150" count="0" type="stmt"/>
776
- <line num="151" count="0" type="stmt"/>
777
- <line num="152" count="0" type="stmt"/>
778
- <line num="153" count="0" type="stmt"/>
779
- <line num="154" count="0" type="stmt"/>
780
- <line num="156" count="0" type="stmt"/>
781
- <line num="157" count="0" type="stmt"/>
782
- <line num="158" count="0" type="stmt"/>
783
- <line num="159" count="0" type="stmt"/>
784
- <line num="160" count="0" type="stmt"/>
785
- <line num="161" count="0" type="stmt"/>
786
- <line num="162" count="0" type="stmt"/>
787
- <line num="163" count="0" type="stmt"/>
788
- <line num="164" count="0" type="stmt"/>
789
- <line num="165" count="0" type="stmt"/>
790
- <line num="166" count="0" type="stmt"/>
791
- <line num="167" count="0" type="stmt"/>
792
- <line num="168" count="0" type="stmt"/>
793
- <line num="170" count="0" type="stmt"/>
794
- <line num="171" count="0" type="stmt"/>
795
- <line num="172" count="0" type="stmt"/>
796
- <line num="173" count="0" type="stmt"/>
797
- <line num="174" count="0" type="stmt"/>
798
- <line num="175" count="0" type="stmt"/>
799
- <line num="176" count="0" type="stmt"/>
800
- <line num="177" count="0" type="stmt"/>
801
- <line num="178" count="0" type="stmt"/>
802
- <line num="179" count="0" type="stmt"/>
803
- <line num="180" count="0" type="stmt"/>
804
- <line num="181" count="0" type="stmt"/>
805
- <line num="182" count="0" type="stmt"/>
806
- <line num="183" count="0" type="stmt"/>
807
- <line num="184" count="0" type="stmt"/>
808
- <line num="185" count="0" type="stmt"/>
809
- <line num="186" count="0" type="stmt"/>
810
- <line num="187" count="0" type="stmt"/>
811
- <line num="188" count="0" type="stmt"/>
812
- <line num="189" count="0" type="stmt"/>
813
- <line num="190" count="0" type="stmt"/>
814
- <line num="191" count="0" type="stmt"/>
815
- <line num="192" count="0" type="stmt"/>
816
- <line num="193" count="0" type="stmt"/>
817
- <line num="194" count="0" type="stmt"/>
818
- <line num="195" count="0" type="stmt"/>
819
- <line num="196" count="0" type="stmt"/>
820
- <line num="197" count="0" type="stmt"/>
821
- <line num="198" count="0" type="stmt"/>
822
- <line num="199" count="0" type="stmt"/>
823
- <line num="200" count="0" type="stmt"/>
824
- <line num="201" count="0" type="stmt"/>
825
- <line num="202" count="0" type="stmt"/>
826
- <line num="203" count="0" type="stmt"/>
827
- <line num="204" count="0" type="stmt"/>
828
- <line num="205" count="0" type="stmt"/>
829
- <line num="206" count="0" type="stmt"/>
830
- <line num="207" count="0" type="stmt"/>
831
- <line num="208" count="0" type="stmt"/>
832
- <line num="209" count="0" type="stmt"/>
833
- <line num="210" count="0" type="stmt"/>
834
- <line num="211" count="0" type="stmt"/>
835
- <line num="212" count="0" type="stmt"/>
836
- <line num="213" count="0" type="stmt"/>
837
- <line num="214" count="0" type="stmt"/>
838
- <line num="215" count="0" type="stmt"/>
839
- <line num="216" count="0" type="stmt"/>
840
- <line num="217" count="0" type="stmt"/>
841
- <line num="219" count="0" type="stmt"/>
842
- <line num="220" count="0" type="stmt"/>
843
- <line num="221" count="0" type="stmt"/>
844
- <line num="222" count="0" type="stmt"/>
845
- <line num="223" count="0" type="stmt"/>
846
- <line num="224" count="0" type="stmt"/>
847
- <line num="225" count="0" type="stmt"/>
848
- <line num="226" count="0" type="stmt"/>
849
- <line num="227" count="0" type="stmt"/>
850
- <line num="228" count="0" type="stmt"/>
851
- <line num="229" count="0" type="stmt"/>
852
- <line num="239" count="0" type="stmt"/>
853
- <line num="240" count="0" type="stmt"/>
854
- <line num="241" count="0" type="stmt"/>
855
- <line num="242" count="0" type="stmt"/>
856
- <line num="245" count="0" type="stmt"/>
857
- <line num="246" count="0" type="stmt"/>
858
- <line num="247" count="0" type="stmt"/>
859
- <line num="248" count="0" type="stmt"/>
860
- <line num="249" count="0" type="stmt"/>
861
- <line num="250" count="0" type="stmt"/>
862
- <line num="251" count="0" type="stmt"/>
863
- <line num="252" count="0" type="stmt"/>
864
- <line num="253" count="0" type="stmt"/>
865
- <line num="254" count="0" type="stmt"/>
866
- <line num="255" count="0" type="stmt"/>
867
- <line num="257" count="0" type="stmt"/>
868
- <line num="258" count="0" type="stmt"/>
869
- <line num="259" count="0" type="stmt"/>
870
- <line num="260" count="0" type="stmt"/>
871
- <line num="261" count="0" type="stmt"/>
872
- <line num="262" count="0" type="stmt"/>
873
- <line num="263" count="0" type="stmt"/>
874
- <line num="264" count="0" type="stmt"/>
875
- <line num="265" count="0" type="stmt"/>
876
- <line num="266" count="0" type="stmt"/>
877
- <line num="267" count="0" type="stmt"/>
878
- <line num="268" count="0" type="stmt"/>
879
- <line num="270" count="0" type="stmt"/>
880
- <line num="272" count="0" type="stmt"/>
881
- <line num="273" count="0" type="stmt"/>
882
- <line num="275" count="0" type="stmt"/>
883
- <line num="276" count="0" type="stmt"/>
884
- <line num="278" count="0" type="stmt"/>
885
- <line num="279" count="0" type="stmt"/>
886
- <line num="280" count="0" type="stmt"/>
887
- <line num="281" count="0" type="stmt"/>
888
- <line num="282" count="0" type="stmt"/>
889
- <line num="283" count="0" type="stmt"/>
890
- <line num="284" count="0" type="stmt"/>
891
- <line num="285" count="0" type="stmt"/>
892
- <line num="286" count="0" type="stmt"/>
893
- <line num="288" count="0" type="stmt"/>
894
- <line num="289" count="0" type="stmt"/>
895
- <line num="290" count="0" type="stmt"/>
896
- <line num="291" count="0" type="stmt"/>
897
- <line num="292" count="0" type="stmt"/>
898
- <line num="293" count="0" type="stmt"/>
899
- <line num="294" count="0" type="stmt"/>
900
- <line num="295" count="0" type="stmt"/>
901
- <line num="296" count="0" type="stmt"/>
902
- <line num="297" count="0" type="stmt"/>
903
- <line num="298" count="0" type="stmt"/>
904
- <line num="299" count="0" type="stmt"/>
905
- <line num="300" count="0" type="stmt"/>
906
- <line num="302" count="0" type="stmt"/>
907
- <line num="303" count="0" type="stmt"/>
908
- <line num="304" count="0" type="stmt"/>
909
- <line num="305" count="0" type="stmt"/>
910
- <line num="306" count="0" type="stmt"/>
911
- <line num="307" count="0" type="stmt"/>
912
- <line num="308" count="0" type="stmt"/>
913
- <line num="309" count="0" type="stmt"/>
914
- <line num="310" count="0" type="stmt"/>
915
- <line num="311" count="0" type="stmt"/>
916
- <line num="312" count="0" type="stmt"/>
917
- <line num="313" count="0" type="stmt"/>
918
- <line num="314" count="0" type="stmt"/>
919
- <line num="315" count="0" type="stmt"/>
920
- <line num="316" count="0" type="stmt"/>
921
- <line num="317" count="0" type="stmt"/>
922
- <line num="318" count="0" type="stmt"/>
923
- <line num="319" count="0" type="stmt"/>
924
- <line num="320" count="0" type="stmt"/>
925
- <line num="321" count="0" type="stmt"/>
926
- <line num="322" count="0" type="stmt"/>
927
- <line num="323" count="0" type="stmt"/>
928
- <line num="324" count="0" type="stmt"/>
929
- <line num="325" count="0" type="stmt"/>
930
- <line num="326" count="0" type="stmt"/>
931
- <line num="327" count="0" type="stmt"/>
932
- <line num="328" count="0" type="stmt"/>
933
- <line num="336" count="0" type="stmt"/>
934
- <line num="337" count="0" type="stmt"/>
935
- <line num="338" count="0" type="stmt"/>
936
- <line num="339" count="0" type="stmt"/>
937
- <line num="341" count="0" type="stmt"/>
938
- <line num="342" count="0" type="stmt"/>
939
- <line num="343" count="0" type="stmt"/>
940
- <line num="344" count="0" type="stmt"/>
941
- <line num="345" count="0" type="stmt"/>
942
- <line num="346" count="0" type="stmt"/>
943
- <line num="347" count="0" type="stmt"/>
944
- <line num="348" count="0" type="stmt"/>
945
- <line num="349" count="0" type="stmt"/>
946
- <line num="350" count="0" type="stmt"/>
947
- <line num="351" count="0" type="stmt"/>
948
- <line num="353" count="0" type="stmt"/>
949
- <line num="355" count="0" type="stmt"/>
950
- <line num="356" count="0" type="stmt"/>
951
- <line num="358" count="0" type="stmt"/>
952
- <line num="359" count="0" type="stmt"/>
953
- <line num="361" count="0" type="stmt"/>
954
- <line num="362" count="0" type="stmt"/>
955
- <line num="363" count="0" type="stmt"/>
956
- <line num="364" count="0" type="stmt"/>
957
- <line num="365" count="0" type="stmt"/>
958
- <line num="366" count="0" type="stmt"/>
959
- <line num="367" count="0" type="stmt"/>
960
- <line num="368" count="0" type="stmt"/>
961
- <line num="369" count="0" type="stmt"/>
962
- <line num="371" count="0" type="stmt"/>
963
- <line num="372" count="0" type="stmt"/>
964
- <line num="373" count="0" type="stmt"/>
965
- <line num="374" count="0" type="stmt"/>
966
- <line num="375" count="0" type="stmt"/>
967
- <line num="376" count="0" type="stmt"/>
968
- <line num="377" count="0" type="stmt"/>
969
- <line num="378" count="0" type="stmt"/>
970
- <line num="379" count="0" type="stmt"/>
971
- <line num="380" count="0" type="stmt"/>
972
- <line num="381" count="0" type="stmt"/>
973
- <line num="382" count="0" type="stmt"/>
974
- <line num="383" count="0" type="stmt"/>
975
- <line num="385" count="0" type="stmt"/>
976
- <line num="386" count="0" type="stmt"/>
977
- <line num="387" count="0" type="stmt"/>
978
- <line num="388" count="0" type="stmt"/>
979
- <line num="389" count="0" type="stmt"/>
980
- <line num="390" count="0" type="stmt"/>
981
- <line num="391" count="0" type="stmt"/>
982
- <line num="392" count="0" type="stmt"/>
983
- <line num="393" count="0" type="stmt"/>
984
- <line num="395" count="0" type="stmt"/>
985
- <line num="396" count="0" type="stmt"/>
986
- <line num="397" count="0" type="stmt"/>
987
- <line num="398" count="0" type="stmt"/>
988
- <line num="399" count="0" type="stmt"/>
989
- <line num="400" count="0" type="stmt"/>
990
- <line num="401" count="0" type="stmt"/>
991
- <line num="402" count="0" type="stmt"/>
992
- <line num="403" count="0" type="stmt"/>
993
- <line num="404" count="0" type="stmt"/>
994
- <line num="405" count="0" type="stmt"/>
995
- <line num="406" count="0" type="stmt"/>
996
- <line num="407" count="0" type="stmt"/>
997
- <line num="409" count="0" type="stmt"/>
998
- <line num="411" count="0" type="stmt"/>
999
- <line num="412" count="0" type="stmt"/>
1000
- <line num="413" count="0" type="stmt"/>
1001
- <line num="414" count="0" type="stmt"/>
1002
- <line num="415" count="0" type="stmt"/>
1003
- <line num="416" count="0" type="stmt"/>
1004
- <line num="417" count="0" type="stmt"/>
1005
- <line num="418" count="0" type="stmt"/>
1006
- <line num="419" count="0" type="stmt"/>
1007
- <line num="420" count="0" type="stmt"/>
1008
- <line num="421" count="0" type="stmt"/>
1009
- <line num="422" count="0" type="stmt"/>
1010
- <line num="423" count="0" type="stmt"/>
1011
- <line num="424" count="0" type="stmt"/>
1012
- <line num="426" count="0" type="stmt"/>
1013
- <line num="427" count="0" type="stmt"/>
1014
- <line num="428" count="0" type="stmt"/>
1015
- <line num="429" count="0" type="stmt"/>
1016
- <line num="430" count="0" type="stmt"/>
1017
- <line num="431" count="0" type="stmt"/>
1018
- <line num="432" count="0" type="stmt"/>
1019
- <line num="433" count="0" type="stmt"/>
1020
- <line num="434" count="0" type="stmt"/>
1021
- <line num="435" count="0" type="stmt"/>
1022
- <line num="437" count="0" type="stmt"/>
1023
- <line num="438" count="0" type="stmt"/>
1024
- <line num="439" count="0" type="stmt"/>
1025
- <line num="440" count="0" type="stmt"/>
1026
- <line num="441" count="0" type="stmt"/>
1027
- <line num="442" count="0" type="stmt"/>
1028
- <line num="443" count="0" type="stmt"/>
1029
- <line num="444" count="0" type="stmt"/>
1030
- <line num="445" count="0" type="stmt"/>
1031
- <line num="446" count="0" type="stmt"/>
1032
- <line num="447" count="0" type="stmt"/>
1033
- <line num="448" count="0" type="stmt"/>
1034
- <line num="449" count="0" type="stmt"/>
1035
- <line num="450" count="0" type="stmt"/>
1036
- <line num="452" count="0" type="stmt"/>
1037
- <line num="453" count="0" type="stmt"/>
1038
- <line num="454" count="0" type="stmt"/>
1039
- <line num="455" count="0" type="stmt"/>
1040
- <line num="456" count="0" type="stmt"/>
1041
- <line num="457" count="0" type="stmt"/>
1042
- <line num="458" count="0" type="stmt"/>
1043
- <line num="459" count="0" type="stmt"/>
1044
- <line num="460" count="0" type="stmt"/>
1045
- <line num="461" count="0" type="stmt"/>
1046
- <line num="462" count="0" type="stmt"/>
1047
- <line num="464" count="0" type="stmt"/>
1048
- <line num="465" count="0" type="stmt"/>
1049
- <line num="466" count="0" type="stmt"/>
1050
- <line num="467" count="0" type="stmt"/>
1051
- <line num="468" count="0" type="stmt"/>
1052
- <line num="469" count="0" type="stmt"/>
1053
- <line num="470" count="0" type="stmt"/>
1054
- <line num="471" count="0" type="stmt"/>
1055
- <line num="472" count="0" type="stmt"/>
1056
- <line num="473" count="0" type="stmt"/>
1057
- <line num="474" count="0" type="stmt"/>
1058
- <line num="475" count="0" type="stmt"/>
1059
- <line num="476" count="0" type="stmt"/>
1060
- <line num="477" count="0" type="stmt"/>
1061
- <line num="478" count="0" type="stmt"/>
1062
- <line num="479" count="0" type="stmt"/>
1063
- <line num="480" count="0" type="stmt"/>
1064
- <line num="481" count="0" type="stmt"/>
1065
- <line num="482" count="0" type="stmt"/>
1066
- <line num="483" count="0" type="stmt"/>
1067
- <line num="484" count="0" type="stmt"/>
1068
- <line num="485" count="0" type="stmt"/>
1069
- <line num="486" count="0" type="stmt"/>
1070
- <line num="487" count="0" type="stmt"/>
1071
- <line num="488" count="0" type="stmt"/>
1072
- <line num="489" count="0" type="stmt"/>
1073
- <line num="490" count="0" type="stmt"/>
1074
- <line num="491" count="0" type="stmt"/>
1075
- <line num="492" count="0" type="stmt"/>
1076
- <line num="493" count="0" type="stmt"/>
1077
- <line num="494" count="0" type="stmt"/>
1078
- <line num="495" count="0" type="stmt"/>
1079
- <line num="506" count="0" type="stmt"/>
1080
- <line num="507" count="0" type="stmt"/>
1081
- <line num="508" count="0" type="stmt"/>
1082
- <line num="509" count="0" type="stmt"/>
1083
- <line num="510" count="0" type="stmt"/>
1084
- <line num="513" count="0" type="stmt"/>
1085
- <line num="514" count="0" type="stmt"/>
1086
- <line num="515" count="0" type="stmt"/>
1087
- <line num="516" count="0" type="stmt"/>
1088
- <line num="517" count="0" type="stmt"/>
1089
- <line num="518" count="0" type="stmt"/>
1090
- <line num="519" count="0" type="stmt"/>
1091
- <line num="520" count="0" type="stmt"/>
1092
- <line num="521" count="0" type="stmt"/>
1093
- <line num="522" count="0" type="stmt"/>
1094
- <line num="524" count="0" type="stmt"/>
1095
- <line num="525" count="0" type="stmt"/>
1096
- <line num="526" count="0" type="stmt"/>
1097
- <line num="527" count="0" type="stmt"/>
1098
- <line num="528" count="0" type="stmt"/>
1099
- <line num="529" count="0" type="stmt"/>
1100
- <line num="530" count="0" type="stmt"/>
1101
- <line num="531" count="0" type="stmt"/>
1102
- <line num="532" count="0" type="stmt"/>
1103
- <line num="533" count="0" type="stmt"/>
1104
- <line num="534" count="0" type="stmt"/>
1105
- <line num="536" count="0" type="stmt"/>
1106
- <line num="537" count="0" type="stmt"/>
1107
- <line num="539" count="0" type="stmt"/>
1108
- <line num="540" count="0" type="stmt"/>
1109
- <line num="542" count="0" type="stmt"/>
1110
- <line num="543" count="0" type="stmt"/>
1111
- <line num="545" count="0" type="stmt"/>
1112
- <line num="546" count="0" type="stmt"/>
1113
- <line num="547" count="0" type="stmt"/>
1114
- <line num="548" count="0" type="stmt"/>
1115
- <line num="549" count="0" type="stmt"/>
1116
- <line num="550" count="0" type="stmt"/>
1117
- <line num="551" count="0" type="stmt"/>
1118
- <line num="552" count="0" type="stmt"/>
1119
- <line num="553" count="0" type="stmt"/>
1120
- <line num="555" count="0" type="stmt"/>
1121
- <line num="556" count="0" type="stmt"/>
1122
- <line num="557" count="0" type="stmt"/>
1123
- <line num="558" count="0" type="stmt"/>
1124
- <line num="559" count="0" type="stmt"/>
1125
- <line num="560" count="0" type="stmt"/>
1126
- <line num="561" count="0" type="stmt"/>
1127
- <line num="562" count="0" type="stmt"/>
1128
- <line num="563" count="0" type="stmt"/>
1129
- <line num="564" count="0" type="stmt"/>
1130
- <line num="565" count="0" type="stmt"/>
1131
- <line num="566" count="0" type="stmt"/>
1132
- <line num="567" count="0" type="stmt"/>
1133
- <line num="568" count="0" type="stmt"/>
1134
- <line num="569" count="0" type="stmt"/>
1135
- <line num="570" count="0" type="stmt"/>
1136
- <line num="571" count="0" type="stmt"/>
1137
- <line num="572" count="0" type="stmt"/>
1138
- <line num="573" count="0" type="stmt"/>
1139
- <line num="574" count="0" type="stmt"/>
1140
- <line num="575" count="0" type="stmt"/>
1141
- <line num="576" count="0" type="stmt"/>
1142
- <line num="577" count="0" type="stmt"/>
1143
- <line num="578" count="0" type="stmt"/>
1144
- <line num="579" count="0" type="stmt"/>
1145
- <line num="580" count="0" type="stmt"/>
1146
- <line num="581" count="0" type="stmt"/>
1147
- <line num="582" count="0" type="stmt"/>
1148
- <line num="583" count="0" type="stmt"/>
1149
- <line num="584" count="0" type="stmt"/>
1150
- <line num="585" count="0" type="stmt"/>
1151
- <line num="590" count="0" type="stmt"/>
1152
- <line num="591" count="0" type="stmt"/>
1153
- <line num="592" count="0" type="stmt"/>
1154
- <line num="593" count="0" type="stmt"/>
1155
- <line num="594" count="0" type="stmt"/>
1156
- <line num="595" count="0" type="stmt"/>
1157
- <line num="596" count="0" type="stmt"/>
1158
- <line num="599" count="0" type="stmt"/>
1159
- <line num="600" count="0" type="stmt"/>
1160
- <line num="601" count="0" type="stmt"/>
1161
- <line num="602" count="0" type="stmt"/>
1162
- <line num="603" count="0" type="stmt"/>
1163
- <line num="606" count="0" type="stmt"/>
1164
- <line num="607" count="0" type="stmt"/>
1165
- <line num="608" count="0" type="stmt"/>
1166
- <line num="609" count="0" type="stmt"/>
1167
- <line num="610" count="0" type="stmt"/>
1168
- <line num="611" count="0" type="stmt"/>
1169
- <line num="612" count="0" type="stmt"/>
1170
- <line num="613" count="0" type="stmt"/>
1171
- <line num="614" count="0" type="stmt"/>
1172
- <line num="615" count="0" type="stmt"/>
1173
- <line num="618" count="0" type="stmt"/>
1174
- <line num="619" count="0" type="stmt"/>
1175
- <line num="620" count="0" type="stmt"/>
1176
- <line num="621" count="0" type="stmt"/>
1177
- <line num="622" count="0" type="stmt"/>
1178
- <line num="623" count="0" type="stmt"/>
1179
- <line num="624" count="0" type="stmt"/>
1180
- <line num="625" count="0" type="stmt"/>
1181
- <line num="626" count="0" type="stmt"/>
1182
- <line num="629" count="0" type="stmt"/>
1183
- <line num="630" count="0" type="stmt"/>
1184
- <line num="632" count="0" type="stmt"/>
1185
- <line num="633" count="0" type="stmt"/>
1186
- <line num="634" count="0" type="stmt"/>
1187
- <line num="635" count="0" type="stmt"/>
1188
- <line num="636" count="0" type="stmt"/>
1189
- <line num="637" count="0" type="stmt"/>
1190
- <line num="638" count="0" type="stmt"/>
1191
- <line num="639" count="0" type="stmt"/>
1192
- <line num="640" count="0" type="stmt"/>
1193
- <line num="641" count="0" type="stmt"/>
1194
- <line num="642" count="0" type="stmt"/>
1195
- <line num="643" count="0" type="stmt"/>
1196
- <line num="644" count="0" type="stmt"/>
1197
- <line num="645" count="0" type="stmt"/>
1198
- <line num="646" count="0" type="stmt"/>
1199
- <line num="647" count="0" type="stmt"/>
1200
- <line num="648" count="0" type="stmt"/>
1201
- <line num="650" count="0" type="stmt"/>
1202
- <line num="651" count="0" type="stmt"/>
1203
- <line num="652" count="0" type="stmt"/>
1204
- <line num="654" count="0" type="stmt"/>
1205
- <line num="655" count="0" type="stmt"/>
1206
- <line num="656" count="0" type="stmt"/>
1207
- <line num="657" count="0" type="stmt"/>
1208
- <line num="658" count="0" type="stmt"/>
1209
- <line num="659" count="0" type="stmt"/>
1210
- <line num="660" count="0" type="stmt"/>
1211
- <line num="661" count="0" type="stmt"/>
1212
- <line num="662" count="0" type="stmt"/>
1213
- <line num="664" count="0" type="stmt"/>
1214
- <line num="665" count="0" type="stmt"/>
1215
- <line num="666" count="0" type="stmt"/>
1216
- <line num="667" count="0" type="stmt"/>
1217
- <line num="668" count="0" type="stmt"/>
1218
- <line num="669" count="0" type="stmt"/>
1219
- <line num="670" count="0" type="stmt"/>
1220
- <line num="671" count="0" type="stmt"/>
1221
- <line num="672" count="0" type="stmt"/>
1222
- <line num="673" count="0" type="stmt"/>
1223
- <line num="674" count="0" type="stmt"/>
1224
- <line num="676" count="0" type="stmt"/>
1225
- <line num="678" count="0" type="stmt"/>
1226
- <line num="680" count="0" type="stmt"/>
1227
- <line num="681" count="0" type="stmt"/>
1228
- <line num="682" count="0" type="stmt"/>
1229
- <line num="683" count="0" type="stmt"/>
1230
- <line num="684" count="0" type="stmt"/>
1231
- <line num="685" count="0" type="stmt"/>
1232
- <line num="686" count="0" type="stmt"/>
1233
- <line num="687" count="0" type="stmt"/>
1234
- <line num="688" count="0" type="stmt"/>
1235
- <line num="690" count="0" type="stmt"/>
1236
- <line num="691" count="0" type="stmt"/>
1237
- <line num="692" count="0" type="stmt"/>
1238
- <line num="693" count="0" type="stmt"/>
1239
- <line num="694" count="0" type="stmt"/>
1240
- <line num="695" count="0" type="stmt"/>
1241
- <line num="697" count="0" type="stmt"/>
1242
- <line num="698" count="0" type="stmt"/>
1243
- <line num="699" count="0" type="stmt"/>
1244
- <line num="700" count="0" type="stmt"/>
1245
- <line num="701" count="0" type="stmt"/>
1246
- <line num="702" count="0" type="stmt"/>
1247
- <line num="703" count="0" type="stmt"/>
1248
- <line num="704" count="0" type="stmt"/>
1249
- <line num="705" count="0" type="stmt"/>
1250
- <line num="706" count="0" type="stmt"/>
1251
- <line num="707" count="0" type="stmt"/>
1252
- <line num="708" count="0" type="stmt"/>
1253
- <line num="709" count="0" type="stmt"/>
1254
- <line num="711" count="0" type="stmt"/>
1255
- <line num="712" count="0" type="stmt"/>
1256
- <line num="713" count="0" type="stmt"/>
1257
- <line num="716" count="0" type="stmt"/>
1258
- <line num="717" count="0" type="stmt"/>
1259
- <line num="718" count="0" type="stmt"/>
1260
- <line num="719" count="0" type="stmt"/>
1261
- <line num="720" count="0" type="stmt"/>
1262
- <line num="721" count="0" type="stmt"/>
1263
- <line num="722" count="0" type="stmt"/>
1264
- <line num="723" count="0" type="stmt"/>
1265
- <line num="724" count="0" type="stmt"/>
1266
- <line num="725" count="0" type="stmt"/>
1267
- <line num="726" count="0" type="stmt"/>
1268
- <line num="729" count="0" type="stmt"/>
1269
- <line num="730" count="0" type="stmt"/>
1270
- <line num="731" count="0" type="stmt"/>
1271
- <line num="732" count="0" type="stmt"/>
1272
- <line num="733" count="0" type="stmt"/>
1273
- <line num="734" count="0" type="stmt"/>
1274
- <line num="735" count="0" type="stmt"/>
1275
- <line num="736" count="0" type="stmt"/>
1276
- <line num="737" count="0" type="stmt"/>
1277
- <line num="738" count="0" type="stmt"/>
1278
- <line num="739" count="0" type="stmt"/>
1279
- <line num="740" count="0" type="stmt"/>
1280
- <line num="741" count="0" type="stmt"/>
1281
- <line num="745" count="0" type="stmt"/>
1282
- <line num="746" count="0" type="stmt"/>
1283
- <line num="747" count="0" type="stmt"/>
1284
- <line num="748" count="0" type="stmt"/>
1285
- <line num="749" count="0" type="stmt"/>
1286
- <line num="750" count="0" type="stmt"/>
1287
- <line num="751" count="0" type="stmt"/>
1288
- <line num="752" count="0" type="stmt"/>
1289
- <line num="753" count="0" type="stmt"/>
1290
- <line num="754" count="0" type="stmt"/>
1291
- <line num="755" count="0" type="stmt"/>
1292
- <line num="756" count="0" type="stmt"/>
1293
- <line num="757" count="0" type="stmt"/>
1294
- <line num="758" count="0" type="stmt"/>
1295
- <line num="759" count="0" type="stmt"/>
1296
- <line num="760" count="0" type="stmt"/>
1297
- <line num="761" count="0" type="stmt"/>
1298
- <line num="762" count="0" type="stmt"/>
1299
- <line num="763" count="0" type="stmt"/>
1300
- <line num="764" count="0" type="stmt"/>
1301
- <line num="765" count="0" type="stmt"/>
1302
- <line num="766" count="0" type="stmt"/>
1303
- <line num="767" count="0" type="stmt"/>
1304
- <line num="768" count="0" type="stmt"/>
1305
- <line num="769" count="0" type="stmt"/>
1306
- <line num="770" count="0" type="stmt"/>
1307
- <line num="771" count="0" type="stmt"/>
1308
- <line num="772" count="0" type="stmt"/>
1309
- <line num="775" count="0" type="stmt"/>
1310
- <line num="776" count="0" type="stmt"/>
1311
- <line num="777" count="0" type="stmt"/>
1312
- <line num="778" count="0" type="stmt"/>
1313
- <line num="779" count="0" type="stmt"/>
1314
- <line num="780" count="0" type="stmt"/>
1315
- <line num="781" count="0" type="stmt"/>
1316
- <line num="782" count="0" type="stmt"/>
1317
- <line num="783" count="0" type="stmt"/>
1318
- <line num="784" count="0" type="stmt"/>
1319
- <line num="785" count="0" type="stmt"/>
1320
- <line num="786" count="0" type="stmt"/>
1321
- <line num="787" count="0" type="stmt"/>
1322
- <line num="788" count="0" type="stmt"/>
1323
- <line num="789" count="0" type="stmt"/>
1324
- <line num="790" count="0" type="stmt"/>
1325
- <line num="791" count="0" type="stmt"/>
1326
- <line num="792" count="0" type="stmt"/>
1327
- <line num="793" count="0" type="stmt"/>
1328
- <line num="794" count="0" type="stmt"/>
1329
- <line num="795" count="0" type="stmt"/>
1330
- <line num="796" count="0" type="stmt"/>
1331
- <line num="797" count="0" type="stmt"/>
1332
- <line num="798" count="0" type="stmt"/>
1333
- <line num="799" count="0" type="stmt"/>
1334
- <line num="800" count="0" type="stmt"/>
1335
- <line num="801" count="0" type="stmt"/>
1336
- <line num="802" count="0" type="stmt"/>
1337
- <line num="804" count="0" type="stmt"/>
1338
- <line num="805" count="0" type="stmt"/>
1339
- <line num="806" count="0" type="stmt"/>
1340
- <line num="807" count="0" type="stmt"/>
1341
- <line num="808" count="0" type="stmt"/>
1342
- <line num="809" count="0" type="stmt"/>
1343
- <line num="810" count="0" type="stmt"/>
1344
- <line num="811" count="0" type="stmt"/>
1345
- <line num="812" count="0" type="stmt"/>
1346
- <line num="813" count="0" type="stmt"/>
1347
- <line num="814" count="0" type="stmt"/>
1348
- <line num="815" count="0" type="stmt"/>
1349
- <line num="816" count="0" type="stmt"/>
1350
- <line num="817" count="0" type="stmt"/>
1351
- <line num="818" count="0" type="stmt"/>
1352
- <line num="819" count="0" type="stmt"/>
1353
- <line num="820" count="0" type="stmt"/>
1354
- <line num="821" count="0" type="stmt"/>
1355
- <line num="824" count="0" type="stmt"/>
1356
- <line num="825" count="0" type="stmt"/>
1357
- <line num="826" count="0" type="stmt"/>
1358
- <line num="827" count="0" type="stmt"/>
1359
- <line num="828" count="0" type="stmt"/>
1360
- <line num="829" count="0" type="stmt"/>
1361
- <line num="830" count="0" type="stmt"/>
1362
- <line num="831" count="0" type="stmt"/>
1363
- <line num="832" count="0" type="stmt"/>
1364
- <line num="833" count="0" type="stmt"/>
1365
- <line num="834" count="0" type="stmt"/>
1366
- <line num="835" count="0" type="stmt"/>
1367
- <line num="836" count="0" type="stmt"/>
1368
- <line num="837" count="0" type="stmt"/>
1369
- <line num="838" count="0" type="stmt"/>
1370
- <line num="839" count="0" type="stmt"/>
1371
- <line num="842" count="0" type="stmt"/>
1372
- <line num="843" count="0" type="stmt"/>
1373
- <line num="844" count="0" type="stmt"/>
1374
- <line num="845" count="0" type="stmt"/>
1375
- <line num="846" count="0" type="stmt"/>
1376
- <line num="847" count="0" type="stmt"/>
1377
- <line num="848" count="0" type="stmt"/>
1378
- <line num="849" count="0" type="stmt"/>
1379
- <line num="850" count="0" type="stmt"/>
1380
- <line num="851" count="0" type="stmt"/>
1381
- <line num="852" count="0" type="stmt"/>
1382
- <line num="853" count="0" type="stmt"/>
1383
- <line num="856" count="0" type="stmt"/>
1384
- <line num="857" count="0" type="stmt"/>
1385
- <line num="858" count="0" type="stmt"/>
1386
- <line num="859" count="0" type="stmt"/>
1387
- <line num="860" count="0" type="stmt"/>
1388
- <line num="861" count="0" type="stmt"/>
1389
- <line num="862" count="0" type="stmt"/>
1390
- <line num="863" count="0" type="stmt"/>
1391
- <line num="864" count="0" type="stmt"/>
1392
- <line num="865" count="0" type="stmt"/>
1393
- <line num="866" count="0" type="stmt"/>
1394
- <line num="867" count="0" type="stmt"/>
1395
- <line num="868" count="0" type="stmt"/>
1396
- <line num="869" count="0" type="stmt"/>
1397
- <line num="870" count="0" type="stmt"/>
1398
- <line num="871" count="0" type="stmt"/>
1399
- <line num="872" count="0" type="stmt"/>
1400
- <line num="873" count="0" type="stmt"/>
1401
- <line num="876" count="0" type="stmt"/>
1402
- <line num="877" count="0" type="stmt"/>
1403
- <line num="878" count="0" type="stmt"/>
1404
- <line num="879" count="0" type="stmt"/>
1405
- <line num="880" count="0" type="stmt"/>
1406
- <line num="881" count="0" type="stmt"/>
1407
- <line num="882" count="0" type="stmt"/>
1408
- <line num="883" count="0" type="stmt"/>
1409
- <line num="884" count="0" type="stmt"/>
1410
- <line num="885" count="0" type="stmt"/>
1411
- <line num="886" count="0" type="stmt"/>
1412
- <line num="887" count="0" type="stmt"/>
1413
- <line num="888" count="0" type="stmt"/>
1414
- <line num="889" count="0" type="stmt"/>
1415
- <line num="890" count="0" type="stmt"/>
1416
- <line num="891" count="0" type="stmt"/>
1417
- <line num="892" count="0" type="stmt"/>
1418
- <line num="893" count="0" type="stmt"/>
1419
- <line num="894" count="0" type="stmt"/>
1420
- <line num="895" count="0" type="stmt"/>
1421
- <line num="896" count="0" type="stmt"/>
1422
- <line num="897" count="0" type="stmt"/>
1423
- <line num="898" count="0" type="stmt"/>
1424
- <line num="903" count="0" type="stmt"/>
1425
- <line num="905" count="0" type="stmt"/>
1426
- <line num="906" count="0" type="stmt"/>
1427
- </file>
1428
- <file name="domainMiddleware.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/domainMiddleware.ts">
1429
- <metrics statements="107" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1430
- <line num="15" count="0" type="stmt"/>
1431
- <line num="16" count="0" type="stmt"/>
1432
- <line num="18" count="0" type="stmt"/>
1433
- <line num="21" count="0" type="stmt"/>
1434
- <line num="22" count="0" type="stmt"/>
1435
- <line num="24" count="0" type="stmt"/>
1436
- <line num="25" count="0" type="stmt"/>
1437
- <line num="27" count="0" type="stmt"/>
1438
- <line num="28" count="0" type="stmt"/>
1439
- <line num="29" count="0" type="stmt"/>
1440
- <line num="30" count="0" type="stmt"/>
1441
- <line num="31" count="0" type="stmt"/>
1442
- <line num="32" count="0" type="stmt"/>
1443
- <line num="33" count="0" type="stmt"/>
1444
- <line num="34" count="0" type="stmt"/>
1445
- <line num="35" count="0" type="stmt"/>
1446
- <line num="37" count="0" type="stmt"/>
1447
- <line num="38" count="0" type="stmt"/>
1448
- <line num="39" count="0" type="stmt"/>
1449
- <line num="40" count="0" type="stmt"/>
1450
- <line num="41" count="0" type="stmt"/>
1451
- <line num="43" count="0" type="stmt"/>
1452
- <line num="44" count="0" type="stmt"/>
1453
- <line num="45" count="0" type="stmt"/>
1454
- <line num="47" count="0" type="stmt"/>
1455
- <line num="48" count="0" type="stmt"/>
1456
- <line num="49" count="0" type="stmt"/>
1457
- <line num="50" count="0" type="stmt"/>
1458
- <line num="51" count="0" type="stmt"/>
1459
- <line num="52" count="0" type="stmt"/>
1460
- <line num="53" count="0" type="stmt"/>
1461
- <line num="54" count="0" type="stmt"/>
1462
- <line num="56" count="0" type="stmt"/>
1463
- <line num="57" count="0" type="stmt"/>
1464
- <line num="58" count="0" type="stmt"/>
1465
- <line num="60" count="0" type="stmt"/>
1466
- <line num="61" count="0" type="stmt"/>
1467
- <line num="62" count="0" type="stmt"/>
1468
- <line num="63" count="0" type="stmt"/>
1469
- <line num="64" count="0" type="stmt"/>
1470
- <line num="65" count="0" type="stmt"/>
1471
- <line num="67" count="0" type="stmt"/>
1472
- <line num="68" count="0" type="stmt"/>
1473
- <line num="69" count="0" type="stmt"/>
1474
- <line num="70" count="0" type="stmt"/>
1475
- <line num="71" count="0" type="stmt"/>
1476
- <line num="72" count="0" type="stmt"/>
1477
- <line num="73" count="0" type="stmt"/>
1478
- <line num="74" count="0" type="stmt"/>
1479
- <line num="75" count="0" type="stmt"/>
1480
- <line num="76" count="0" type="stmt"/>
1481
- <line num="77" count="0" type="stmt"/>
1482
- <line num="78" count="0" type="stmt"/>
1483
- <line num="79" count="0" type="stmt"/>
1484
- <line num="80" count="0" type="stmt"/>
1485
- <line num="81" count="0" type="stmt"/>
1486
- <line num="83" count="0" type="stmt"/>
1487
- <line num="84" count="0" type="stmt"/>
1488
- <line num="85" count="0" type="stmt"/>
1489
- <line num="86" count="0" type="stmt"/>
1490
- <line num="87" count="0" type="stmt"/>
1491
- <line num="88" count="0" type="stmt"/>
1492
- <line num="89" count="0" type="stmt"/>
1493
- <line num="90" count="0" type="stmt"/>
1494
- <line num="91" count="0" type="stmt"/>
1495
- <line num="92" count="0" type="stmt"/>
1496
- <line num="93" count="0" type="stmt"/>
1497
- <line num="95" count="0" type="stmt"/>
1498
- <line num="96" count="0" type="stmt"/>
1499
- <line num="97" count="0" type="stmt"/>
1500
- <line num="98" count="0" type="stmt"/>
1501
- <line num="99" count="0" type="stmt"/>
1502
- <line num="100" count="0" type="stmt"/>
1503
- <line num="101" count="0" type="stmt"/>
1504
- <line num="102" count="0" type="stmt"/>
1505
- <line num="103" count="0" type="stmt"/>
1506
- <line num="104" count="0" type="stmt"/>
1507
- <line num="105" count="0" type="stmt"/>
1508
- <line num="107" count="0" type="stmt"/>
1509
- <line num="108" count="0" type="stmt"/>
1510
- <line num="109" count="0" type="stmt"/>
1511
- <line num="110" count="0" type="stmt"/>
1512
- <line num="111" count="0" type="stmt"/>
1513
- <line num="112" count="0" type="stmt"/>
1514
- <line num="113" count="0" type="stmt"/>
1515
- <line num="114" count="0" type="stmt"/>
1516
- <line num="115" count="0" type="stmt"/>
1517
- <line num="116" count="0" type="stmt"/>
1518
- <line num="117" count="0" type="stmt"/>
1519
- <line num="119" count="0" type="stmt"/>
1520
- <line num="120" count="0" type="stmt"/>
1521
- <line num="121" count="0" type="stmt"/>
1522
- <line num="122" count="0" type="stmt"/>
1523
- <line num="123" count="0" type="stmt"/>
1524
- <line num="124" count="0" type="stmt"/>
1525
- <line num="125" count="0" type="stmt"/>
1526
- <line num="126" count="0" type="stmt"/>
1527
- <line num="127" count="0" type="stmt"/>
1528
- <line num="128" count="0" type="stmt"/>
1529
- <line num="129" count="0" type="stmt"/>
1530
- <line num="130" count="0" type="stmt"/>
1531
- <line num="131" count="0" type="stmt"/>
1532
- <line num="132" count="0" type="stmt"/>
1533
- <line num="133" count="0" type="stmt"/>
1534
- <line num="134" count="0" type="stmt"/>
1535
- <line num="135" count="0" type="stmt"/>
1536
- <line num="136" count="0" type="stmt"/>
1537
- </file>
1538
- <file name="headerCheckMiddleware.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/headerCheckMiddleware.ts">
1539
- <metrics statements="31" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1540
- <line num="15" count="0" type="stmt"/>
1541
- <line num="19" count="0" type="stmt"/>
1542
- <line num="21" count="0" type="stmt"/>
1543
- <line num="22" count="0" type="stmt"/>
1544
- <line num="23" count="0" type="stmt"/>
1545
- <line num="24" count="0" type="stmt"/>
1546
- <line num="25" count="0" type="stmt"/>
1547
- <line num="27" count="0" type="stmt"/>
1548
- <line num="28" count="0" type="stmt"/>
1549
- <line num="29" count="0" type="stmt"/>
1550
- <line num="30" count="0" type="stmt"/>
1551
- <line num="31" count="0" type="stmt"/>
1552
- <line num="32" count="0" type="stmt"/>
1553
- <line num="33" count="0" type="stmt"/>
1554
- <line num="34" count="0" type="stmt"/>
1555
- <line num="36" count="0" type="stmt"/>
1556
- <line num="38" count="0" type="stmt"/>
1557
- <line num="40" count="0" type="stmt"/>
1558
- <line num="41" count="0" type="stmt"/>
1559
- <line num="44" count="0" type="stmt"/>
1560
- <line num="45" count="0" type="stmt"/>
1561
- <line num="46" count="0" type="stmt"/>
1562
- <line num="47" count="0" type="stmt"/>
1563
- <line num="49" count="0" type="stmt"/>
1564
- <line num="50" count="0" type="stmt"/>
1565
- <line num="51" count="0" type="stmt"/>
1566
- <line num="52" count="0" type="stmt"/>
1567
- <line num="53" count="0" type="stmt"/>
1568
- <line num="54" count="0" type="stmt"/>
1569
- <line num="56" count="0" type="stmt"/>
1570
- <line num="57" count="0" type="stmt"/>
1571
- </file>
1572
- <file name="ignoreMiddleware.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/ignoreMiddleware.ts">
1573
- <metrics statements="14" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1574
- <line num="14" count="0" type="stmt"/>
1575
- <line num="17" count="0" type="stmt"/>
1576
- <line num="18" count="0" type="stmt"/>
1577
- <line num="19" count="0" type="stmt"/>
1578
- <line num="21" count="0" type="stmt"/>
1579
- <line num="22" count="0" type="stmt"/>
1580
- <line num="25" count="0" type="stmt"/>
1581
- <line num="26" count="0" type="stmt"/>
1582
- <line num="27" count="0" type="stmt"/>
1583
- <line num="28" count="0" type="stmt"/>
1584
- <line num="29" count="0" type="stmt"/>
1585
- <line num="30" count="0" type="stmt"/>
1586
- <line num="31" count="0" type="stmt"/>
1587
- <line num="32" count="0" type="stmt"/>
1588
- </file>
1589
- <file name="ja4Middleware.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/ja4Middleware.ts">
1590
- <metrics statements="64" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1591
- <line num="16" count="0" type="stmt"/>
1592
- <line num="17" count="0" type="stmt"/>
1593
- <line num="18" count="0" type="stmt"/>
1594
- <line num="20" count="0" type="stmt"/>
1595
- <line num="22" count="0" type="stmt"/>
1596
- <line num="27" count="0" type="stmt"/>
1597
- <line num="29" count="0" type="stmt"/>
1598
- <line num="30" count="0" type="stmt"/>
1599
- <line num="33" count="0" type="stmt"/>
1600
- <line num="34" count="0" type="stmt"/>
1601
- <line num="35" count="0" type="stmt"/>
1602
- <line num="36" count="0" type="stmt"/>
1603
- <line num="37" count="0" type="stmt"/>
1604
- <line num="39" count="0" type="stmt"/>
1605
- <line num="41" count="0" type="stmt"/>
1606
- <line num="42" count="0" type="stmt"/>
1607
- <line num="43" count="0" type="stmt"/>
1608
- <line num="44" count="0" type="stmt"/>
1609
- <line num="47" count="0" type="stmt"/>
1610
- <line num="50" count="0" type="stmt"/>
1611
- <line num="51" count="0" type="stmt"/>
1612
- <line num="52" count="0" type="stmt"/>
1613
- <line num="53" count="0" type="stmt"/>
1614
- <line num="56" count="0" type="stmt"/>
1615
- <line num="57" count="0" type="stmt"/>
1616
- <line num="58" count="0" type="stmt"/>
1617
- <line num="59" count="0" type="stmt"/>
1618
- <line num="60" count="0" type="stmt"/>
1619
- <line num="61" count="0" type="stmt"/>
1620
- <line num="63" count="0" type="stmt"/>
1621
- <line num="64" count="0" type="stmt"/>
1622
- <line num="65" count="0" type="stmt"/>
1623
- <line num="66" count="0" type="stmt"/>
1624
- <line num="69" count="0" type="stmt"/>
1625
- <line num="70" count="0" type="stmt"/>
1626
- <line num="71" count="0" type="stmt"/>
1627
- <line num="72" count="0" type="stmt"/>
1628
- <line num="73" count="0" type="stmt"/>
1629
- <line num="76" count="0" type="stmt"/>
1630
- <line num="78" count="0" type="stmt"/>
1631
- <line num="80" count="0" type="stmt"/>
1632
- <line num="81" count="0" type="stmt"/>
1633
- <line num="82" count="0" type="stmt"/>
1634
- <line num="83" count="0" type="stmt"/>
1635
- <line num="84" count="0" type="stmt"/>
1636
- <line num="85" count="0" type="stmt"/>
1637
- <line num="86" count="0" type="stmt"/>
1638
- <line num="87" count="0" type="stmt"/>
1639
- <line num="88" count="0" type="stmt"/>
1640
- <line num="90" count="0" type="stmt"/>
1641
- <line num="91" count="0" type="stmt"/>
1642
- <line num="92" count="0" type="stmt"/>
1643
- <line num="93" count="0" type="stmt"/>
1644
- <line num="94" count="0" type="stmt"/>
1645
- <line num="96" count="0" type="stmt"/>
1646
- <line num="97" count="0" type="stmt"/>
1647
- <line num="98" count="0" type="stmt"/>
1648
- <line num="99" count="0" type="stmt"/>
1649
- <line num="100" count="0" type="stmt"/>
1650
- <line num="101" count="0" type="stmt"/>
1651
- <line num="102" count="0" type="stmt"/>
1652
- <line num="103" count="0" type="stmt"/>
1653
- <line num="104" count="0" type="stmt"/>
1654
- <line num="105" count="0" type="stmt"/>
1655
- </file>
1656
- <file name="public.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/public.ts">
1657
- <metrics statements="52" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1658
- <line num="15" count="0" type="stmt"/>
1659
- <line num="16" count="0" type="stmt"/>
1660
- <line num="18" count="0" type="stmt"/>
1661
- <line num="19" count="0" type="stmt"/>
1662
- <line num="20" count="0" type="stmt"/>
1663
- <line num="27" count="0" type="stmt"/>
1664
- <line num="28" count="0" type="stmt"/>
1665
- <line num="30" count="0" type="stmt"/>
1666
- <line num="31" count="0" type="stmt"/>
1667
- <line num="32" count="0" type="stmt"/>
1668
- <line num="37" count="0" type="stmt"/>
1669
- <line num="38" count="0" type="stmt"/>
1670
- <line num="39" count="0" type="stmt"/>
1671
- <line num="41" count="0" type="stmt"/>
1672
- <line num="42" count="0" type="stmt"/>
1673
- <line num="44" count="0" type="stmt"/>
1674
- <line num="45" count="0" type="stmt"/>
1675
- <line num="46" count="0" type="stmt"/>
1676
- <line num="47" count="0" type="stmt"/>
1677
- <line num="48" count="0" type="stmt"/>
1678
- <line num="49" count="0" type="stmt"/>
1679
- <line num="50" count="0" type="stmt"/>
1680
- <line num="51" count="0" type="stmt"/>
1681
- <line num="52" count="0" type="stmt"/>
1682
- <line num="53" count="0" type="stmt"/>
1683
- <line num="54" count="0" type="stmt"/>
1684
- <line num="55" count="0" type="stmt"/>
1685
- <line num="56" count="0" type="stmt"/>
1686
- <line num="57" count="0" type="stmt"/>
1687
- <line num="58" count="0" type="stmt"/>
1688
- <line num="59" count="0" type="stmt"/>
1689
- <line num="60" count="0" type="stmt"/>
1690
- <line num="61" count="0" type="stmt"/>
1691
- <line num="62" count="0" type="stmt"/>
1692
- <line num="63" count="0" type="stmt"/>
1693
- <line num="65" count="0" type="stmt"/>
1694
- <line num="66" count="0" type="stmt"/>
1695
- <line num="67" count="0" type="stmt"/>
1696
- <line num="68" count="0" type="stmt"/>
1697
- <line num="69" count="0" type="stmt"/>
1698
- <line num="70" count="0" type="stmt"/>
1699
- <line num="71" count="0" type="stmt"/>
1700
- <line num="72" count="0" type="stmt"/>
1701
- <line num="73" count="0" type="stmt"/>
1702
- <line num="74" count="0" type="stmt"/>
1703
- <line num="75" count="0" type="stmt"/>
1704
- <line num="76" count="0" type="stmt"/>
1705
- <line num="77" count="0" type="stmt"/>
1706
- <line num="78" count="0" type="stmt"/>
1707
- <line num="83" count="0" type="stmt"/>
1708
- <line num="85" count="0" type="stmt"/>
1709
- <line num="86" count="0" type="stmt"/>
1710
- </file>
1711
- <file name="robotsMiddleware.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/robotsMiddleware.ts">
1712
- <metrics statements="9" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1713
- <line num="16" count="0" type="stmt"/>
1714
- <line num="17" count="0" type="stmt"/>
1715
- <line num="18" count="0" type="stmt"/>
1716
- <line num="19" count="0" type="stmt"/>
1717
- <line num="20" count="0" type="stmt"/>
1718
- <line num="21" count="0" type="stmt"/>
1719
- <line num="22" count="0" type="stmt"/>
1720
- <line num="23" count="0" type="stmt"/>
1721
- <line num="24" count="0" type="stmt"/>
1722
- </file>
1723
- <file name="validateAddress.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/validateAddress.ts">
1724
- <metrics statements="25" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1725
- <line num="15" count="0" type="stmt"/>
1726
- <line num="17" count="0" type="stmt"/>
1727
- <line num="19" count="0" type="stmt"/>
1728
- <line num="20" count="0" type="stmt"/>
1729
- <line num="21" count="0" type="stmt"/>
1730
- <line num="23" count="0" type="stmt"/>
1731
- <line num="24" count="0" type="stmt"/>
1732
- <line num="25" count="0" type="stmt"/>
1733
- <line num="26" count="0" type="stmt"/>
1734
- <line num="27" count="0" type="stmt"/>
1735
- <line num="28" count="0" type="stmt"/>
1736
- <line num="29" count="0" type="stmt"/>
1737
- <line num="31" count="0" type="stmt"/>
1738
- <line num="32" count="0" type="stmt"/>
1739
- <line num="33" count="0" type="stmt"/>
1740
- <line num="34" count="0" type="stmt"/>
1741
- <line num="35" count="0" type="stmt"/>
1742
- <line num="36" count="0" type="stmt"/>
1743
- <line num="37" count="0" type="stmt"/>
1744
- <line num="38" count="0" type="stmt"/>
1745
- <line num="39" count="0" type="stmt"/>
1746
- <line num="40" count="0" type="stmt"/>
1747
- <line num="41" count="0" type="stmt"/>
1748
- <line num="42" count="0" type="stmt"/>
1749
- <line num="43" count="0" type="stmt"/>
1750
- </file>
1751
- <file name="verify.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/verify.ts">
1752
- <metrics statements="168" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1753
- <line num="15" count="0" type="stmt"/>
1754
- <line num="16" count="0" type="stmt"/>
1755
- <line num="17" count="0" type="stmt"/>
1756
- <line num="29" count="0" type="stmt"/>
1757
- <line num="30" count="0" type="stmt"/>
1758
- <line num="31" count="0" type="stmt"/>
1759
- <line num="32" count="0" type="stmt"/>
1760
- <line num="40" count="0" type="stmt"/>
1761
- <line num="41" count="0" type="stmt"/>
1762
- <line num="53" count="0" type="stmt"/>
1763
- <line num="54" count="0" type="stmt"/>
1764
- <line num="55" count="0" type="stmt"/>
1765
- <line num="56" count="0" type="stmt"/>
1766
- <line num="59" count="0" type="stmt"/>
1767
- <line num="60" count="0" type="stmt"/>
1768
- <line num="61" count="0" type="stmt"/>
1769
- <line num="62" count="0" type="stmt"/>
1770
- <line num="63" count="0" type="stmt"/>
1771
- <line num="64" count="0" type="stmt"/>
1772
- <line num="65" count="0" type="stmt"/>
1773
- <line num="66" count="0" type="stmt"/>
1774
- <line num="67" count="0" type="stmt"/>
1775
- <line num="68" count="0" type="stmt"/>
1776
- <line num="71" count="0" type="stmt"/>
1777
- <line num="72" count="0" type="stmt"/>
1778
- <line num="73" count="0" type="stmt"/>
1779
- <line num="74" count="0" type="stmt"/>
1780
- <line num="75" count="0" type="stmt"/>
1781
- <line num="76" count="0" type="stmt"/>
1782
- <line num="77" count="0" type="stmt"/>
1783
- <line num="78" count="0" type="stmt"/>
1784
- <line num="79" count="0" type="stmt"/>
1785
- <line num="80" count="0" type="stmt"/>
1786
- <line num="81" count="0" type="stmt"/>
1787
- <line num="82" count="0" type="stmt"/>
1788
- <line num="85" count="0" type="stmt"/>
1789
- <line num="86" count="0" type="stmt"/>
1790
- <line num="88" count="0" type="stmt"/>
1791
- <line num="89" count="0" type="stmt"/>
1792
- <line num="92" count="0" type="stmt"/>
1793
- <line num="93" count="0" type="stmt"/>
1794
- <line num="96" count="0" type="stmt"/>
1795
- <line num="97" count="0" type="stmt"/>
1796
- <line num="98" count="0" type="stmt"/>
1797
- <line num="99" count="0" type="stmt"/>
1798
- <line num="100" count="0" type="stmt"/>
1799
- <line num="101" count="0" type="stmt"/>
1800
- <line num="102" count="0" type="stmt"/>
1801
- <line num="103" count="0" type="stmt"/>
1802
- <line num="104" count="0" type="stmt"/>
1803
- <line num="105" count="0" type="stmt"/>
1804
- <line num="108" count="0" type="stmt"/>
1805
- <line num="111" count="0" type="stmt"/>
1806
- <line num="113" count="0" type="stmt"/>
1807
- <line num="114" count="0" type="stmt"/>
1808
- <line num="115" count="0" type="stmt"/>
1809
- <line num="116" count="0" type="stmt"/>
1810
- <line num="117" count="0" type="stmt"/>
1811
- <line num="118" count="0" type="stmt"/>
1812
- <line num="119" count="0" type="stmt"/>
1813
- <line num="120" count="0" type="stmt"/>
1814
- <line num="121" count="0" type="stmt"/>
1815
- <line num="122" count="0" type="stmt"/>
1816
- <line num="124" count="0" type="stmt"/>
1817
- <line num="125" count="0" type="stmt"/>
1818
- <line num="126" count="0" type="stmt"/>
1819
- <line num="127" count="0" type="stmt"/>
1820
- <line num="128" count="0" type="stmt"/>
1821
- <line num="129" count="0" type="stmt"/>
1822
- <line num="130" count="0" type="stmt"/>
1823
- <line num="131" count="0" type="stmt"/>
1824
- <line num="132" count="0" type="stmt"/>
1825
- <line num="133" count="0" type="stmt"/>
1826
- <line num="134" count="0" type="stmt"/>
1827
- <line num="135" count="0" type="stmt"/>
1828
- <line num="136" count="0" type="stmt"/>
1829
- <line num="137" count="0" type="stmt"/>
1830
- <line num="138" count="0" type="stmt"/>
1831
- <line num="139" count="0" type="stmt"/>
1832
- <line num="140" count="0" type="stmt"/>
1833
- <line num="141" count="0" type="stmt"/>
1834
- <line num="142" count="0" type="stmt"/>
1835
- <line num="143" count="0" type="stmt"/>
1836
- <line num="144" count="0" type="stmt"/>
1837
- <line num="145" count="0" type="stmt"/>
1838
- <line num="154" count="0" type="stmt"/>
1839
- <line num="155" count="0" type="stmt"/>
1840
- <line num="156" count="0" type="stmt"/>
1841
- <line num="157" count="0" type="stmt"/>
1842
- <line num="160" count="0" type="stmt"/>
1843
- <line num="161" count="0" type="stmt"/>
1844
- <line num="162" count="0" type="stmt"/>
1845
- <line num="163" count="0" type="stmt"/>
1846
- <line num="164" count="0" type="stmt"/>
1847
- <line num="165" count="0" type="stmt"/>
1848
- <line num="166" count="0" type="stmt"/>
1849
- <line num="167" count="0" type="stmt"/>
1850
- <line num="168" count="0" type="stmt"/>
1851
- <line num="169" count="0" type="stmt"/>
1852
- <line num="171" count="0" type="stmt"/>
1853
- <line num="174" count="0" type="stmt"/>
1854
- <line num="175" count="0" type="stmt"/>
1855
- <line num="176" count="0" type="stmt"/>
1856
- <line num="177" count="0" type="stmt"/>
1857
- <line num="178" count="0" type="stmt"/>
1858
- <line num="179" count="0" type="stmt"/>
1859
- <line num="180" count="0" type="stmt"/>
1860
- <line num="181" count="0" type="stmt"/>
1861
- <line num="182" count="0" type="stmt"/>
1862
- <line num="183" count="0" type="stmt"/>
1863
- <line num="184" count="0" type="stmt"/>
1864
- <line num="187" count="0" type="stmt"/>
1865
- <line num="188" count="0" type="stmt"/>
1866
- <line num="191" count="0" type="stmt"/>
1867
- <line num="192" count="0" type="stmt"/>
1868
- <line num="195" count="0" type="stmt"/>
1869
- <line num="196" count="0" type="stmt"/>
1870
- <line num="199" count="0" type="stmt"/>
1871
- <line num="200" count="0" type="stmt"/>
1872
- <line num="201" count="0" type="stmt"/>
1873
- <line num="202" count="0" type="stmt"/>
1874
- <line num="203" count="0" type="stmt"/>
1875
- <line num="204" count="0" type="stmt"/>
1876
- <line num="205" count="0" type="stmt"/>
1877
- <line num="206" count="0" type="stmt"/>
1878
- <line num="207" count="0" type="stmt"/>
1879
- <line num="208" count="0" type="stmt"/>
1880
- <line num="210" count="0" type="stmt"/>
1881
- <line num="211" count="0" type="stmt"/>
1882
- <line num="212" count="0" type="stmt"/>
1883
- <line num="213" count="0" type="stmt"/>
1884
- <line num="214" count="0" type="stmt"/>
1885
- <line num="215" count="0" type="stmt"/>
1886
- <line num="216" count="0" type="stmt"/>
1887
- <line num="219" count="0" type="stmt"/>
1888
- <line num="222" count="0" type="stmt"/>
1889
- <line num="224" count="0" type="stmt"/>
1890
- <line num="225" count="0" type="stmt"/>
1891
- <line num="226" count="0" type="stmt"/>
1892
- <line num="227" count="0" type="stmt"/>
1893
- <line num="228" count="0" type="stmt"/>
1894
- <line num="229" count="0" type="stmt"/>
1895
- <line num="230" count="0" type="stmt"/>
1896
- <line num="231" count="0" type="stmt"/>
1897
- <line num="233" count="0" type="stmt"/>
1898
- <line num="234" count="0" type="stmt"/>
1899
- <line num="235" count="0" type="stmt"/>
1900
- <line num="236" count="0" type="stmt"/>
1901
- <line num="237" count="0" type="stmt"/>
1902
- <line num="238" count="0" type="stmt"/>
1903
- <line num="239" count="0" type="stmt"/>
1904
- <line num="241" count="0" type="stmt"/>
1905
- <line num="242" count="0" type="stmt"/>
1906
- <line num="243" count="0" type="stmt"/>
1907
- <line num="244" count="0" type="stmt"/>
1908
- <line num="245" count="0" type="stmt"/>
1909
- <line num="246" count="0" type="stmt"/>
1910
- <line num="247" count="0" type="stmt"/>
1911
- <line num="248" count="0" type="stmt"/>
1912
- <line num="249" count="0" type="stmt"/>
1913
- <line num="250" count="0" type="stmt"/>
1914
- <line num="251" count="0" type="stmt"/>
1915
- <line num="252" count="0" type="stmt"/>
1916
- <line num="253" count="0" type="stmt"/>
1917
- <line num="254" count="0" type="stmt"/>
1918
- <line num="259" count="0" type="stmt"/>
1919
- <line num="261" count="0" type="stmt"/>
1920
- <line num="262" count="0" type="stmt"/>
1921
- </file>
1922
- </package>
1923
- <package name="src.api.admin">
1924
- <metrics statements="167" coveredstatements="0" conditionals="6" coveredconditionals="6" methods="6" coveredmethods="6"/>
1925
- <file name="apiAdminRoutesProvider.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/admin/apiAdminRoutesProvider.ts">
1926
- <metrics statements="23" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1927
- <line num="16" count="0" type="stmt"/>
1928
- <line num="18" count="0" type="stmt"/>
1929
- <line num="19" count="0" type="stmt"/>
1930
- <line num="20" count="0" type="stmt"/>
1931
- <line num="21" count="0" type="stmt"/>
1932
- <line num="23" count="0" type="stmt"/>
1933
- <line num="24" count="0" type="stmt"/>
1934
- <line num="26" count="0" type="stmt"/>
1935
- <line num="27" count="0" type="stmt"/>
1936
- <line num="28" count="0" type="stmt"/>
1937
- <line num="29" count="0" type="stmt"/>
1938
- <line num="30" count="0" type="stmt"/>
1939
- <line num="31" count="0" type="stmt"/>
1940
- <line num="32" count="0" type="stmt"/>
1941
- <line num="33" count="0" type="stmt"/>
1942
- <line num="34" count="0" type="stmt"/>
1943
- <line num="35" count="0" type="stmt"/>
1944
- <line num="36" count="0" type="stmt"/>
1945
- <line num="37" count="0" type="stmt"/>
1946
- <line num="38" count="0" type="stmt"/>
1947
- <line num="39" count="0" type="stmt"/>
1948
- <line num="40" count="0" type="stmt"/>
1949
- <line num="41" count="0" type="stmt"/>
1950
- </file>
1951
- <file name="apiRegisterSiteKeyEndpoint.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/admin/apiRegisterSiteKeyEndpoint.ts">
1952
- <metrics statements="24" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1953
- <line num="15" count="0" type="stmt"/>
1954
- <line num="20" count="0" type="stmt"/>
1955
- <line num="21" count="0" type="stmt"/>
1956
- <line num="27" count="0" type="stmt"/>
1957
- <line num="29" count="0" type="stmt"/>
1958
- <line num="30" count="0" type="stmt"/>
1959
- <line num="32" count="0" type="stmt"/>
1960
- <line num="33" count="0" type="stmt"/>
1961
- <line num="34" count="0" type="stmt"/>
1962
- <line num="35" count="0" type="stmt"/>
1963
- <line num="36" count="0" type="stmt"/>
1964
- <line num="38" count="0" type="stmt"/>
1965
- <line num="40" count="0" type="stmt"/>
1966
- <line num="42" count="0" type="stmt"/>
1967
- <line num="44" count="0" type="stmt"/>
1968
- <line num="46" count="0" type="stmt"/>
1969
- <line num="48" count="0" type="stmt"/>
1970
- <line num="49" count="0" type="stmt"/>
1971
- <line num="50" count="0" type="stmt"/>
1972
- <line num="51" count="0" type="stmt"/>
1973
- <line num="53" count="0" type="stmt"/>
1974
- <line num="54" count="0" type="stmt"/>
1975
- <line num="55" count="0" type="stmt"/>
1976
- <line num="56" count="0" type="stmt"/>
1977
- </file>
1978
- <file name="apiRemoveDetectorKeyEndpoint.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/admin/apiRemoveDetectorKeyEndpoint.ts">
1979
- <metrics statements="34" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1980
- <line num="15" count="0" type="stmt"/>
1981
- <line num="20" count="0" type="stmt"/>
1982
- <line num="21" count="0" type="stmt"/>
1983
- <line num="27" count="0" type="stmt"/>
1984
- <line num="29" count="0" type="stmt"/>
1985
- <line num="30" count="0" type="stmt"/>
1986
- <line num="32" count="0" type="stmt"/>
1987
- <line num="33" count="0" type="stmt"/>
1988
- <line num="34" count="0" type="stmt"/>
1989
- <line num="35" count="0" type="stmt"/>
1990
- <line num="36" count="0" type="stmt"/>
1991
- <line num="37" count="0" type="stmt"/>
1992
- <line num="38" count="0" type="stmt"/>
1993
- <line num="40" count="0" type="stmt"/>
1994
- <line num="42" count="0" type="stmt"/>
1995
- <line num="44" count="0" type="stmt"/>
1996
- <line num="45" count="0" type="stmt"/>
1997
- <line num="46" count="0" type="stmt"/>
1998
- <line num="47" count="0" type="stmt"/>
1999
- <line num="49" count="0" type="stmt"/>
2000
- <line num="50" count="0" type="stmt"/>
2001
- <line num="51" count="0" type="stmt"/>
2002
- <line num="52" count="0" type="stmt"/>
2003
- <line num="53" count="0" type="stmt"/>
2004
- <line num="54" count="0" type="stmt"/>
2005
- <line num="55" count="0" type="stmt"/>
2006
- <line num="56" count="0" type="stmt"/>
2007
- <line num="57" count="0" type="stmt"/>
2008
- <line num="58" count="0" type="stmt"/>
2009
- <line num="59" count="0" type="stmt"/>
2010
- <line num="61" count="0" type="stmt"/>
2011
- <line num="62" count="0" type="stmt"/>
2012
- <line num="63" count="0" type="stmt"/>
2013
- <line num="64" count="0" type="stmt"/>
2014
- </file>
2015
- <file name="apiToggleMaintenanceModeEndpoint.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/admin/apiToggleMaintenanceModeEndpoint.ts">
2016
- <metrics statements="39" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
2017
- <line num="15" count="0" type="stmt"/>
2018
- <line num="20" count="0" type="stmt"/>
2019
- <line num="21" count="0" type="stmt"/>
2020
- <line num="30" count="0" type="stmt"/>
2021
- <line num="31" count="0" type="stmt"/>
2022
- <line num="32" count="0" type="stmt"/>
2023
- <line num="39" count="0" type="stmt"/>
2024
- <line num="40" count="0" type="stmt"/>
2025
- <line num="41" count="0" type="stmt"/>
2026
- <line num="43" count="0" type="stmt"/>
2027
- <line num="45" count="0" type="stmt"/>
2028
- <line num="46" count="0" type="stmt"/>
2029
- <line num="47" count="0" type="stmt"/>
2030
- <line num="48" count="0" type="stmt"/>
2031
- <line num="49" count="0" type="stmt"/>
2032
- <line num="50" count="0" type="stmt"/>
2033
- <line num="52" count="0" type="stmt"/>
2034
- <line num="54" count="0" type="stmt"/>
2035
- <line num="56" count="0" type="stmt"/>
2036
- <line num="57" count="0" type="stmt"/>
2037
- <line num="58" count="0" type="stmt"/>
2038
- <line num="59" count="0" type="stmt"/>
2039
- <line num="61" count="0" type="stmt"/>
2040
- <line num="63" count="0" type="stmt"/>
2041
- <line num="65" count="0" type="stmt"/>
2042
- <line num="66" count="0" type="stmt"/>
2043
- <line num="67" count="0" type="stmt"/>
2044
- <line num="68" count="0" type="stmt"/>
2045
- <line num="70" count="0" type="stmt"/>
2046
- <line num="71" count="0" type="stmt"/>
2047
- <line num="72" count="0" type="stmt"/>
2048
- <line num="73" count="0" type="stmt"/>
2049
- <line num="74" count="0" type="stmt"/>
2050
- <line num="75" count="0" type="stmt"/>
2051
- <line num="76" count="0" type="stmt"/>
2052
- <line num="78" count="0" type="stmt"/>
2053
- <line num="79" count="0" type="stmt"/>
2054
- <line num="80" count="0" type="stmt"/>
2055
- <line num="81" count="0" type="stmt"/>
2056
- </file>
2057
- <file name="apiUpdateDetectorKeyEndpoint.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/admin/apiUpdateDetectorKeyEndpoint.ts">
2058
- <metrics statements="39" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
2059
- <line num="15" count="0" type="stmt"/>
2060
- <line num="20" count="0" type="stmt"/>
2061
- <line num="21" count="0" type="stmt"/>
2062
- <line num="27" count="0" type="stmt"/>
2063
- <line num="29" count="0" type="stmt"/>
2064
- <line num="30" count="0" type="stmt"/>
2065
- <line num="32" count="0" type="stmt"/>
2066
- <line num="33" count="0" type="stmt"/>
2067
- <line num="34" count="0" type="stmt"/>
2068
- <line num="35" count="0" type="stmt"/>
2069
- <line num="36" count="0" type="stmt"/>
2070
- <line num="37" count="0" type="stmt"/>
2071
- <line num="38" count="0" type="stmt"/>
2072
- <line num="40" count="0" type="stmt"/>
2073
- <line num="42" count="0" type="stmt"/>
2074
- <line num="44" count="0" type="stmt"/>
2075
- <line num="45" count="0" type="stmt"/>
2076
- <line num="47" count="0" type="stmt"/>
2077
- <line num="48" count="0" type="stmt"/>
2078
- <line num="49" count="0" type="stmt"/>
2079
- <line num="50" count="0" type="stmt"/>
2080
- <line num="51" count="0" type="stmt"/>
2081
- <line num="52" count="0" type="stmt"/>
2082
- <line num="53" count="0" type="stmt"/>
2083
- <line num="54" count="0" type="stmt"/>
2084
- <line num="55" count="0" type="stmt"/>
2085
- <line num="56" count="0" type="stmt"/>
2086
- <line num="57" count="0" type="stmt"/>
2087
- <line num="58" count="0" type="stmt"/>
2088
- <line num="59" count="0" type="stmt"/>
2089
- <line num="60" count="0" type="stmt"/>
2090
- <line num="61" count="0" type="stmt"/>
2091
- <line num="62" count="0" type="stmt"/>
2092
- <line num="63" count="0" type="stmt"/>
2093
- <line num="64" count="0" type="stmt"/>
2094
- <line num="66" count="0" type="stmt"/>
2095
- <line num="67" count="0" type="stmt"/>
2096
- <line num="68" count="0" type="stmt"/>
2097
- <line num="69" count="0" type="stmt"/>
2098
- </file>
2099
- <file name="createApiAdminRoutesProvider.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/api/admin/createApiAdminRoutesProvider.ts">
2100
- <metrics statements="8" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
2101
- <line num="17" count="0" type="stmt"/>
2102
- <line num="18" count="0" type="stmt"/>
2103
- <line num="20" count="0" type="stmt"/>
2104
- <line num="21" count="0" type="stmt"/>
2105
- <line num="22" count="0" type="stmt"/>
2106
- <line num="23" count="0" type="stmt"/>
2107
- <line num="25" count="0" type="stmt"/>
2108
- <line num="26" count="0" type="stmt"/>
2109
- </file>
2110
- </package>
2111
- <package name="src.rules">
2112
- <metrics statements="18" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
2113
- <file name="lang.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/rules/lang.ts">
2114
- <metrics statements="18" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
2115
- <line num="16" count="0" type="stmt"/>
2116
- <line num="17" count="0" type="stmt"/>
2117
- <line num="18" count="0" type="stmt"/>
2118
- <line num="19" count="0" type="stmt"/>
2119
- <line num="20" count="0" type="stmt"/>
2120
- <line num="21" count="0" type="stmt"/>
2121
- <line num="22" count="0" type="stmt"/>
2122
- <line num="23" count="0" type="stmt"/>
2123
- <line num="24" count="0" type="stmt"/>
2124
- <line num="25" count="0" type="stmt"/>
2125
- <line num="27" count="0" type="stmt"/>
2126
- <line num="28" count="0" type="stmt"/>
2127
- <line num="29" count="0" type="stmt"/>
2128
- <line num="30" count="0" type="stmt"/>
2129
- <line num="31" count="0" type="stmt"/>
2130
- <line num="32" count="0" type="stmt"/>
2131
- <line num="33" count="0" type="stmt"/>
2132
- <line num="34" count="0" type="stmt"/>
2133
- </file>
2134
- </package>
2135
- <package name="src.schedulers">
2136
- <metrics statements="73" coveredstatements="0" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
2137
- <file name="captchaScheduler.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/schedulers/captchaScheduler.ts">
2138
- <metrics statements="36" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
2139
- <line num="15" count="0" type="stmt"/>
2140
- <line num="17" count="0" type="stmt"/>
2141
- <line num="18" count="0" type="stmt"/>
2142
- <line num="19" count="0" type="stmt"/>
2143
- <line num="20" count="0" type="stmt"/>
2144
- <line num="22" count="0" type="stmt"/>
2145
- <line num="23" count="0" type="stmt"/>
2146
- <line num="24" count="0" type="stmt"/>
2147
- <line num="25" count="0" type="stmt"/>
2148
- <line num="26" count="0" type="stmt"/>
2149
- <line num="27" count="0" type="stmt"/>
2150
- <line num="28" count="0" type="stmt"/>
2151
- <line num="30" count="0" type="stmt"/>
2152
- <line num="32" count="0" type="stmt"/>
2153
- <line num="33" count="0" type="stmt"/>
2154
- <line num="34" count="0" type="stmt"/>
2155
- <line num="35" count="0" type="stmt"/>
2156
- <line num="36" count="0" type="stmt"/>
2157
- <line num="37" count="0" type="stmt"/>
2158
- <line num="38" count="0" type="stmt"/>
2159
- <line num="39" count="0" type="stmt"/>
2160
- <line num="40" count="0" type="stmt"/>
2161
- <line num="41" count="0" type="stmt"/>
2162
- <line num="42" count="0" type="stmt"/>
2163
- <line num="43" count="0" type="stmt"/>
2164
- <line num="44" count="0" type="stmt"/>
2165
- <line num="45" count="0" type="stmt"/>
2166
- <line num="46" count="0" type="stmt"/>
2167
- <line num="47" count="0" type="stmt"/>
2168
- <line num="48" count="0" type="stmt"/>
2169
- <line num="49" count="0" type="stmt"/>
2170
- <line num="50" count="0" type="stmt"/>
2171
- <line num="51" count="0" type="stmt"/>
2172
- <line num="52" count="0" type="stmt"/>
2173
- <line num="54" count="0" type="stmt"/>
2174
- <line num="55" count="0" type="stmt"/>
2175
- </file>
2176
- <file name="getClientList.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/schedulers/getClientList.ts">
2177
- <metrics statements="37" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
2178
- <line num="15" count="0" type="stmt"/>
2179
- <line num="17" count="0" type="stmt"/>
2180
- <line num="18" count="0" type="stmt"/>
2181
- <line num="19" count="0" type="stmt"/>
2182
- <line num="20" count="0" type="stmt"/>
2183
- <line num="28" count="0" type="stmt"/>
2184
- <line num="29" count="0" type="stmt"/>
2185
- <line num="30" count="0" type="stmt"/>
2186
- <line num="31" count="0" type="stmt"/>
2187
- <line num="32" count="0" type="stmt"/>
2188
- <line num="33" count="0" type="stmt"/>
2189
- <line num="34" count="0" type="stmt"/>
2190
- <line num="36" count="0" type="stmt"/>
2191
- <line num="38" count="0" type="stmt"/>
2192
- <line num="39" count="0" type="stmt"/>
2193
- <line num="40" count="0" type="stmt"/>
2194
- <line num="41" count="0" type="stmt"/>
2195
- <line num="42" count="0" type="stmt"/>
2196
- <line num="43" count="0" type="stmt"/>
2197
- <line num="44" count="0" type="stmt"/>
2198
- <line num="45" count="0" type="stmt"/>
2199
- <line num="46" count="0" type="stmt"/>
2200
- <line num="47" count="0" type="stmt"/>
2201
- <line num="48" count="0" type="stmt"/>
2202
- <line num="49" count="0" type="stmt"/>
2203
- <line num="50" count="0" type="stmt"/>
2204
- <line num="51" count="0" type="stmt"/>
2205
- <line num="52" count="0" type="stmt"/>
2206
- <line num="53" count="0" type="stmt"/>
2207
- <line num="54" count="0" type="stmt"/>
2208
- <line num="55" count="0" type="stmt"/>
2209
- <line num="56" count="0" type="stmt"/>
2210
- <line num="57" count="0" type="stmt"/>
2211
- <line num="58" count="0" type="stmt"/>
2212
- <line num="59" count="0" type="stmt"/>
2213
- <line num="61" count="0" type="stmt"/>
2214
- <line num="62" count="0" type="stmt"/>
2215
- </file>
2216
- </package>
2217
- <package name="src.services">
2218
- <metrics statements="224" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2219
- <file name="ipComparison.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/services/ipComparison.ts">
2220
- <metrics statements="140" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
2221
- <line num="21" count="1" type="stmt"/>
2222
- <line num="22" count="1" type="stmt"/>
2223
- <line num="38" count="0" type="stmt"/>
2224
- <line num="39" count="0" type="stmt"/>
2225
- <line num="40" count="0" type="stmt"/>
2226
- <line num="41" count="0" type="stmt"/>
2227
- <line num="42" count="0" type="stmt"/>
2228
- <line num="43" count="0" type="stmt"/>
2229
- <line num="44" count="0" type="stmt"/>
2230
- <line num="46" count="0" type="stmt"/>
2231
- <line num="47" count="0" type="stmt"/>
2232
- <line num="48" count="0" type="stmt"/>
2233
- <line num="49" count="0" type="stmt"/>
2234
- <line num="50" count="0" type="stmt"/>
2235
- <line num="51" count="0" type="stmt"/>
2236
- <line num="52" count="0" type="stmt"/>
2237
- <line num="55" count="0" type="stmt"/>
2238
- <line num="56" count="0" type="stmt"/>
2239
- <line num="57" count="0" type="stmt"/>
2240
- <line num="58" count="0" type="stmt"/>
2241
- <line num="59" count="0" type="stmt"/>
2242
- <line num="60" count="0" type="stmt"/>
2243
- <line num="61" count="0" type="stmt"/>
2244
- <line num="64" count="0" type="stmt"/>
2245
- <line num="65" count="0" type="stmt"/>
2246
- <line num="66" count="0" type="stmt"/>
2247
- <line num="67" count="0" type="stmt"/>
2248
- <line num="70" count="0" type="stmt"/>
2249
- <line num="71" count="0" type="stmt"/>
2250
- <line num="72" count="0" type="stmt"/>
2251
- <line num="73" count="0" type="stmt"/>
2252
- <line num="74" count="0" type="stmt"/>
2253
- <line num="75" count="0" type="stmt"/>
2254
- <line num="76" count="0" type="stmt"/>
2255
- <line num="77" count="0" type="stmt"/>
2256
- <line num="78" count="0" type="stmt"/>
2257
- <line num="80" count="0" type="stmt"/>
2258
- <line num="81" count="0" type="stmt"/>
2259
- <line num="82" count="0" type="stmt"/>
2260
- <line num="83" count="0" type="stmt"/>
2261
- <line num="84" count="0" type="stmt"/>
2262
- <line num="85" count="0" type="stmt"/>
2263
- <line num="86" count="0" type="stmt"/>
2264
- <line num="87" count="0" type="stmt"/>
2265
- <line num="89" count="0" type="stmt"/>
2266
- <line num="90" count="0" type="stmt"/>
2267
- <line num="91" count="0" type="stmt"/>
2268
- <line num="92" count="0" type="stmt"/>
2269
- <line num="93" count="0" type="stmt"/>
2270
- <line num="94" count="0" type="stmt"/>
2271
- <line num="95" count="0" type="stmt"/>
2272
- <line num="96" count="0" type="stmt"/>
2273
- <line num="99" count="0" type="stmt"/>
2274
- <line num="100" count="0" type="stmt"/>
2275
- <line num="101" count="0" type="stmt"/>
2276
- <line num="102" count="0" type="stmt"/>
2277
- <line num="103" count="0" type="stmt"/>
2278
- <line num="104" count="0" type="stmt"/>
2279
- <line num="105" count="0" type="stmt"/>
2280
- <line num="107" count="0" type="stmt"/>
2281
- <line num="108" count="0" type="stmt"/>
2282
- <line num="109" count="0" type="stmt"/>
2283
- <line num="110" count="0" type="stmt"/>
2284
- <line num="111" count="0" type="stmt"/>
2285
- <line num="112" count="0" type="stmt"/>
2286
- <line num="113" count="0" type="stmt"/>
2287
- <line num="114" count="0" type="stmt"/>
2288
- <line num="115" count="0" type="stmt"/>
2289
- <line num="116" count="0" type="stmt"/>
2290
- <line num="117" count="0" type="stmt"/>
2291
- <line num="118" count="0" type="stmt"/>
2292
- <line num="120" count="0" type="stmt"/>
2293
- <line num="121" count="0" type="stmt"/>
2294
- <line num="123" count="0" type="stmt"/>
2295
- <line num="126" count="0" type="stmt"/>
2296
- <line num="127" count="0" type="stmt"/>
2297
- <line num="128" count="0" type="stmt"/>
2298
- <line num="129" count="0" type="stmt"/>
2299
- <line num="131" count="0" type="stmt"/>
2300
- <line num="134" count="0" type="stmt"/>
2301
- <line num="135" count="0" type="stmt"/>
2302
- <line num="136" count="0" type="stmt"/>
2303
- <line num="137" count="0" type="stmt"/>
2304
- <line num="138" count="0" type="stmt"/>
2305
- <line num="139" count="0" type="stmt"/>
2306
- <line num="140" count="0" type="stmt"/>
2307
- <line num="142" count="0" type="stmt"/>
2308
- <line num="143" count="0" type="stmt"/>
2309
- <line num="144" count="0" type="stmt"/>
2310
- <line num="145" count="0" type="stmt"/>
2311
- <line num="146" count="0" type="stmt"/>
2312
- <line num="147" count="0" type="stmt"/>
2313
- <line num="149" count="0" type="stmt"/>
2314
- <line num="150" count="0" type="stmt"/>
2315
- <line num="151" count="0" type="stmt"/>
2316
- <line num="154" count="0" type="stmt"/>
2317
- <line num="155" count="0" type="stmt"/>
2318
- <line num="156" count="0" type="stmt"/>
2319
- <line num="157" count="0" type="stmt"/>
2320
- <line num="159" count="0" type="stmt"/>
2321
- <line num="160" count="0" type="stmt"/>
2322
- <line num="161" count="0" type="stmt"/>
2323
- <line num="162" count="0" type="stmt"/>
2324
- <line num="164" count="0" type="stmt"/>
2325
- <line num="165" count="0" type="stmt"/>
2326
- <line num="166" count="0" type="stmt"/>
2327
- <line num="167" count="0" type="stmt"/>
2328
- <line num="168" count="0" type="stmt"/>
2329
- <line num="169" count="0" type="stmt"/>
2330
- <line num="170" count="0" type="stmt"/>
2331
- <line num="171" count="0" type="stmt"/>
2332
- <line num="172" count="0" type="stmt"/>
2333
- <line num="173" count="0" type="stmt"/>
2334
- <line num="174" count="0" type="stmt"/>
2335
- <line num="175" count="0" type="stmt"/>
2336
- <line num="176" count="0" type="stmt"/>
2337
- <line num="177" count="0" type="stmt"/>
2338
- <line num="178" count="0" type="stmt"/>
2339
- <line num="179" count="0" type="stmt"/>
2340
- <line num="180" count="0" type="stmt"/>
2341
- <line num="181" count="0" type="stmt"/>
2342
- <line num="182" count="0" type="stmt"/>
2343
- <line num="183" count="0" type="stmt"/>
2344
- <line num="184" count="0" type="stmt"/>
2345
- <line num="185" count="0" type="stmt"/>
2346
- <line num="186" count="0" type="stmt"/>
2347
- <line num="187" count="0" type="stmt"/>
2348
- <line num="188" count="0" type="stmt"/>
2349
- <line num="189" count="0" type="stmt"/>
2350
- <line num="190" count="0" type="stmt"/>
2351
- <line num="191" count="0" type="stmt"/>
2352
- <line num="192" count="0" type="stmt"/>
2353
- <line num="193" count="0" type="stmt"/>
2354
- <line num="194" count="0" type="stmt"/>
2355
- <line num="195" count="0" type="stmt"/>
2356
- <line num="196" count="0" type="stmt"/>
2357
- <line num="197" count="0" type="stmt"/>
2358
- <line num="198" count="0" type="stmt"/>
2359
- <line num="199" count="0" type="stmt"/>
2360
- <line num="200" count="0" type="stmt"/>
2361
- </file>
2362
- <file name="ipInfo.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/services/ipInfo.ts">
2363
- <metrics statements="84" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
2364
- <line num="31" count="0" type="stmt"/>
2365
- <line num="32" count="0" type="stmt"/>
2366
- <line num="33" count="0" type="stmt"/>
2367
- <line num="34" count="0" type="stmt"/>
2368
- <line num="35" count="0" type="stmt"/>
2369
- <line num="36" count="0" type="stmt"/>
2370
- <line num="37" count="0" type="stmt"/>
2371
- <line num="39" count="0" type="stmt"/>
2372
- <line num="40" count="0" type="stmt"/>
2373
- <line num="41" count="0" type="stmt"/>
2374
- <line num="42" count="0" type="stmt"/>
2375
- <line num="43" count="0" type="stmt"/>
2376
- <line num="44" count="0" type="stmt"/>
2377
- <line num="45" count="0" type="stmt"/>
2378
- <line num="48" count="0" type="stmt"/>
2379
- <line num="49" count="0" type="stmt"/>
2380
- <line num="50" count="0" type="stmt"/>
2381
- <line num="51" count="0" type="stmt"/>
2382
- <line num="52" count="0" type="stmt"/>
2383
- <line num="54" count="0" type="stmt"/>
2384
- <line num="55" count="0" type="stmt"/>
2385
- <line num="56" count="0" type="stmt"/>
2386
- <line num="57" count="0" type="stmt"/>
2387
- <line num="58" count="0" type="stmt"/>
2388
- <line num="59" count="0" type="stmt"/>
2389
- <line num="60" count="0" type="stmt"/>
2390
- <line num="61" count="0" type="stmt"/>
2391
- <line num="63" count="0" type="stmt"/>
2392
- <line num="64" count="0" type="stmt"/>
2393
- <line num="65" count="0" type="stmt"/>
2394
- <line num="66" count="0" type="stmt"/>
2395
- <line num="67" count="0" type="stmt"/>
2396
- <line num="68" count="0" type="stmt"/>
2397
- <line num="69" count="0" type="stmt"/>
2398
- <line num="71" count="0" type="stmt"/>
2399
- <line num="73" count="0" type="stmt"/>
2400
- <line num="74" count="0" type="stmt"/>
2401
- <line num="75" count="0" type="stmt"/>
2402
- <line num="76" count="0" type="stmt"/>
2403
- <line num="77" count="0" type="stmt"/>
2404
- <line num="78" count="0" type="stmt"/>
2405
- <line num="79" count="0" type="stmt"/>
2406
- <line num="81" count="0" type="stmt"/>
2407
- <line num="82" count="0" type="stmt"/>
2408
- <line num="83" count="0" type="stmt"/>
2409
- <line num="86" count="0" type="stmt"/>
2410
- <line num="87" count="0" type="stmt"/>
2411
- <line num="88" count="0" type="stmt"/>
2412
- <line num="89" count="0" type="stmt"/>
2413
- <line num="90" count="0" type="stmt"/>
2414
- <line num="91" count="0" type="stmt"/>
2415
- <line num="92" count="0" type="stmt"/>
2416
- <line num="95" count="0" type="stmt"/>
2417
- <line num="96" count="0" type="stmt"/>
2418
- <line num="97" count="0" type="stmt"/>
2419
- <line num="98" count="0" type="stmt"/>
2420
- <line num="101" count="0" type="stmt"/>
2421
- <line num="102" count="0" type="stmt"/>
2422
- <line num="103" count="0" type="stmt"/>
2423
- <line num="104" count="0" type="stmt"/>
2424
- <line num="105" count="0" type="stmt"/>
2425
- <line num="106" count="0" type="stmt"/>
2426
- <line num="107" count="0" type="stmt"/>
2427
- <line num="110" count="0" type="stmt"/>
2428
- <line num="111" count="0" type="stmt"/>
2429
- <line num="114" count="0" type="stmt"/>
2430
- <line num="115" count="0" type="stmt"/>
2431
- <line num="116" count="0" type="stmt"/>
2432
- <line num="117" count="0" type="stmt"/>
2433
- <line num="118" count="0" type="stmt"/>
2434
- <line num="119" count="0" type="stmt"/>
2435
- <line num="120" count="0" type="stmt"/>
2436
- <line num="123" count="0" type="stmt"/>
2437
- <line num="124" count="0" type="stmt"/>
2438
- <line num="125" count="0" type="stmt"/>
2439
- <line num="127" count="0" type="stmt"/>
2440
- <line num="128" count="0" type="stmt"/>
2441
- <line num="129" count="0" type="stmt"/>
2442
- <line num="130" count="0" type="stmt"/>
2443
- <line num="131" count="0" type="stmt"/>
2444
- <line num="132" count="0" type="stmt"/>
2445
- <line num="133" count="0" type="stmt"/>
2446
- <line num="134" count="0" type="stmt"/>
2447
- <line num="135" count="0" type="stmt"/>
2448
- </file>
2449
- </package>
2450
- <package name="src.tasks">
2451
- <metrics statements="247" coveredstatements="0" conditionals="3" coveredconditionals="2" methods="3" coveredmethods="2"/>
2452
- <file name="captchaManager.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/tasks/captchaManager.ts">
2453
- <metrics statements="188" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
2454
- <line num="15" count="0" type="stmt"/>
2455
- <line num="18" count="0" type="stmt"/>
2456
- <line num="33" count="0" type="stmt"/>
2457
- <line num="35" count="0" type="stmt"/>
2458
- <line num="40" count="0" type="stmt"/>
2459
- <line num="41" count="0" type="stmt"/>
2460
- <line num="42" count="0" type="stmt"/>
2461
- <line num="43" count="0" type="stmt"/>
2462
- <line num="44" count="0" type="stmt"/>
2463
- <line num="46" count="0" type="stmt"/>
2464
- <line num="47" count="0" type="stmt"/>
2465
- <line num="48" count="0" type="stmt"/>
2466
- <line num="49" count="0" type="stmt"/>
2467
- <line num="50" count="0" type="stmt"/>
2468
- <line num="51" count="0" type="stmt"/>
2469
- <line num="53" count="0" type="stmt"/>
2470
- <line num="54" count="0" type="stmt"/>
2471
- <line num="55" count="0" type="stmt"/>
2472
- <line num="56" count="0" type="stmt"/>
2473
- <line num="57" count="0" type="stmt"/>
2474
- <line num="58" count="0" type="stmt"/>
2475
- <line num="59" count="0" type="stmt"/>
2476
- <line num="60" count="0" type="stmt"/>
2477
- <line num="62" count="0" type="stmt"/>
2478
- <line num="63" count="0" type="stmt"/>
2479
- <line num="64" count="0" type="stmt"/>
2480
- <line num="65" count="0" type="stmt"/>
2481
- <line num="66" count="0" type="stmt"/>
2482
- <line num="67" count="0" type="stmt"/>
2483
- <line num="68" count="0" type="stmt"/>
2484
- <line num="70" count="0" type="stmt"/>
2485
- <line num="71" count="0" type="stmt"/>
2486
- <line num="73" count="0" type="stmt"/>
2487
- <line num="74" count="0" type="stmt"/>
2488
- <line num="75" count="0" type="stmt"/>
2489
- <line num="76" count="0" type="stmt"/>
2490
- <line num="77" count="0" type="stmt"/>
2491
- <line num="78" count="0" type="stmt"/>
2492
- <line num="79" count="0" type="stmt"/>
2493
- <line num="87" count="0" type="stmt"/>
2494
- <line num="88" count="0" type="stmt"/>
2495
- <line num="89" count="0" type="stmt"/>
2496
- <line num="90" count="0" type="stmt"/>
2497
- <line num="91" count="0" type="stmt"/>
2498
- <line num="92" count="0" type="stmt"/>
2499
- <line num="93" count="0" type="stmt"/>
2500
- <line num="94" count="0" type="stmt"/>
2501
- <line num="97" count="0" type="stmt"/>
2502
- <line num="98" count="0" type="stmt"/>
2503
- <line num="99" count="0" type="stmt"/>
2504
- <line num="100" count="0" type="stmt"/>
2505
- <line num="101" count="0" type="stmt"/>
2506
- <line num="102" count="0" type="stmt"/>
2507
- <line num="103" count="0" type="stmt"/>
2508
- <line num="104" count="0" type="stmt"/>
2509
- <line num="105" count="0" type="stmt"/>
2510
- <line num="106" count="0" type="stmt"/>
2511
- <line num="107" count="0" type="stmt"/>
2512
- <line num="108" count="0" type="stmt"/>
2513
- <line num="109" count="0" type="stmt"/>
2514
- <line num="110" count="0" type="stmt"/>
2515
- <line num="111" count="0" type="stmt"/>
2516
- <line num="112" count="0" type="stmt"/>
2517
- <line num="113" count="0" type="stmt"/>
2518
- <line num="117" count="0" type="stmt"/>
2519
- <line num="118" count="0" type="stmt"/>
2520
- <line num="119" count="0" type="stmt"/>
2521
- <line num="120" count="0" type="stmt"/>
2522
- <line num="121" count="0" type="stmt"/>
2523
- <line num="122" count="0" type="stmt"/>
2524
- <line num="123" count="0" type="stmt"/>
2525
- <line num="124" count="0" type="stmt"/>
2526
- <line num="125" count="0" type="stmt"/>
2527
- <line num="126" count="0" type="stmt"/>
2528
- <line num="127" count="0" type="stmt"/>
2529
- <line num="128" count="0" type="stmt"/>
2530
- <line num="129" count="0" type="stmt"/>
2531
- <line num="130" count="0" type="stmt"/>
2532
- <line num="131" count="0" type="stmt"/>
2533
- <line num="132" count="0" type="stmt"/>
2534
- <line num="133" count="0" type="stmt"/>
2535
- <line num="136" count="0" type="stmt"/>
2536
- <line num="137" count="0" type="stmt"/>
2537
- <line num="138" count="0" type="stmt"/>
2538
- <line num="139" count="0" type="stmt"/>
2539
- <line num="140" count="0" type="stmt"/>
2540
- <line num="141" count="0" type="stmt"/>
2541
- <line num="142" count="0" type="stmt"/>
2542
- <line num="143" count="0" type="stmt"/>
2543
- <line num="144" count="0" type="stmt"/>
2544
- <line num="145" count="0" type="stmt"/>
2545
- <line num="146" count="0" type="stmt"/>
2546
- <line num="147" count="0" type="stmt"/>
2547
- <line num="148" count="0" type="stmt"/>
2548
- <line num="149" count="0" type="stmt"/>
2549
- <line num="151" count="0" type="stmt"/>
2550
- <line num="152" count="0" type="stmt"/>
2551
- <line num="155" count="0" type="stmt"/>
2552
- <line num="156" count="0" type="stmt"/>
2553
- <line num="157" count="0" type="stmt"/>
2554
- <line num="158" count="0" type="stmt"/>
2555
- <line num="159" count="0" type="stmt"/>
2556
- <line num="160" count="0" type="stmt"/>
2557
- <line num="161" count="0" type="stmt"/>
2558
- <line num="162" count="0" type="stmt"/>
2559
- <line num="163" count="0" type="stmt"/>
2560
- <line num="164" count="0" type="stmt"/>
2561
- <line num="165" count="0" type="stmt"/>
2562
- <line num="166" count="0" type="stmt"/>
2563
- <line num="167" count="0" type="stmt"/>
2564
- <line num="168" count="0" type="stmt"/>
2565
- <line num="169" count="0" type="stmt"/>
2566
- <line num="170" count="0" type="stmt"/>
2567
- <line num="171" count="0" type="stmt"/>
2568
- <line num="172" count="0" type="stmt"/>
2569
- <line num="173" count="0" type="stmt"/>
2570
- <line num="174" count="0" type="stmt"/>
2571
- <line num="175" count="0" type="stmt"/>
2572
- <line num="176" count="0" type="stmt"/>
2573
- <line num="177" count="0" type="stmt"/>
2574
- <line num="178" count="0" type="stmt"/>
2575
- <line num="179" count="0" type="stmt"/>
2576
- <line num="180" count="0" type="stmt"/>
2577
- <line num="184" count="0" type="stmt"/>
2578
- <line num="185" count="0" type="stmt"/>
2579
- <line num="186" count="0" type="stmt"/>
2580
- <line num="187" count="0" type="stmt"/>
2581
- <line num="188" count="0" type="stmt"/>
2582
- <line num="189" count="0" type="stmt"/>
2583
- <line num="190" count="0" type="stmt"/>
2584
- <line num="191" count="0" type="stmt"/>
2585
- <line num="192" count="0" type="stmt"/>
2586
- <line num="193" count="0" type="stmt"/>
2587
- <line num="194" count="0" type="stmt"/>
2588
- <line num="195" count="0" type="stmt"/>
2589
- <line num="196" count="0" type="stmt"/>
2590
- <line num="197" count="0" type="stmt"/>
2591
- <line num="205" count="0" type="stmt"/>
2592
- <line num="206" count="0" type="stmt"/>
2593
- <line num="207" count="0" type="stmt"/>
2594
- <line num="208" count="0" type="stmt"/>
2595
- <line num="209" count="0" type="stmt"/>
2596
- <line num="210" count="0" type="stmt"/>
2597
- <line num="211" count="0" type="stmt"/>
2598
- <line num="212" count="0" type="stmt"/>
2599
- <line num="213" count="0" type="stmt"/>
2600
- <line num="214" count="0" type="stmt"/>
2601
- <line num="215" count="0" type="stmt"/>
2602
- <line num="216" count="0" type="stmt"/>
2603
- <line num="217" count="0" type="stmt"/>
2604
- <line num="218" count="0" type="stmt"/>
2605
- <line num="219" count="0" type="stmt"/>
2606
- <line num="221" count="0" type="stmt"/>
2607
- <line num="222" count="0" type="stmt"/>
2608
- <line num="224" count="0" type="stmt"/>
2609
- <line num="225" count="0" type="stmt"/>
2610
- <line num="226" count="0" type="stmt"/>
2611
- <line num="227" count="0" type="stmt"/>
2612
- <line num="228" count="0" type="stmt"/>
2613
- <line num="229" count="0" type="stmt"/>
2614
- <line num="230" count="0" type="stmt"/>
2615
- <line num="231" count="0" type="stmt"/>
2616
- <line num="232" count="0" type="stmt"/>
2617
- <line num="233" count="0" type="stmt"/>
2618
- <line num="234" count="0" type="stmt"/>
2619
- <line num="235" count="0" type="stmt"/>
2620
- <line num="236" count="0" type="stmt"/>
2621
- <line num="237" count="0" type="stmt"/>
2622
- <line num="238" count="0" type="stmt"/>
2623
- <line num="239" count="0" type="stmt"/>
2624
- <line num="241" count="0" type="stmt"/>
2625
- <line num="242" count="0" type="stmt"/>
2626
- <line num="243" count="0" type="stmt"/>
2627
- <line num="244" count="0" type="stmt"/>
2628
- <line num="245" count="0" type="stmt"/>
2629
- <line num="246" count="0" type="stmt"/>
2630
- <line num="247" count="0" type="stmt"/>
2631
- <line num="248" count="0" type="stmt"/>
2632
- <line num="249" count="0" type="stmt"/>
2633
- <line num="250" count="0" type="stmt"/>
2634
- <line num="251" count="0" type="stmt"/>
2635
- <line num="253" count="0" type="stmt"/>
2636
- <line num="254" count="0" type="stmt"/>
2637
- <line num="255" count="0" type="stmt"/>
2638
- <line num="257" count="0" type="stmt"/>
2639
- <line num="258" count="0" type="stmt"/>
2640
- <line num="259" count="0" type="stmt"/>
2641
- <line num="260" count="0" type="stmt"/>
2642
- </file>
2643
- <file name="index.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/tasks/index.ts">
2644
- <metrics statements="1" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
2645
- <line num="14" count="0" type="stmt"/>
2646
- </file>
2647
- <file name="tasks.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/tasks/tasks.ts">
2648
- <metrics statements="58" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
2649
- <line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
2650
- <line num="27" count="0" type="stmt"/>
2651
- <line num="28" count="0" type="stmt"/>
2652
- <line num="29" count="0" type="stmt"/>
2653
- <line num="30" count="0" type="stmt"/>
2654
- <line num="31" count="0" type="stmt"/>
2655
- <line num="36" count="0" type="stmt"/>
2656
- <line num="48" count="0" type="stmt"/>
2657
- <line num="49" count="0" type="stmt"/>
2658
- <line num="50" count="0" type="stmt"/>
2659
- <line num="51" count="0" type="stmt"/>
2660
- <line num="52" count="0" type="stmt"/>
2661
- <line num="53" count="0" type="stmt"/>
2662
- <line num="54" count="0" type="stmt"/>
2663
- <line num="55" count="0" type="stmt"/>
2664
- <line num="56" count="0" type="stmt"/>
2665
- <line num="57" count="0" type="stmt"/>
2666
- <line num="58" count="0" type="stmt"/>
2667
- <line num="59" count="0" type="stmt"/>
2668
- <line num="61" count="0" type="stmt"/>
2669
- <line num="62" count="0" type="stmt"/>
2670
- <line num="63" count="0" type="stmt"/>
2671
- <line num="64" count="0" type="stmt"/>
2672
- <line num="65" count="0" type="stmt"/>
2673
- <line num="66" count="0" type="stmt"/>
2674
- <line num="67" count="0" type="stmt"/>
2675
- <line num="68" count="0" type="stmt"/>
2676
- <line num="69" count="0" type="stmt"/>
2677
- <line num="70" count="0" type="stmt"/>
2678
- <line num="71" count="0" type="stmt"/>
2679
- <line num="72" count="0" type="stmt"/>
2680
- <line num="73" count="0" type="stmt"/>
2681
- <line num="74" count="0" type="stmt"/>
2682
- <line num="75" count="0" type="stmt"/>
2683
- <line num="76" count="0" type="stmt"/>
2684
- <line num="77" count="0" type="stmt"/>
2685
- <line num="78" count="0" type="stmt"/>
2686
- <line num="79" count="0" type="stmt"/>
2687
- <line num="80" count="0" type="stmt"/>
2688
- <line num="81" count="0" type="stmt"/>
2689
- <line num="82" count="0" type="stmt"/>
2690
- <line num="83" count="0" type="stmt"/>
2691
- <line num="84" count="0" type="stmt"/>
2692
- <line num="85" count="0" type="stmt"/>
2693
- <line num="86" count="0" type="stmt"/>
2694
- <line num="87" count="0" type="stmt"/>
2695
- <line num="88" count="0" type="stmt"/>
2696
- <line num="89" count="0" type="stmt"/>
2697
- <line num="91" count="0" type="stmt"/>
2698
- <line num="93" count="0" type="stmt"/>
2699
- <line num="94" count="0" type="stmt"/>
2700
- <line num="95" count="0" type="stmt"/>
2701
- <line num="96" count="0" type="stmt"/>
2702
- <line num="97" count="0" type="stmt"/>
2703
- <line num="98" count="0" type="stmt"/>
2704
- <line num="99" count="0" type="stmt"/>
2705
- <line num="100" count="0" type="stmt"/>
2706
- <line num="101" count="0" type="stmt"/>
2707
- </file>
2708
- </package>
2709
- <package name="src.tasks.client">
2710
- <metrics statements="330" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
2711
- <file name="clientTasks.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/tasks/client/clientTasks.ts">
2712
- <metrics statements="330" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
2713
- <line num="15" count="0" type="stmt"/>
2714
- <line num="16" count="0" type="stmt"/>
2715
- <line num="17" count="0" type="stmt"/>
2716
- <line num="18" count="0" type="stmt"/>
2717
- <line num="34" count="0" type="stmt"/>
2718
- <line num="36" count="0" type="stmt"/>
2719
- <line num="37" count="0" type="stmt"/>
2720
- <line num="39" count="0" type="stmt"/>
2721
- <line num="40" count="0" type="stmt"/>
2722
- <line num="41" count="0" type="stmt"/>
2723
- <line num="42" count="0" type="stmt"/>
2724
- <line num="43" count="0" type="stmt"/>
2725
- <line num="44" count="0" type="stmt"/>
2726
- <line num="45" count="0" type="stmt"/>
2727
- <line num="46" count="0" type="stmt"/>
2728
- <line num="47" count="0" type="stmt"/>
2729
- <line num="48" count="0" type="stmt"/>
2730
- <line num="49" count="0" type="stmt"/>
2731
- <line num="50" count="0" type="stmt"/>
2732
- <line num="51" count="0" type="stmt"/>
2733
- <line num="53" count="0" type="stmt"/>
2734
- <line num="58" count="0" type="stmt"/>
2735
- <line num="59" count="0" type="stmt"/>
2736
- <line num="60" count="0" type="stmt"/>
2737
- <line num="61" count="0" type="stmt"/>
2738
- <line num="62" count="0" type="stmt"/>
2739
- <line num="63" count="0" type="stmt"/>
2740
- <line num="64" count="0" type="stmt"/>
2741
- <line num="65" count="0" type="stmt"/>
2742
- <line num="66" count="0" type="stmt"/>
2743
- <line num="72" count="0" type="stmt"/>
2744
- <line num="73" count="0" type="stmt"/>
2745
- <line num="74" count="0" type="stmt"/>
2746
- <line num="75" count="0" type="stmt"/>
2747
- <line num="76" count="0" type="stmt"/>
2748
- <line num="77" count="0" type="stmt"/>
2749
- <line num="78" count="0" type="stmt"/>
2750
- <line num="79" count="0" type="stmt"/>
2751
- <line num="80" count="0" type="stmt"/>
2752
- <line num="81" count="0" type="stmt"/>
2753
- <line num="82" count="0" type="stmt"/>
2754
- <line num="83" count="0" type="stmt"/>
2755
- <line num="84" count="0" type="stmt"/>
2756
- <line num="85" count="0" type="stmt"/>
2757
- <line num="91" count="0" type="stmt"/>
2758
- <line num="92" count="0" type="stmt"/>
2759
- <line num="93" count="0" type="stmt"/>
2760
- <line num="94" count="0" type="stmt"/>
2761
- <line num="95" count="0" type="stmt"/>
2762
- <line num="97" count="0" type="stmt"/>
2763
- <line num="98" count="0" type="stmt"/>
2764
- <line num="99" count="0" type="stmt"/>
2765
- <line num="100" count="0" type="stmt"/>
2766
- <line num="102" count="0" type="stmt"/>
2767
- <line num="103" count="0" type="stmt"/>
2768
- <line num="104" count="0" type="stmt"/>
2769
- <line num="105" count="0" type="stmt"/>
2770
- <line num="107" count="0" type="stmt"/>
2771
- <line num="108" count="0" type="stmt"/>
2772
- <line num="109" count="0" type="stmt"/>
2773
- <line num="112" count="0" type="stmt"/>
2774
- <line num="114" count="0" type="stmt"/>
2775
- <line num="115" count="0" type="stmt"/>
2776
- <line num="116" count="0" type="stmt"/>
2777
- <line num="117" count="0" type="stmt"/>
2778
- <line num="118" count="0" type="stmt"/>
2779
- <line num="119" count="0" type="stmt"/>
2780
- <line num="120" count="0" type="stmt"/>
2781
- <line num="121" count="0" type="stmt"/>
2782
- <line num="122" count="0" type="stmt"/>
2783
- <line num="123" count="0" type="stmt"/>
2784
- <line num="125" count="0" type="stmt"/>
2785
- <line num="126" count="0" type="stmt"/>
2786
- <line num="127" count="0" type="stmt"/>
2787
- <line num="128" count="0" type="stmt"/>
2788
- <line num="129" count="0" type="stmt"/>
2789
- <line num="130" count="0" type="stmt"/>
2790
- <line num="131" count="0" type="stmt"/>
2791
- <line num="132" count="0" type="stmt"/>
2792
- <line num="133" count="0" type="stmt"/>
2793
- <line num="136" count="0" type="stmt"/>
2794
- <line num="137" count="0" type="stmt"/>
2795
- <line num="138" count="0" type="stmt"/>
2796
- <line num="139" count="0" type="stmt"/>
2797
- <line num="140" count="0" type="stmt"/>
2798
- <line num="141" count="0" type="stmt"/>
2799
- <line num="142" count="0" type="stmt"/>
2800
- <line num="143" count="0" type="stmt"/>
2801
- <line num="144" count="0" type="stmt"/>
2802
- <line num="145" count="0" type="stmt"/>
2803
- <line num="146" count="0" type="stmt"/>
2804
- <line num="148" count="0" type="stmt"/>
2805
- <line num="149" count="0" type="stmt"/>
2806
- <line num="150" count="0" type="stmt"/>
2807
- <line num="151" count="0" type="stmt"/>
2808
- <line num="152" count="0" type="stmt"/>
2809
- <line num="153" count="0" type="stmt"/>
2810
- <line num="154" count="0" type="stmt"/>
2811
- <line num="155" count="0" type="stmt"/>
2812
- <line num="156" count="0" type="stmt"/>
2813
- <line num="159" count="0" type="stmt"/>
2814
- <line num="160" count="0" type="stmt"/>
2815
- <line num="161" count="0" type="stmt"/>
2816
- <line num="162" count="0" type="stmt"/>
2817
- <line num="163" count="0" type="stmt"/>
2818
- <line num="164" count="0" type="stmt"/>
2819
- <line num="165" count="0" type="stmt"/>
2820
- <line num="166" count="0" type="stmt"/>
2821
- <line num="168" count="0" type="stmt"/>
2822
- <line num="169" count="0" type="stmt"/>
2823
- <line num="170" count="0" type="stmt"/>
2824
- <line num="171" count="0" type="stmt"/>
2825
- <line num="172" count="0" type="stmt"/>
2826
- <line num="173" count="0" type="stmt"/>
2827
- <line num="174" count="0" type="stmt"/>
2828
- <line num="176" count="0" type="stmt"/>
2829
- <line num="177" count="0" type="stmt"/>
2830
- <line num="178" count="0" type="stmt"/>
2831
- <line num="179" count="0" type="stmt"/>
2832
- <line num="180" count="0" type="stmt"/>
2833
- <line num="181" count="0" type="stmt"/>
2834
- <line num="182" count="0" type="stmt"/>
2835
- <line num="183" count="0" type="stmt"/>
2836
- <line num="184" count="0" type="stmt"/>
2837
- <line num="185" count="0" type="stmt"/>
2838
- <line num="186" count="0" type="stmt"/>
2839
- <line num="187" count="0" type="stmt"/>
2840
- <line num="188" count="0" type="stmt"/>
2841
- <line num="189" count="0" type="stmt"/>
2842
- <line num="190" count="0" type="stmt"/>
2843
- <line num="191" count="0" type="stmt"/>
2844
- <line num="192" count="0" type="stmt"/>
2845
- <line num="193" count="0" type="stmt"/>
2846
- <line num="194" count="0" type="stmt"/>
2847
- <line num="195" count="0" type="stmt"/>
2848
- <line num="196" count="0" type="stmt"/>
2849
- <line num="197" count="0" type="stmt"/>
2850
- <line num="198" count="0" type="stmt"/>
2851
- <line num="199" count="0" type="stmt"/>
2852
- <line num="200" count="0" type="stmt"/>
2853
- <line num="201" count="0" type="stmt"/>
2854
- <line num="202" count="0" type="stmt"/>
2855
- <line num="204" count="0" type="stmt"/>
2856
- <line num="205" count="0" type="stmt"/>
2857
- <line num="206" count="0" type="stmt"/>
2858
- <line num="207" count="0" type="stmt"/>
2859
- <line num="208" count="0" type="stmt"/>
2860
- <line num="209" count="0" type="stmt"/>
2861
- <line num="210" count="0" type="stmt"/>
2862
- <line num="211" count="0" type="stmt"/>
2863
- <line num="212" count="0" type="stmt"/>
2864
- <line num="213" count="0" type="stmt"/>
2865
- <line num="214" count="0" type="stmt"/>
2866
- <line num="215" count="0" type="stmt"/>
2867
- <line num="216" count="0" type="stmt"/>
2868
- <line num="217" count="0" type="stmt"/>
2869
- <line num="219" count="0" type="stmt"/>
2870
- <line num="220" count="0" type="stmt"/>
2871
- <line num="221" count="0" type="stmt"/>
2872
- <line num="222" count="0" type="stmt"/>
2873
- <line num="223" count="0" type="stmt"/>
2874
- <line num="224" count="0" type="stmt"/>
2875
- <line num="225" count="0" type="stmt"/>
2876
- <line num="226" count="0" type="stmt"/>
2877
- <line num="227" count="0" type="stmt"/>
2878
- <line num="228" count="0" type="stmt"/>
2879
- <line num="229" count="0" type="stmt"/>
2880
- <line num="230" count="0" type="stmt"/>
2881
- <line num="231" count="0" type="stmt"/>
2882
- <line num="232" count="0" type="stmt"/>
2883
- <line num="233" count="0" type="stmt"/>
2884
- <line num="234" count="0" type="stmt"/>
2885
- <line num="235" count="0" type="stmt"/>
2886
- <line num="236" count="0" type="stmt"/>
2887
- <line num="237" count="0" type="stmt"/>
2888
- <line num="238" count="0" type="stmt"/>
2889
- <line num="239" count="0" type="stmt"/>
2890
- <line num="240" count="0" type="stmt"/>
2891
- <line num="241" count="0" type="stmt"/>
2892
- <line num="242" count="0" type="stmt"/>
2893
- <line num="243" count="0" type="stmt"/>
2894
- <line num="249" count="0" type="stmt"/>
2895
- <line num="250" count="0" type="stmt"/>
2896
- <line num="251" count="0" type="stmt"/>
2897
- <line num="252" count="0" type="stmt"/>
2898
- <line num="253" count="0" type="stmt"/>
2899
- <line num="255" count="0" type="stmt"/>
2900
- <line num="256" count="0" type="stmt"/>
2901
- <line num="257" count="0" type="stmt"/>
2902
- <line num="258" count="0" type="stmt"/>
2903
- <line num="260" count="0" type="stmt"/>
2904
- <line num="261" count="0" type="stmt"/>
2905
- <line num="262" count="0" type="stmt"/>
2906
- <line num="263" count="0" type="stmt"/>
2907
- <line num="265" count="0" type="stmt"/>
2908
- <line num="266" count="0" type="stmt"/>
2909
- <line num="267" count="0" type="stmt"/>
2910
- <line num="268" count="0" type="stmt"/>
2911
- <line num="269" count="0" type="stmt"/>
2912
- <line num="270" count="0" type="stmt"/>
2913
- <line num="271" count="0" type="stmt"/>
2914
- <line num="274" count="0" type="stmt"/>
2915
- <line num="275" count="0" type="stmt"/>
2916
- <line num="276" count="0" type="stmt"/>
2917
- <line num="277" count="0" type="stmt"/>
2918
- <line num="279" count="0" type="stmt"/>
2919
- <line num="280" count="0" type="stmt"/>
2920
- <line num="281" count="0" type="stmt"/>
2921
- <line num="283" count="0" type="stmt"/>
2922
- <line num="284" count="0" type="stmt"/>
2923
- <line num="286" count="0" type="stmt"/>
2924
- <line num="287" count="0" type="stmt"/>
2925
- <line num="288" count="0" type="stmt"/>
2926
- <line num="290" count="0" type="stmt"/>
2927
- <line num="291" count="0" type="stmt"/>
2928
- <line num="292" count="0" type="stmt"/>
2929
- <line num="293" count="0" type="stmt"/>
2930
- <line num="294" count="0" type="stmt"/>
2931
- <line num="295" count="0" type="stmt"/>
2932
- <line num="296" count="0" type="stmt"/>
2933
- <line num="297" count="0" type="stmt"/>
2934
- <line num="298" count="0" type="stmt"/>
2935
- <line num="299" count="0" type="stmt"/>
2936
- <line num="300" count="0" type="stmt"/>
2937
- <line num="301" count="0" type="stmt"/>
2938
- <line num="302" count="0" type="stmt"/>
2939
- <line num="303" count="0" type="stmt"/>
2940
- <line num="304" count="0" type="stmt"/>
2941
- <line num="305" count="0" type="stmt"/>
2942
- <line num="306" count="0" type="stmt"/>
2943
- <line num="307" count="0" type="stmt"/>
2944
- <line num="308" count="0" type="stmt"/>
2945
- <line num="309" count="0" type="stmt"/>
2946
- <line num="310" count="0" type="stmt"/>
2947
- <line num="311" count="0" type="stmt"/>
2948
- <line num="312" count="0" type="stmt"/>
2949
- <line num="313" count="0" type="stmt"/>
2950
- <line num="314" count="0" type="stmt"/>
2951
- <line num="316" count="0" type="stmt"/>
2952
- <line num="317" count="0" type="stmt"/>
2953
- <line num="318" count="0" type="stmt"/>
2954
- <line num="319" count="0" type="stmt"/>
2955
- <line num="320" count="0" type="stmt"/>
2956
- <line num="321" count="0" type="stmt"/>
2957
- <line num="322" count="0" type="stmt"/>
2958
- <line num="323" count="0" type="stmt"/>
2959
- <line num="324" count="0" type="stmt"/>
2960
- <line num="325" count="0" type="stmt"/>
2961
- <line num="326" count="0" type="stmt"/>
2962
- <line num="327" count="0" type="stmt"/>
2963
- <line num="328" count="0" type="stmt"/>
2964
- <line num="329" count="0" type="stmt"/>
2965
- <line num="331" count="0" type="stmt"/>
2966
- <line num="332" count="0" type="stmt"/>
2967
- <line num="333" count="0" type="stmt"/>
2968
- <line num="334" count="0" type="stmt"/>
2969
- <line num="335" count="0" type="stmt"/>
2970
- <line num="336" count="0" type="stmt"/>
2971
- <line num="337" count="0" type="stmt"/>
2972
- <line num="338" count="0" type="stmt"/>
2973
- <line num="340" count="0" type="stmt"/>
2974
- <line num="341" count="0" type="stmt"/>
2975
- <line num="342" count="0" type="stmt"/>
2976
- <line num="344" count="0" type="stmt"/>
2977
- <line num="345" count="0" type="stmt"/>
2978
- <line num="346" count="0" type="stmt"/>
2979
- <line num="347" count="0" type="stmt"/>
2980
- <line num="348" count="0" type="stmt"/>
2981
- <line num="349" count="0" type="stmt"/>
2982
- <line num="350" count="0" type="stmt"/>
2983
- <line num="351" count="0" type="stmt"/>
2984
- <line num="352" count="0" type="stmt"/>
2985
- <line num="353" count="0" type="stmt"/>
2986
- <line num="354" count="0" type="stmt"/>
2987
- <line num="355" count="0" type="stmt"/>
2988
- <line num="362" count="0" type="stmt"/>
2989
- <line num="363" count="0" type="stmt"/>
2990
- <line num="364" count="0" type="stmt"/>
2991
- <line num="365" count="0" type="stmt"/>
2992
- <line num="366" count="0" type="stmt"/>
2993
- <line num="369" count="0" type="stmt"/>
2994
- <line num="372" count="0" type="stmt"/>
2995
- <line num="373" count="0" type="stmt"/>
2996
- <line num="374" count="0" type="stmt"/>
2997
- <line num="376" count="0" type="stmt"/>
2998
- <line num="379" count="0" type="stmt"/>
2999
- <line num="380" count="0" type="stmt"/>
3000
- <line num="381" count="0" type="stmt"/>
3001
- <line num="382" count="0" type="stmt"/>
3002
- <line num="383" count="0" type="stmt"/>
3003
- <line num="386" count="0" type="stmt"/>
3004
- <line num="387" count="0" type="stmt"/>
3005
- <line num="388" count="0" type="stmt"/>
3006
- <line num="389" count="0" type="stmt"/>
3007
- <line num="390" count="0" type="stmt"/>
3008
- <line num="391" count="0" type="stmt"/>
3009
- <line num="392" count="0" type="stmt"/>
3010
- <line num="395" count="0" type="stmt"/>
3011
- <line num="396" count="0" type="stmt"/>
3012
- <line num="397" count="0" type="stmt"/>
3013
- <line num="399" count="0" type="stmt"/>
3014
- <line num="400" count="0" type="stmt"/>
3015
- <line num="401" count="0" type="stmt"/>
3016
- <line num="402" count="0" type="stmt"/>
3017
- <line num="403" count="0" type="stmt"/>
3018
- <line num="404" count="0" type="stmt"/>
3019
- <line num="405" count="0" type="stmt"/>
3020
- <line num="406" count="0" type="stmt"/>
3021
- <line num="408" count="0" type="stmt"/>
3022
- <line num="409" count="0" type="stmt"/>
3023
- <line num="410" count="0" type="stmt"/>
3024
- <line num="411" count="0" type="stmt"/>
3025
- <line num="412" count="0" type="stmt"/>
3026
- <line num="413" count="0" type="stmt"/>
3027
- <line num="414" count="0" type="stmt"/>
3028
- <line num="415" count="0" type="stmt"/>
3029
- <line num="417" count="0" type="stmt"/>
3030
- <line num="419" count="0" type="stmt"/>
3031
- <line num="420" count="0" type="stmt"/>
3032
- <line num="421" count="0" type="stmt"/>
3033
- <line num="422" count="0" type="stmt"/>
3034
- <line num="423" count="0" type="stmt"/>
3035
- <line num="424" count="0" type="stmt"/>
3036
- <line num="425" count="0" type="stmt"/>
3037
- <line num="426" count="0" type="stmt"/>
3038
- <line num="428" count="0" type="stmt"/>
3039
- <line num="429" count="0" type="stmt"/>
3040
- <line num="430" count="0" type="stmt"/>
3041
- <line num="431" count="0" type="stmt"/>
3042
- <line num="432" count="0" type="stmt"/>
3043
- </file>
3044
- </package>
3045
- <package name="src.tasks.dataset">
3046
- <metrics statements="64" coveredstatements="0" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
3047
- <file name="datasetTasks.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/tasks/dataset/datasetTasks.ts">
3048
- <metrics statements="27" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
3049
- <line num="15" count="0" type="stmt"/>
3050
- <line num="22" count="0" type="stmt"/>
3051
- <line num="24" count="0" type="stmt"/>
3052
- <line num="30" count="0" type="stmt"/>
3053
- <line num="31" count="0" type="stmt"/>
3054
- <line num="32" count="0" type="stmt"/>
3055
- <line num="33" count="0" type="stmt"/>
3056
- <line num="34" count="0" type="stmt"/>
3057
- <line num="35" count="0" type="stmt"/>
3058
- <line num="36" count="0" type="stmt"/>
3059
- <line num="37" count="0" type="stmt"/>
3060
- <line num="38" count="0" type="stmt"/>
3061
- <line num="39" count="0" type="stmt"/>
3062
- <line num="40" count="0" type="stmt"/>
3063
- <line num="47" count="0" type="stmt"/>
3064
- <line num="48" count="0" type="stmt"/>
3065
- <line num="49" count="0" type="stmt"/>
3066
- <line num="50" count="0" type="stmt"/>
3067
- <line num="52" count="0" type="stmt"/>
3068
- <line num="53" count="0" type="stmt"/>
3069
- <line num="54" count="0" type="stmt"/>
3070
- <line num="55" count="0" type="stmt"/>
3071
- <line num="56" count="0" type="stmt"/>
3072
- <line num="57" count="0" type="stmt"/>
3073
- <line num="59" count="0" type="stmt"/>
3074
- <line num="60" count="0" type="stmt"/>
3075
- <line num="61" count="0" type="stmt"/>
3076
- </file>
3077
- <file name="datasetTasksUtils.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/tasks/dataset/datasetTasksUtils.ts">
3078
- <metrics statements="37" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
3079
- <line num="14" count="0" type="stmt"/>
3080
- <line num="15" count="0" type="stmt"/>
3081
- <line num="18" count="0" type="stmt"/>
3082
- <line num="19" count="0" type="stmt"/>
3083
- <line num="20" count="0" type="stmt"/>
3084
- <line num="21" count="0" type="stmt"/>
3085
- <line num="22" count="0" type="stmt"/>
3086
- <line num="24" count="0" type="stmt"/>
3087
- <line num="25" count="0" type="stmt"/>
3088
- <line num="26" count="0" type="stmt"/>
3089
- <line num="27" count="0" type="stmt"/>
3090
- <line num="28" count="0" type="stmt"/>
3091
- <line num="30" count="0" type="stmt"/>
3092
- <line num="31" count="0" type="stmt"/>
3093
- <line num="32" count="0" type="stmt"/>
3094
- <line num="35" count="0" type="stmt"/>
3095
- <line num="36" count="0" type="stmt"/>
3096
- <line num="37" count="0" type="stmt"/>
3097
- <line num="38" count="0" type="stmt"/>
3098
- <line num="39" count="0" type="stmt"/>
3099
- <line num="42" count="0" type="stmt"/>
3100
- <line num="43" count="0" type="stmt"/>
3101
- <line num="44" count="0" type="stmt"/>
3102
- <line num="45" count="0" type="stmt"/>
3103
- <line num="46" count="0" type="stmt"/>
3104
- <line num="48" count="0" type="stmt"/>
3105
- <line num="51" count="0" type="stmt"/>
3106
- <line num="52" count="0" type="stmt"/>
3107
- <line num="53" count="0" type="stmt"/>
3108
- <line num="54" count="0" type="stmt"/>
3109
- <line num="55" count="0" type="stmt"/>
3110
- <line num="56" count="0" type="stmt"/>
3111
- <line num="57" count="0" type="stmt"/>
3112
- <line num="58" count="0" type="stmt"/>
3113
- <line num="59" count="0" type="stmt"/>
3114
- <line num="61" count="0" type="stmt"/>
3115
- <line num="62" count="0" type="stmt"/>
3116
- </file>
3117
- </package>
3118
- <package name="src.tasks.detection">
3119
- <metrics statements="49" coveredstatements="0" conditionals="2" coveredconditionals="1" methods="2" coveredmethods="1"/>
3120
- <file name="decodePayload.js" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/tasks/detection/decodePayload.js">
3121
- <metrics statements="15" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
3122
- <line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
3123
- <line num="2" count="0" type="stmt"/>
3124
- <line num="3" count="0" type="stmt"/>
3125
- <line num="4" count="0" type="stmt"/>
3126
- <line num="5" count="0" type="stmt"/>
3127
- <line num="6" count="0" type="stmt"/>
3128
- <line num="7" count="0" type="stmt"/>
3129
- <line num="8" count="0" type="stmt"/>
3130
- <line num="9" count="0" type="stmt"/>
3131
- <line num="10" count="0" type="stmt"/>
3132
- <line num="11" count="0" type="stmt"/>
3133
- <line num="12" count="0" type="stmt"/>
3134
- <line num="13" count="0" type="stmt"/>
3135
- <line num="14" count="0" type="stmt"/>
3136
- <line num="15" count="0" type="stmt"/>
3137
- </file>
3138
- <file name="getBotScore.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/tasks/detection/getBotScore.ts">
3139
- <metrics statements="34" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
3140
- <line num="16" count="0" type="stmt"/>
3141
- <line num="18" count="0" type="stmt"/>
3142
- <line num="20" count="0" type="stmt"/>
3143
- <line num="21" count="0" type="stmt"/>
3144
- <line num="22" count="0" type="stmt"/>
3145
- <line num="23" count="0" type="stmt"/>
3146
- <line num="24" count="0" type="stmt"/>
3147
- <line num="25" count="0" type="stmt"/>
3148
- <line num="26" count="0" type="stmt"/>
3149
- <line num="27" count="0" type="stmt"/>
3150
- <line num="28" count="0" type="stmt"/>
3151
- <line num="29" count="0" type="stmt"/>
3152
- <line num="30" count="0" type="stmt"/>
3153
- <line num="31" count="0" type="stmt"/>
3154
- <line num="32" count="0" type="stmt"/>
3155
- <line num="33" count="0" type="stmt"/>
3156
- <line num="34" count="0" type="stmt"/>
3157
- <line num="36" count="0" type="stmt"/>
3158
- <line num="37" count="0" type="stmt"/>
3159
- <line num="38" count="0" type="stmt"/>
3160
- <line num="39" count="0" type="stmt"/>
3161
- <line num="40" count="0" type="stmt"/>
3162
- <line num="41" count="0" type="stmt"/>
3163
- <line num="42" count="0" type="stmt"/>
3164
- <line num="44" count="0" type="stmt"/>
3165
- <line num="45" count="0" type="stmt"/>
3166
- <line num="46" count="0" type="stmt"/>
3167
- <line num="47" count="0" type="stmt"/>
3168
- <line num="48" count="0" type="stmt"/>
3169
- <line num="49" count="0" type="stmt"/>
3170
- <line num="50" count="0" type="stmt"/>
3171
- <line num="51" count="0" type="stmt"/>
3172
- <line num="52" count="0" type="stmt"/>
3173
- <line num="53" count="0" type="stmt"/>
3174
- </file>
3175
- </package>
3176
- <package name="src.tasks.frictionless">
3177
- <metrics statements="340" coveredstatements="0" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
3178
- <file name="frictionlessTasks.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/tasks/frictionless/frictionlessTasks.ts">
3179
- <metrics statements="311" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
3180
- <line num="16" count="0" type="stmt"/>
3181
- <line num="17" count="0" type="stmt"/>
3182
- <line num="31" count="0" type="stmt"/>
3183
- <line num="32" count="0" type="stmt"/>
3184
- <line num="33" count="0" type="stmt"/>
3185
- <line num="34" count="0" type="stmt"/>
3186
- <line num="36" count="0" type="stmt"/>
3187
- <line num="37" count="0" type="stmt"/>
3188
- <line num="38" count="0" type="stmt"/>
3189
- <line num="39" count="0" type="stmt"/>
3190
- <line num="40" count="0" type="stmt"/>
3191
- <line num="41" count="0" type="stmt"/>
3192
- <line num="43" count="0" type="stmt"/>
3193
- <line num="44" count="0" type="stmt"/>
3194
- <line num="45" count="0" type="stmt"/>
3195
- <line num="46" count="0" type="stmt"/>
3196
- <line num="47" count="0" type="stmt"/>
3197
- <line num="49" count="0" type="stmt"/>
3198
- <line num="52" count="0" type="stmt"/>
3199
- <line num="53" count="0" type="stmt"/>
3200
- <line num="54" count="0" type="stmt"/>
3201
- <line num="55" count="0" type="stmt"/>
3202
- <line num="56" count="0" type="stmt"/>
3203
- <line num="57" count="0" type="stmt"/>
3204
- <line num="58" count="0" type="stmt"/>
3205
- <line num="59" count="0" type="stmt"/>
3206
- <line num="60" count="0" type="stmt"/>
3207
- <line num="62" count="0" type="stmt"/>
3208
- <line num="63" count="0" type="stmt"/>
3209
- <line num="64" count="0" type="stmt"/>
3210
- <line num="66" count="0" type="stmt"/>
3211
- <line num="67" count="0" type="stmt"/>
3212
- <line num="68" count="0" type="stmt"/>
3213
- <line num="69" count="0" type="stmt"/>
3214
- <line num="70" count="0" type="stmt"/>
3215
- <line num="71" count="0" type="stmt"/>
3216
- <line num="72" count="0" type="stmt"/>
3217
- <line num="73" count="0" type="stmt"/>
3218
- <line num="74" count="0" type="stmt"/>
3219
- <line num="75" count="0" type="stmt"/>
3220
- <line num="76" count="0" type="stmt"/>
3221
- <line num="77" count="0" type="stmt"/>
3222
- <line num="78" count="0" type="stmt"/>
3223
- <line num="79" count="0" type="stmt"/>
3224
- <line num="80" count="0" type="stmt"/>
3225
- <line num="81" count="0" type="stmt"/>
3226
- <line num="82" count="0" type="stmt"/>
3227
- <line num="83" count="0" type="stmt"/>
3228
- <line num="85" count="0" type="stmt"/>
3229
- <line num="86" count="0" type="stmt"/>
3230
- <line num="87" count="0" type="stmt"/>
3231
- <line num="89" count="0" type="stmt"/>
3232
- <line num="90" count="0" type="stmt"/>
3233
- <line num="91" count="0" type="stmt"/>
3234
- <line num="92" count="0" type="stmt"/>
3235
- <line num="93" count="0" type="stmt"/>
3236
- <line num="95" count="0" type="stmt"/>
3237
- <line num="96" count="0" type="stmt"/>
3238
- <line num="97" count="0" type="stmt"/>
3239
- <line num="98" count="0" type="stmt"/>
3240
- <line num="100" count="0" type="stmt"/>
3241
- <line num="101" count="0" type="stmt"/>
3242
- <line num="102" count="0" type="stmt"/>
3243
- <line num="103" count="0" type="stmt"/>
3244
- <line num="104" count="0" type="stmt"/>
3245
- <line num="105" count="0" type="stmt"/>
3246
- <line num="106" count="0" type="stmt"/>
3247
- <line num="108" count="0" type="stmt"/>
3248
- <line num="109" count="0" type="stmt"/>
3249
- <line num="111" count="0" type="stmt"/>
3250
- <line num="112" count="0" type="stmt"/>
3251
- <line num="113" count="0" type="stmt"/>
3252
- <line num="114" count="0" type="stmt"/>
3253
- <line num="115" count="0" type="stmt"/>
3254
- <line num="116" count="0" type="stmt"/>
3255
- <line num="117" count="0" type="stmt"/>
3256
- <line num="118" count="0" type="stmt"/>
3257
- <line num="119" count="0" type="stmt"/>
3258
- <line num="120" count="0" type="stmt"/>
3259
- <line num="121" count="0" type="stmt"/>
3260
- <line num="122" count="0" type="stmt"/>
3261
- <line num="123" count="0" type="stmt"/>
3262
- <line num="124" count="0" type="stmt"/>
3263
- <line num="125" count="0" type="stmt"/>
3264
- <line num="126" count="0" type="stmt"/>
3265
- <line num="127" count="0" type="stmt"/>
3266
- <line num="128" count="0" type="stmt"/>
3267
- <line num="129" count="0" type="stmt"/>
3268
- <line num="130" count="0" type="stmt"/>
3269
- <line num="132" count="0" type="stmt"/>
3270
- <line num="133" count="0" type="stmt"/>
3271
- <line num="134" count="0" type="stmt"/>
3272
- <line num="135" count="0" type="stmt"/>
3273
- <line num="136" count="0" type="stmt"/>
3274
- <line num="137" count="0" type="stmt"/>
3275
- <line num="138" count="0" type="stmt"/>
3276
- <line num="139" count="0" type="stmt"/>
3277
- <line num="140" count="0" type="stmt"/>
3278
- <line num="141" count="0" type="stmt"/>
3279
- <line num="142" count="0" type="stmt"/>
3280
- <line num="143" count="0" type="stmt"/>
3281
- <line num="144" count="0" type="stmt"/>
3282
- <line num="145" count="0" type="stmt"/>
3283
- <line num="146" count="0" type="stmt"/>
3284
- <line num="147" count="0" type="stmt"/>
3285
- <line num="148" count="0" type="stmt"/>
3286
- <line num="149" count="0" type="stmt"/>
3287
- <line num="150" count="0" type="stmt"/>
3288
- <line num="151" count="0" type="stmt"/>
3289
- <line num="153" count="0" type="stmt"/>
3290
- <line num="154" count="0" type="stmt"/>
3291
- <line num="155" count="0" type="stmt"/>
3292
- <line num="156" count="0" type="stmt"/>
3293
- <line num="157" count="0" type="stmt"/>
3294
- <line num="158" count="0" type="stmt"/>
3295
- <line num="159" count="0" type="stmt"/>
3296
- <line num="160" count="0" type="stmt"/>
3297
- <line num="161" count="0" type="stmt"/>
3298
- <line num="162" count="0" type="stmt"/>
3299
- <line num="163" count="0" type="stmt"/>
3300
- <line num="164" count="0" type="stmt"/>
3301
- <line num="165" count="0" type="stmt"/>
3302
- <line num="166" count="0" type="stmt"/>
3303
- <line num="167" count="0" type="stmt"/>
3304
- <line num="168" count="0" type="stmt"/>
3305
- <line num="169" count="0" type="stmt"/>
3306
- <line num="170" count="0" type="stmt"/>
3307
- <line num="171" count="0" type="stmt"/>
3308
- <line num="173" count="0" type="stmt"/>
3309
- <line num="174" count="0" type="stmt"/>
3310
- <line num="175" count="0" type="stmt"/>
3311
- <line num="176" count="0" type="stmt"/>
3312
- <line num="177" count="0" type="stmt"/>
3313
- <line num="178" count="0" type="stmt"/>
3314
- <line num="179" count="0" type="stmt"/>
3315
- <line num="180" count="0" type="stmt"/>
3316
- <line num="181" count="0" type="stmt"/>
3317
- <line num="182" count="0" type="stmt"/>
3318
- <line num="183" count="0" type="stmt"/>
3319
- <line num="184" count="0" type="stmt"/>
3320
- <line num="185" count="0" type="stmt"/>
3321
- <line num="186" count="0" type="stmt"/>
3322
- <line num="187" count="0" type="stmt"/>
3323
- <line num="188" count="0" type="stmt"/>
3324
- <line num="189" count="0" type="stmt"/>
3325
- <line num="190" count="0" type="stmt"/>
3326
- <line num="191" count="0" type="stmt"/>
3327
- <line num="192" count="0" type="stmt"/>
3328
- <line num="194" count="0" type="stmt"/>
3329
- <line num="195" count="0" type="stmt"/>
3330
- <line num="196" count="0" type="stmt"/>
3331
- <line num="197" count="0" type="stmt"/>
3332
- <line num="198" count="0" type="stmt"/>
3333
- <line num="199" count="0" type="stmt"/>
3334
- <line num="200" count="0" type="stmt"/>
3335
- <line num="201" count="0" type="stmt"/>
3336
- <line num="202" count="0" type="stmt"/>
3337
- <line num="203" count="0" type="stmt"/>
3338
- <line num="204" count="0" type="stmt"/>
3339
- <line num="205" count="0" type="stmt"/>
3340
- <line num="206" count="0" type="stmt"/>
3341
- <line num="207" count="0" type="stmt"/>
3342
- <line num="208" count="0" type="stmt"/>
3343
- <line num="209" count="0" type="stmt"/>
3344
- <line num="210" count="0" type="stmt"/>
3345
- <line num="211" count="0" type="stmt"/>
3346
- <line num="213" count="0" type="stmt"/>
3347
- <line num="214" count="0" type="stmt"/>
3348
- <line num="215" count="0" type="stmt"/>
3349
- <line num="216" count="0" type="stmt"/>
3350
- <line num="217" count="0" type="stmt"/>
3351
- <line num="218" count="0" type="stmt"/>
3352
- <line num="219" count="0" type="stmt"/>
3353
- <line num="220" count="0" type="stmt"/>
3354
- <line num="221" count="0" type="stmt"/>
3355
- <line num="222" count="0" type="stmt"/>
3356
- <line num="223" count="0" type="stmt"/>
3357
- <line num="224" count="0" type="stmt"/>
3358
- <line num="225" count="0" type="stmt"/>
3359
- <line num="226" count="0" type="stmt"/>
3360
- <line num="227" count="0" type="stmt"/>
3361
- <line num="228" count="0" type="stmt"/>
3362
- <line num="229" count="0" type="stmt"/>
3363
- <line num="230" count="0" type="stmt"/>
3364
- <line num="231" count="0" type="stmt"/>
3365
- <line num="232" count="0" type="stmt"/>
3366
- <line num="234" count="0" type="stmt"/>
3367
- <line num="235" count="0" type="stmt"/>
3368
- <line num="236" count="0" type="stmt"/>
3369
- <line num="237" count="0" type="stmt"/>
3370
- <line num="238" count="0" type="stmt"/>
3371
- <line num="245" count="0" type="stmt"/>
3372
- <line num="246" count="0" type="stmt"/>
3373
- <line num="248" count="0" type="stmt"/>
3374
- <line num="249" count="0" type="stmt"/>
3375
- <line num="250" count="0" type="stmt"/>
3376
- <line num="251" count="0" type="stmt"/>
3377
- <line num="252" count="0" type="stmt"/>
3378
- <line num="253" count="0" type="stmt"/>
3379
- <line num="255" count="0" type="stmt"/>
3380
- <line num="256" count="0" type="stmt"/>
3381
- <line num="258" count="0" type="stmt"/>
3382
- <line num="259" count="0" type="stmt"/>
3383
- <line num="261" count="0" type="stmt"/>
3384
- <line num="262" count="0" type="stmt"/>
3385
- <line num="263" count="0" type="stmt"/>
3386
- <line num="265" count="0" type="stmt"/>
3387
- <line num="266" count="0" type="stmt"/>
3388
- <line num="267" count="0" type="stmt"/>
3389
- <line num="268" count="0" type="stmt"/>
3390
- <line num="270" count="0" type="stmt"/>
3391
- <line num="271" count="0" type="stmt"/>
3392
- <line num="272" count="0" type="stmt"/>
3393
- <line num="273" count="0" type="stmt"/>
3394
- <line num="274" count="0" type="stmt"/>
3395
- <line num="275" count="0" type="stmt"/>
3396
- <line num="276" count="0" type="stmt"/>
3397
- <line num="277" count="0" type="stmt"/>
3398
- <line num="281" count="0" type="stmt"/>
3399
- <line num="282" count="0" type="stmt"/>
3400
- <line num="283" count="0" type="stmt"/>
3401
- <line num="284" count="0" type="stmt"/>
3402
- <line num="285" count="0" type="stmt"/>
3403
- <line num="286" count="0" type="stmt"/>
3404
- <line num="287" count="0" type="stmt"/>
3405
- <line num="288" count="0" type="stmt"/>
3406
- <line num="289" count="0" type="stmt"/>
3407
- <line num="290" count="0" type="stmt"/>
3408
- <line num="291" count="0" type="stmt"/>
3409
- <line num="292" count="0" type="stmt"/>
3410
- <line num="293" count="0" type="stmt"/>
3411
- <line num="294" count="0" type="stmt"/>
3412
- <line num="295" count="0" type="stmt"/>
3413
- <line num="296" count="0" type="stmt"/>
3414
- <line num="297" count="0" type="stmt"/>
3415
- <line num="298" count="0" type="stmt"/>
3416
- <line num="299" count="0" type="stmt"/>
3417
- <line num="300" count="0" type="stmt"/>
3418
- <line num="301" count="0" type="stmt"/>
3419
- <line num="302" count="0" type="stmt"/>
3420
- <line num="303" count="0" type="stmt"/>
3421
- <line num="304" count="0" type="stmt"/>
3422
- <line num="305" count="0" type="stmt"/>
3423
- <line num="306" count="0" type="stmt"/>
3424
- <line num="307" count="0" type="stmt"/>
3425
- <line num="308" count="0" type="stmt"/>
3426
- <line num="309" count="0" type="stmt"/>
3427
- <line num="310" count="0" type="stmt"/>
3428
- <line num="311" count="0" type="stmt"/>
3429
- <line num="312" count="0" type="stmt"/>
3430
- <line num="313" count="0" type="stmt"/>
3431
- <line num="314" count="0" type="stmt"/>
3432
- <line num="315" count="0" type="stmt"/>
3433
- <line num="316" count="0" type="stmt"/>
3434
- <line num="317" count="0" type="stmt"/>
3435
- <line num="318" count="0" type="stmt"/>
3436
- <line num="319" count="0" type="stmt"/>
3437
- <line num="320" count="0" type="stmt"/>
3438
- <line num="321" count="0" type="stmt"/>
3439
- <line num="322" count="0" type="stmt"/>
3440
- <line num="323" count="0" type="stmt"/>
3441
- <line num="324" count="0" type="stmt"/>
3442
- <line num="325" count="0" type="stmt"/>
3443
- <line num="327" count="0" type="stmt"/>
3444
- <line num="328" count="0" type="stmt"/>
3445
- <line num="329" count="0" type="stmt"/>
3446
- <line num="330" count="0" type="stmt"/>
3447
- <line num="331" count="0" type="stmt"/>
3448
- <line num="332" count="0" type="stmt"/>
3449
- <line num="333" count="0" type="stmt"/>
3450
- <line num="334" count="0" type="stmt"/>
3451
- <line num="335" count="0" type="stmt"/>
3452
- <line num="336" count="0" type="stmt"/>
3453
- <line num="338" count="0" type="stmt"/>
3454
- <line num="339" count="0" type="stmt"/>
3455
- <line num="340" count="0" type="stmt"/>
3456
- <line num="341" count="0" type="stmt"/>
3457
- <line num="342" count="0" type="stmt"/>
3458
- <line num="343" count="0" type="stmt"/>
3459
- <line num="344" count="0" type="stmt"/>
3460
- <line num="345" count="0" type="stmt"/>
3461
- <line num="346" count="0" type="stmt"/>
3462
- <line num="347" count="0" type="stmt"/>
3463
- <line num="348" count="0" type="stmt"/>
3464
- <line num="349" count="0" type="stmt"/>
3465
- <line num="350" count="0" type="stmt"/>
3466
- <line num="351" count="0" type="stmt"/>
3467
- <line num="352" count="0" type="stmt"/>
3468
- <line num="353" count="0" type="stmt"/>
3469
- <line num="354" count="0" type="stmt"/>
3470
- <line num="355" count="0" type="stmt"/>
3471
- <line num="356" count="0" type="stmt"/>
3472
- <line num="357" count="0" type="stmt"/>
3473
- <line num="358" count="0" type="stmt"/>
3474
- <line num="359" count="0" type="stmt"/>
3475
- <line num="360" count="0" type="stmt"/>
3476
- <line num="361" count="0" type="stmt"/>
3477
- <line num="362" count="0" type="stmt"/>
3478
- <line num="363" count="0" type="stmt"/>
3479
- <line num="364" count="0" type="stmt"/>
3480
- <line num="367" count="0" type="stmt"/>
3481
- <line num="368" count="0" type="stmt"/>
3482
- <line num="369" count="0" type="stmt"/>
3483
- <line num="370" count="0" type="stmt"/>
3484
- <line num="371" count="0" type="stmt"/>
3485
- <line num="372" count="0" type="stmt"/>
3486
- <line num="373" count="0" type="stmt"/>
3487
- <line num="374" count="0" type="stmt"/>
3488
- <line num="375" count="0" type="stmt"/>
3489
- <line num="376" count="0" type="stmt"/>
3490
- <line num="377" count="0" type="stmt"/>
3491
- </file>
3492
- <file name="frictionlessTasksUtils.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/tasks/frictionless/frictionlessTasksUtils.ts">
3493
- <metrics statements="29" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
3494
- <line num="20" count="0" type="stmt"/>
3495
- <line num="21" count="0" type="stmt"/>
3496
- <line num="26" count="0" type="stmt"/>
3497
- <line num="27" count="0" type="stmt"/>
3498
- <line num="28" count="0" type="stmt"/>
3499
- <line num="29" count="0" type="stmt"/>
3500
- <line num="30" count="0" type="stmt"/>
3501
- <line num="31" count="0" type="stmt"/>
3502
- <line num="32" count="0" type="stmt"/>
3503
- <line num="33" count="0" type="stmt"/>
3504
- <line num="34" count="0" type="stmt"/>
3505
- <line num="35" count="0" type="stmt"/>
3506
- <line num="37" count="0" type="stmt"/>
3507
- <line num="38" count="0" type="stmt"/>
3508
- <line num="39" count="0" type="stmt"/>
3509
- <line num="40" count="0" type="stmt"/>
3510
- <line num="41" count="0" type="stmt"/>
3511
- <line num="42" count="0" type="stmt"/>
3512
- <line num="43" count="0" type="stmt"/>
3513
- <line num="44" count="0" type="stmt"/>
3514
- <line num="45" count="0" type="stmt"/>
3515
- <line num="47" count="0" type="stmt"/>
3516
- <line num="48" count="0" type="stmt"/>
3517
- <line num="49" count="0" type="stmt"/>
3518
- <line num="50" count="0" type="stmt"/>
3519
- <line num="51" count="0" type="stmt"/>
3520
- <line num="52" count="0" type="stmt"/>
3521
- <line num="53" count="0" type="stmt"/>
3522
- <line num="54" count="0" type="stmt"/>
3523
- </file>
3524
- </package>
3525
- <package name="src.tasks.imgCaptcha">
3526
- <metrics statements="499" coveredstatements="0" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
3527
- <file name="imgCaptchaTasks.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/tasks/imgCaptcha/imgCaptchaTasks.ts">
3528
- <metrics statements="475" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
3529
- <line num="15" count="0" type="stmt"/>
3530
- <line num="16" count="0" type="stmt"/>
3531
- <line num="17" count="0" type="stmt"/>
3532
- <line num="23" count="0" type="stmt"/>
3533
- <line num="45" count="0" type="stmt"/>
3534
- <line num="46" count="0" type="stmt"/>
3535
- <line num="47" count="0" type="stmt"/>
3536
- <line num="51" count="0" type="stmt"/>
3537
- <line num="52" count="0" type="stmt"/>
3538
- <line num="53" count="0" type="stmt"/>
3539
- <line num="54" count="0" type="stmt"/>
3540
- <line num="55" count="0" type="stmt"/>
3541
- <line num="56" count="0" type="stmt"/>
3542
- <line num="58" count="0" type="stmt"/>
3543
- <line num="61" count="0" type="stmt"/>
3544
- <line num="62" count="0" type="stmt"/>
3545
- <line num="63" count="0" type="stmt"/>
3546
- <line num="64" count="0" type="stmt"/>
3547
- <line num="65" count="0" type="stmt"/>
3548
- <line num="66" count="0" type="stmt"/>
3549
- <line num="67" count="0" type="stmt"/>
3550
- <line num="68" count="0" type="stmt"/>
3551
- <line num="69" count="0" type="stmt"/>
3552
- <line num="71" count="0" type="stmt"/>
3553
- <line num="72" count="0" type="stmt"/>
3554
- <line num="73" count="0" type="stmt"/>
3555
- <line num="74" count="0" type="stmt"/>
3556
- <line num="75" count="0" type="stmt"/>
3557
- <line num="76" count="0" type="stmt"/>
3558
- <line num="77" count="0" type="stmt"/>
3559
- <line num="78" count="0" type="stmt"/>
3560
- <line num="79" count="0" type="stmt"/>
3561
- <line num="80" count="0" type="stmt"/>
3562
- <line num="81" count="0" type="stmt"/>
3563
- <line num="82" count="0" type="stmt"/>
3564
- <line num="83" count="0" type="stmt"/>
3565
- <line num="84" count="0" type="stmt"/>
3566
- <line num="85" count="0" type="stmt"/>
3567
- <line num="86" count="0" type="stmt"/>
3568
- <line num="88" count="0" type="stmt"/>
3569
- <line num="89" count="0" type="stmt"/>
3570
- <line num="91" count="0" type="stmt"/>
3571
- <line num="92" count="0" type="stmt"/>
3572
- <line num="93" count="0" type="stmt"/>
3573
- <line num="94" count="0" type="stmt"/>
3574
- <line num="95" count="0" type="stmt"/>
3575
- <line num="96" count="0" type="stmt"/>
3576
- <line num="97" count="0" type="stmt"/>
3577
- <line num="103" count="0" type="stmt"/>
3578
- <line num="104" count="0" type="stmt"/>
3579
- <line num="105" count="0" type="stmt"/>
3580
- <line num="106" count="0" type="stmt"/>
3581
- <line num="107" count="0" type="stmt"/>
3582
- <line num="108" count="0" type="stmt"/>
3583
- <line num="109" count="0" type="stmt"/>
3584
- <line num="110" count="0" type="stmt"/>
3585
- <line num="111" count="0" type="stmt"/>
3586
- <line num="112" count="0" type="stmt"/>
3587
- <line num="113" count="0" type="stmt"/>
3588
- <line num="115" count="0" type="stmt"/>
3589
- <line num="116" count="0" type="stmt"/>
3590
- <line num="117" count="0" type="stmt"/>
3591
- <line num="118" count="0" type="stmt"/>
3592
- <line num="119" count="0" type="stmt"/>
3593
- <line num="120" count="0" type="stmt"/>
3594
- <line num="122" count="0" type="stmt"/>
3595
- <line num="123" count="0" type="stmt"/>
3596
- <line num="124" count="0" type="stmt"/>
3597
- <line num="126" count="0" type="stmt"/>
3598
- <line num="128" count="0" type="stmt"/>
3599
- <line num="129" count="0" type="stmt"/>
3600
- <line num="130" count="0" type="stmt"/>
3601
- <line num="131" count="0" type="stmt"/>
3602
- <line num="132" count="0" type="stmt"/>
3603
- <line num="133" count="0" type="stmt"/>
3604
- <line num="134" count="0" type="stmt"/>
3605
- <line num="135" count="0" type="stmt"/>
3606
- <line num="136" count="0" type="stmt"/>
3607
- <line num="137" count="0" type="stmt"/>
3608
- <line num="139" count="0" type="stmt"/>
3609
- <line num="140" count="0" type="stmt"/>
3610
- <line num="141" count="0" type="stmt"/>
3611
- <line num="142" count="0" type="stmt"/>
3612
- <line num="143" count="0" type="stmt"/>
3613
- <line num="145" count="0" type="stmt"/>
3614
- <line num="146" count="0" type="stmt"/>
3615
- <line num="147" count="0" type="stmt"/>
3616
- <line num="148" count="0" type="stmt"/>
3617
- <line num="150" count="0" type="stmt"/>
3618
- <line num="152" count="0" type="stmt"/>
3619
- <line num="153" count="0" type="stmt"/>
3620
- <line num="154" count="0" type="stmt"/>
3621
- <line num="156" count="0" type="stmt"/>
3622
- <line num="157" count="0" type="stmt"/>
3623
- <line num="158" count="0" type="stmt"/>
3624
- <line num="159" count="0" type="stmt"/>
3625
- <line num="160" count="0" type="stmt"/>
3626
- <line num="161" count="0" type="stmt"/>
3627
- <line num="162" count="0" type="stmt"/>
3628
- <line num="163" count="0" type="stmt"/>
3629
- <line num="164" count="0" type="stmt"/>
3630
- <line num="165" count="0" type="stmt"/>
3631
- <line num="166" count="0" type="stmt"/>
3632
- <line num="167" count="0" type="stmt"/>
3633
- <line num="168" count="0" type="stmt"/>
3634
- <line num="169" count="0" type="stmt"/>
3635
- <line num="170" count="0" type="stmt"/>
3636
- <line num="171" count="0" type="stmt"/>
3637
- <line num="172" count="0" type="stmt"/>
3638
- <line num="188" count="0" type="stmt"/>
3639
- <line num="189" count="0" type="stmt"/>
3640
- <line num="190" count="0" type="stmt"/>
3641
- <line num="191" count="0" type="stmt"/>
3642
- <line num="192" count="0" type="stmt"/>
3643
- <line num="193" count="0" type="stmt"/>
3644
- <line num="194" count="0" type="stmt"/>
3645
- <line num="195" count="0" type="stmt"/>
3646
- <line num="196" count="0" type="stmt"/>
3647
- <line num="197" count="0" type="stmt"/>
3648
- <line num="198" count="0" type="stmt"/>
3649
- <line num="199" count="0" type="stmt"/>
3650
- <line num="201" count="0" type="stmt"/>
3651
- <line num="202" count="0" type="stmt"/>
3652
- <line num="203" count="0" type="stmt"/>
3653
- <line num="204" count="0" type="stmt"/>
3654
- <line num="205" count="0" type="stmt"/>
3655
- <line num="206" count="0" type="stmt"/>
3656
- <line num="208" count="0" type="stmt"/>
3657
- <line num="209" count="0" type="stmt"/>
3658
- <line num="210" count="0" type="stmt"/>
3659
- <line num="211" count="0" type="stmt"/>
3660
- <line num="212" count="0" type="stmt"/>
3661
- <line num="213" count="0" type="stmt"/>
3662
- <line num="214" count="0" type="stmt"/>
3663
- <line num="215" count="0" type="stmt"/>
3664
- <line num="216" count="0" type="stmt"/>
3665
- <line num="219" count="0" type="stmt"/>
3666
- <line num="220" count="0" type="stmt"/>
3667
- <line num="221" count="0" type="stmt"/>
3668
- <line num="222" count="0" type="stmt"/>
3669
- <line num="223" count="0" type="stmt"/>
3670
- <line num="225" count="0" type="stmt"/>
3671
- <line num="227" count="0" type="stmt"/>
3672
- <line num="228" count="0" type="stmt"/>
3673
- <line num="229" count="0" type="stmt"/>
3674
- <line num="230" count="0" type="stmt"/>
3675
- <line num="231" count="0" type="stmt"/>
3676
- <line num="232" count="0" type="stmt"/>
3677
- <line num="233" count="0" type="stmt"/>
3678
- <line num="234" count="0" type="stmt"/>
3679
- <line num="235" count="0" type="stmt"/>
3680
- <line num="236" count="0" type="stmt"/>
3681
- <line num="237" count="0" type="stmt"/>
3682
- <line num="238" count="0" type="stmt"/>
3683
- <line num="239" count="0" type="stmt"/>
3684
- <line num="241" count="0" type="stmt"/>
3685
- <line num="242" count="0" type="stmt"/>
3686
- <line num="243" count="0" type="stmt"/>
3687
- <line num="244" count="0" type="stmt"/>
3688
- <line num="246" count="0" type="stmt"/>
3689
- <line num="248" count="0" type="stmt"/>
3690
- <line num="249" count="0" type="stmt"/>
3691
- <line num="250" count="0" type="stmt"/>
3692
- <line num="251" count="0" type="stmt"/>
3693
- <line num="252" count="0" type="stmt"/>
3694
- <line num="253" count="0" type="stmt"/>
3695
- <line num="254" count="0" type="stmt"/>
3696
- <line num="255" count="0" type="stmt"/>
3697
- <line num="256" count="0" type="stmt"/>
3698
- <line num="257" count="0" type="stmt"/>
3699
- <line num="259" count="0" type="stmt"/>
3700
- <line num="260" count="0" type="stmt"/>
3701
- <line num="262" count="0" type="stmt"/>
3702
- <line num="263" count="0" type="stmt"/>
3703
- <line num="265" count="0" type="stmt"/>
3704
- <line num="267" count="0" type="stmt"/>
3705
- <line num="268" count="0" type="stmt"/>
3706
- <line num="269" count="0" type="stmt"/>
3707
- <line num="270" count="0" type="stmt"/>
3708
- <line num="271" count="0" type="stmt"/>
3709
- <line num="275" count="0" type="stmt"/>
3710
- <line num="276" count="0" type="stmt"/>
3711
- <line num="277" count="0" type="stmt"/>
3712
- <line num="278" count="0" type="stmt"/>
3713
- <line num="279" count="0" type="stmt"/>
3714
- <line num="280" count="0" type="stmt"/>
3715
- <line num="281" count="0" type="stmt"/>
3716
- <line num="282" count="0" type="stmt"/>
3717
- <line num="283" count="0" type="stmt"/>
3718
- <line num="284" count="0" type="stmt"/>
3719
- <line num="285" count="0" type="stmt"/>
3720
- <line num="286" count="0" type="stmt"/>
3721
- <line num="287" count="0" type="stmt"/>
3722
- <line num="288" count="0" type="stmt"/>
3723
- <line num="289" count="0" type="stmt"/>
3724
- <line num="290" count="0" type="stmt"/>
3725
- <line num="291" count="0" type="stmt"/>
3726
- <line num="292" count="0" type="stmt"/>
3727
- <line num="294" count="0" type="stmt"/>
3728
- <line num="295" count="0" type="stmt"/>
3729
- <line num="296" count="0" type="stmt"/>
3730
- <line num="297" count="0" type="stmt"/>
3731
- <line num="298" count="0" type="stmt"/>
3732
- <line num="299" count="0" type="stmt"/>
3733
- <line num="300" count="0" type="stmt"/>
3734
- <line num="301" count="0" type="stmt"/>
3735
- <line num="302" count="0" type="stmt"/>
3736
- <line num="303" count="0" type="stmt"/>
3737
- <line num="304" count="0" type="stmt"/>
3738
- <line num="305" count="0" type="stmt"/>
3739
- <line num="306" count="0" type="stmt"/>
3740
- <line num="308" count="0" type="stmt"/>
3741
- <line num="310" count="0" type="stmt"/>
3742
- <line num="311" count="0" type="stmt"/>
3743
- <line num="312" count="0" type="stmt"/>
3744
- <line num="313" count="0" type="stmt"/>
3745
- <line num="314" count="0" type="stmt"/>
3746
- <line num="315" count="0" type="stmt"/>
3747
- <line num="316" count="0" type="stmt"/>
3748
- <line num="317" count="0" type="stmt"/>
3749
- <line num="318" count="0" type="stmt"/>
3750
- <line num="319" count="0" type="stmt"/>
3751
- <line num="320" count="0" type="stmt"/>
3752
- <line num="321" count="0" type="stmt"/>
3753
- <line num="322" count="0" type="stmt"/>
3754
- <line num="323" count="0" type="stmt"/>
3755
- <line num="324" count="0" type="stmt"/>
3756
- <line num="326" count="0" type="stmt"/>
3757
- <line num="327" count="0" type="stmt"/>
3758
- <line num="328" count="0" type="stmt"/>
3759
- <line num="329" count="0" type="stmt"/>
3760
- <line num="330" count="0" type="stmt"/>
3761
- <line num="331" count="0" type="stmt"/>
3762
- <line num="332" count="0" type="stmt"/>
3763
- <line num="333" count="0" type="stmt"/>
3764
- <line num="334" count="0" type="stmt"/>
3765
- <line num="335" count="0" type="stmt"/>
3766
- <line num="336" count="0" type="stmt"/>
3767
- <line num="337" count="0" type="stmt"/>
3768
- <line num="338" count="0" type="stmt"/>
3769
- <line num="339" count="0" type="stmt"/>
3770
- <line num="340" count="0" type="stmt"/>
3771
- <line num="341" count="0" type="stmt"/>
3772
- <line num="342" count="0" type="stmt"/>
3773
- <line num="343" count="0" type="stmt"/>
3774
- <line num="344" count="0" type="stmt"/>
3775
- <line num="345" count="0" type="stmt"/>
3776
- <line num="346" count="0" type="stmt"/>
3777
- <line num="347" count="0" type="stmt"/>
3778
- <line num="348" count="0" type="stmt"/>
3779
- <line num="349" count="0" type="stmt"/>
3780
- <line num="350" count="0" type="stmt"/>
3781
- <line num="351" count="0" type="stmt"/>
3782
- <line num="352" count="0" type="stmt"/>
3783
- <line num="353" count="0" type="stmt"/>
3784
- <line num="354" count="0" type="stmt"/>
3785
- <line num="355" count="0" type="stmt"/>
3786
- <line num="356" count="0" type="stmt"/>
3787
- <line num="357" count="0" type="stmt"/>
3788
- <line num="358" count="0" type="stmt"/>
3789
- <line num="359" count="0" type="stmt"/>
3790
- <line num="360" count="0" type="stmt"/>
3791
- <line num="361" count="0" type="stmt"/>
3792
- <line num="362" count="0" type="stmt"/>
3793
- <line num="368" count="0" type="stmt"/>
3794
- <line num="369" count="0" type="stmt"/>
3795
- <line num="374" count="0" type="stmt"/>
3796
- <line num="375" count="0" type="stmt"/>
3797
- <line num="376" count="0" type="stmt"/>
3798
- <line num="377" count="0" type="stmt"/>
3799
- <line num="378" count="0" type="stmt"/>
3800
- <line num="379" count="0" type="stmt"/>
3801
- <line num="380" count="0" type="stmt"/>
3802
- <line num="381" count="0" type="stmt"/>
3803
- <line num="382" count="0" type="stmt"/>
3804
- <line num="384" count="0" type="stmt"/>
3805
- <line num="385" count="0" type="stmt"/>
3806
- <line num="386" count="0" type="stmt"/>
3807
- <line num="387" count="0" type="stmt"/>
3808
- <line num="388" count="0" type="stmt"/>
3809
- <line num="389" count="0" type="stmt"/>
3810
- <line num="390" count="0" type="stmt"/>
3811
- <line num="391" count="0" type="stmt"/>
3812
- <line num="392" count="0" type="stmt"/>
3813
- <line num="393" count="0" type="stmt"/>
3814
- <line num="394" count="0" type="stmt"/>
3815
- <line num="395" count="0" type="stmt"/>
3816
- <line num="396" count="0" type="stmt"/>
3817
- <line num="397" count="0" type="stmt"/>
3818
- <line num="398" count="0" type="stmt"/>
3819
- <line num="399" count="0" type="stmt"/>
3820
- <line num="400" count="0" type="stmt"/>
3821
- <line num="401" count="0" type="stmt"/>
3822
- <line num="402" count="0" type="stmt"/>
3823
- <line num="411" count="0" type="stmt"/>
3824
- <line num="412" count="0" type="stmt"/>
3825
- <line num="413" count="0" type="stmt"/>
3826
- <line num="414" count="0" type="stmt"/>
3827
- <line num="415" count="0" type="stmt"/>
3828
- <line num="416" count="0" type="stmt"/>
3829
- <line num="417" count="0" type="stmt"/>
3830
- <line num="419" count="0" type="stmt"/>
3831
- <line num="420" count="0" type="stmt"/>
3832
- <line num="421" count="0" type="stmt"/>
3833
- <line num="422" count="0" type="stmt"/>
3834
- <line num="423" count="0" type="stmt"/>
3835
- <line num="424" count="0" type="stmt"/>
3836
- <line num="426" count="0" type="stmt"/>
3837
- <line num="428" count="0" type="stmt"/>
3838
- <line num="429" count="0" type="stmt"/>
3839
- <line num="430" count="0" type="stmt"/>
3840
- <line num="431" count="0" type="stmt"/>
3841
- <line num="432" count="0" type="stmt"/>
3842
- <line num="433" count="0" type="stmt"/>
3843
- <line num="434" count="0" type="stmt"/>
3844
- <line num="435" count="0" type="stmt"/>
3845
- <line num="436" count="0" type="stmt"/>
3846
- <line num="437" count="0" type="stmt"/>
3847
- <line num="438" count="0" type="stmt"/>
3848
- <line num="439" count="0" type="stmt"/>
3849
- <line num="440" count="0" type="stmt"/>
3850
- <line num="441" count="0" type="stmt"/>
3851
- <line num="442" count="0" type="stmt"/>
3852
- <line num="447" count="0" type="stmt"/>
3853
- <line num="448" count="0" type="stmt"/>
3854
- <line num="449" count="0" type="stmt"/>
3855
- <line num="450" count="0" type="stmt"/>
3856
- <line num="451" count="0" type="stmt"/>
3857
- <line num="452" count="0" type="stmt"/>
3858
- <line num="453" count="0" type="stmt"/>
3859
- <line num="454" count="0" type="stmt"/>
3860
- <line num="455" count="0" type="stmt"/>
3861
- <line num="456" count="0" type="stmt"/>
3862
- <line num="457" count="0" type="stmt"/>
3863
- <line num="458" count="0" type="stmt"/>
3864
- <line num="459" count="0" type="stmt"/>
3865
- <line num="460" count="0" type="stmt"/>
3866
- <line num="461" count="0" type="stmt"/>
3867
- <line num="464" count="0" type="stmt"/>
3868
- <line num="465" count="0" type="stmt"/>
3869
- <line num="466" count="0" type="stmt"/>
3870
- <line num="467" count="0" type="stmt"/>
3871
- <line num="468" count="0" type="stmt"/>
3872
- <line num="469" count="0" type="stmt"/>
3873
- <line num="470" count="0" type="stmt"/>
3874
- <line num="471" count="0" type="stmt"/>
3875
- <line num="472" count="0" type="stmt"/>
3876
- <line num="473" count="0" type="stmt"/>
3877
- <line num="474" count="0" type="stmt"/>
3878
- <line num="475" count="0" type="stmt"/>
3879
- <line num="476" count="0" type="stmt"/>
3880
- <line num="477" count="0" type="stmt"/>
3881
- <line num="478" count="0" type="stmt"/>
3882
- <line num="479" count="0" type="stmt"/>
3883
- <line num="480" count="0" type="stmt"/>
3884
- <line num="482" count="0" type="stmt"/>
3885
- <line num="483" count="0" type="stmt"/>
3886
- <line num="484" count="0" type="stmt"/>
3887
- <line num="485" count="0" type="stmt"/>
3888
- <line num="486" count="0" type="stmt"/>
3889
- <line num="487" count="0" type="stmt"/>
3890
- <line num="488" count="0" type="stmt"/>
3891
- <line num="489" count="0" type="stmt"/>
3892
- <line num="490" count="0" type="stmt"/>
3893
- <line num="491" count="0" type="stmt"/>
3894
- <line num="492" count="0" type="stmt"/>
3895
- <line num="493" count="0" type="stmt"/>
3896
- <line num="496" count="0" type="stmt"/>
3897
- <line num="497" count="0" type="stmt"/>
3898
- <line num="498" count="0" type="stmt"/>
3899
- <line num="499" count="0" type="stmt"/>
3900
- <line num="500" count="0" type="stmt"/>
3901
- <line num="501" count="0" type="stmt"/>
3902
- <line num="507" count="0" type="stmt"/>
3903
- <line num="508" count="0" type="stmt"/>
3904
- <line num="509" count="0" type="stmt"/>
3905
- <line num="511" count="0" type="stmt"/>
3906
- <line num="515" count="0" type="stmt"/>
3907
- <line num="516" count="0" type="stmt"/>
3908
- <line num="517" count="0" type="stmt"/>
3909
- <line num="519" count="0" type="stmt"/>
3910
- <line num="522" count="0" type="stmt"/>
3911
- <line num="523" count="0" type="stmt"/>
3912
- <line num="526" count="0" type="stmt"/>
3913
- <line num="527" count="0" type="stmt"/>
3914
- <line num="528" count="0" type="stmt"/>
3915
- <line num="529" count="0" type="stmt"/>
3916
- <line num="530" count="0" type="stmt"/>
3917
- <line num="531" count="0" type="stmt"/>
3918
- <line num="532" count="0" type="stmt"/>
3919
- <line num="533" count="0" type="stmt"/>
3920
- <line num="534" count="0" type="stmt"/>
3921
- <line num="536" count="0" type="stmt"/>
3922
- <line num="537" count="0" type="stmt"/>
3923
- <line num="539" count="0" type="stmt"/>
3924
- <line num="541" count="0" type="stmt"/>
3925
- <line num="543" count="0" type="stmt"/>
3926
- <line num="544" count="0" type="stmt"/>
3927
- <line num="545" count="0" type="stmt"/>
3928
- <line num="547" count="0" type="stmt"/>
3929
- <line num="548" count="0" type="stmt"/>
3930
- <line num="549" count="0" type="stmt"/>
3931
- <line num="550" count="0" type="stmt"/>
3932
- <line num="551" count="0" type="stmt"/>
3933
- <line num="552" count="0" type="stmt"/>
3934
- <line num="553" count="0" type="stmt"/>
3935
- <line num="554" count="0" type="stmt"/>
3936
- <line num="556" count="0" type="stmt"/>
3937
- <line num="557" count="0" type="stmt"/>
3938
- <line num="558" count="0" type="stmt"/>
3939
- <line num="559" count="0" type="stmt"/>
3940
- <line num="560" count="0" type="stmt"/>
3941
- <line num="561" count="0" type="stmt"/>
3942
- <line num="562" count="0" type="stmt"/>
3943
- <line num="563" count="0" type="stmt"/>
3944
- <line num="564" count="0" type="stmt"/>
3945
- <line num="565" count="0" type="stmt"/>
3946
- <line num="566" count="0" type="stmt"/>
3947
- <line num="567" count="0" type="stmt"/>
3948
- <line num="568" count="0" type="stmt"/>
3949
- <line num="570" count="0" type="stmt"/>
3950
- <line num="572" count="0" type="stmt"/>
3951
- <line num="573" count="0" type="stmt"/>
3952
- <line num="574" count="0" type="stmt"/>
3953
- <line num="575" count="0" type="stmt"/>
3954
- <line num="576" count="0" type="stmt"/>
3955
- <line num="577" count="0" type="stmt"/>
3956
- <line num="578" count="0" type="stmt"/>
3957
- <line num="579" count="0" type="stmt"/>
3958
- <line num="580" count="0" type="stmt"/>
3959
- <line num="581" count="0" type="stmt"/>
3960
- <line num="582" count="0" type="stmt"/>
3961
- <line num="583" count="0" type="stmt"/>
3962
- <line num="584" count="0" type="stmt"/>
3963
- <line num="586" count="0" type="stmt"/>
3964
- <line num="587" count="0" type="stmt"/>
3965
- <line num="588" count="0" type="stmt"/>
3966
- <line num="589" count="0" type="stmt"/>
3967
- <line num="590" count="0" type="stmt"/>
3968
- <line num="591" count="0" type="stmt"/>
3969
- <line num="592" count="0" type="stmt"/>
3970
- <line num="593" count="0" type="stmt"/>
3971
- <line num="594" count="0" type="stmt"/>
3972
- <line num="595" count="0" type="stmt"/>
3973
- <line num="596" count="0" type="stmt"/>
3974
- <line num="598" count="0" type="stmt"/>
3975
- <line num="599" count="0" type="stmt"/>
3976
- <line num="600" count="0" type="stmt"/>
3977
- <line num="601" count="0" type="stmt"/>
3978
- <line num="602" count="0" type="stmt"/>
3979
- <line num="603" count="0" type="stmt"/>
3980
- <line num="604" count="0" type="stmt"/>
3981
- <line num="606" count="0" type="stmt"/>
3982
- <line num="607" count="0" type="stmt"/>
3983
- <line num="608" count="0" type="stmt"/>
3984
- <line num="610" count="0" type="stmt"/>
3985
- <line num="611" count="0" type="stmt"/>
3986
- <line num="612" count="0" type="stmt"/>
3987
- <line num="613" count="0" type="stmt"/>
3988
- <line num="614" count="0" type="stmt"/>
3989
- <line num="615" count="0" type="stmt"/>
3990
- <line num="616" count="0" type="stmt"/>
3991
- <line num="617" count="0" type="stmt"/>
3992
- <line num="618" count="0" type="stmt"/>
3993
- <line num="619" count="0" type="stmt"/>
3994
- <line num="620" count="0" type="stmt"/>
3995
- <line num="621" count="0" type="stmt"/>
3996
- <line num="622" count="0" type="stmt"/>
3997
- <line num="623" count="0" type="stmt"/>
3998
- <line num="624" count="0" type="stmt"/>
3999
- <line num="625" count="0" type="stmt"/>
4000
- <line num="626" count="0" type="stmt"/>
4001
- <line num="627" count="0" type="stmt"/>
4002
- <line num="628" count="0" type="stmt"/>
4003
- <line num="629" count="0" type="stmt"/>
4004
- </file>
4005
- <file name="imgCaptchaTasksUtils.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/tasks/imgCaptcha/imgCaptchaTasksUtils.ts">
4006
- <metrics statements="24" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
4007
- <line num="14" count="0" type="stmt"/>
4008
- <line num="15" count="0" type="stmt"/>
4009
- <line num="26" count="0" type="stmt"/>
4010
- <line num="27" count="0" type="stmt"/>
4011
- <line num="28" count="0" type="stmt"/>
4012
- <line num="29" count="0" type="stmt"/>
4013
- <line num="30" count="0" type="stmt"/>
4014
- <line num="31" count="0" type="stmt"/>
4015
- <line num="32" count="0" type="stmt"/>
4016
- <line num="33" count="0" type="stmt"/>
4017
- <line num="35" count="0" type="stmt"/>
4018
- <line num="36" count="0" type="stmt"/>
4019
- <line num="37" count="0" type="stmt"/>
4020
- <line num="38" count="0" type="stmt"/>
4021
- <line num="39" count="0" type="stmt"/>
4022
- <line num="40" count="0" type="stmt"/>
4023
- <line num="41" count="0" type="stmt"/>
4024
- <line num="42" count="0" type="stmt"/>
4025
- <line num="43" count="0" type="stmt"/>
4026
- <line num="44" count="0" type="stmt"/>
4027
- <line num="45" count="0" type="stmt"/>
4028
- <line num="46" count="0" type="stmt"/>
4029
- <line num="48" count="0" type="stmt"/>
4030
- <line num="49" count="0" type="stmt"/>
4031
- </file>
4032
- </package>
4033
- <package name="src.tasks.powCaptcha">
4034
- <metrics statements="222" coveredstatements="0" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
4035
- <file name="powTasks.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/tasks/powCaptcha/powTasks.ts">
4036
- <metrics statements="186" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
4037
- <line num="15" count="0" type="stmt"/>
4038
- <line num="16" count="0" type="stmt"/>
4039
- <line num="19" count="0" type="stmt"/>
4040
- <line num="34" count="0" type="stmt"/>
4041
- <line num="35" count="0" type="stmt"/>
4042
- <line num="39" count="0" type="stmt"/>
4043
- <line num="40" count="0" type="stmt"/>
4044
- <line num="41" count="0" type="stmt"/>
4045
- <line num="42" count="0" type="stmt"/>
4046
- <line num="44" count="0" type="stmt"/>
4047
- <line num="46" count="0" type="stmt"/>
4048
- <line num="49" count="0" type="stmt"/>
4049
- <line num="50" count="0" type="stmt"/>
4050
- <line num="51" count="0" type="stmt"/>
4051
- <line num="52" count="0" type="stmt"/>
4052
- <line num="62" count="0" type="stmt"/>
4053
- <line num="63" count="0" type="stmt"/>
4054
- <line num="64" count="0" type="stmt"/>
4055
- <line num="65" count="0" type="stmt"/>
4056
- <line num="66" count="0" type="stmt"/>
4057
- <line num="67" count="0" type="stmt"/>
4058
- <line num="68" count="0" type="stmt"/>
4059
- <line num="69" count="0" type="stmt"/>
4060
- <line num="72" count="0" type="stmt"/>
4061
- <line num="75" count="0" type="stmt"/>
4062
- <line num="76" count="0" type="stmt"/>
4063
- <line num="77" count="0" type="stmt"/>
4064
- <line num="78" count="0" type="stmt"/>
4065
- <line num="79" count="0" type="stmt"/>
4066
- <line num="80" count="0" type="stmt"/>
4067
- <line num="81" count="0" type="stmt"/>
4068
- <line num="82" count="0" type="stmt"/>
4069
- <line num="83" count="0" type="stmt"/>
4070
- <line num="97" count="0" type="stmt"/>
4071
- <line num="98" count="0" type="stmt"/>
4072
- <line num="99" count="0" type="stmt"/>
4073
- <line num="100" count="0" type="stmt"/>
4074
- <line num="101" count="0" type="stmt"/>
4075
- <line num="102" count="0" type="stmt"/>
4076
- <line num="103" count="0" type="stmt"/>
4077
- <line num="104" count="0" type="stmt"/>
4078
- <line num="105" count="0" type="stmt"/>
4079
- <line num="107" count="0" type="stmt"/>
4080
- <line num="108" count="0" type="stmt"/>
4081
- <line num="109" count="0" type="stmt"/>
4082
- <line num="110" count="0" type="stmt"/>
4083
- <line num="111" count="0" type="stmt"/>
4084
- <line num="112" count="0" type="stmt"/>
4085
- <line num="114" count="0" type="stmt"/>
4086
- <line num="115" count="0" type="stmt"/>
4087
- <line num="116" count="0" type="stmt"/>
4088
- <line num="118" count="0" type="stmt"/>
4089
- <line num="119" count="0" type="stmt"/>
4090
- <line num="120" count="0" type="stmt"/>
4091
- <line num="121" count="0" type="stmt"/>
4092
- <line num="122" count="0" type="stmt"/>
4093
- <line num="123" count="0" type="stmt"/>
4094
- <line num="125" count="0" type="stmt"/>
4095
- <line num="126" count="0" type="stmt"/>
4096
- <line num="128" count="0" type="stmt"/>
4097
- <line num="129" count="0" type="stmt"/>
4098
- <line num="130" count="0" type="stmt"/>
4099
- <line num="131" count="0" type="stmt"/>
4100
- <line num="133" count="0" type="stmt"/>
4101
- <line num="134" count="0" type="stmt"/>
4102
- <line num="136" count="0" type="stmt"/>
4103
- <line num="138" count="0" type="stmt"/>
4104
- <line num="139" count="0" type="stmt"/>
4105
- <line num="140" count="0" type="stmt"/>
4106
- <line num="141" count="0" type="stmt"/>
4107
- <line num="142" count="0" type="stmt"/>
4108
- <line num="143" count="0" type="stmt"/>
4109
- <line num="144" count="0" type="stmt"/>
4110
- <line num="145" count="0" type="stmt"/>
4111
- <line num="146" count="0" type="stmt"/>
4112
- <line num="147" count="0" type="stmt"/>
4113
- <line num="148" count="0" type="stmt"/>
4114
- <line num="149" count="0" type="stmt"/>
4115
- <line num="150" count="0" type="stmt"/>
4116
- <line num="152" count="0" type="stmt"/>
4117
- <line num="154" count="0" type="stmt"/>
4118
- <line num="155" count="0" type="stmt"/>
4119
- <line num="156" count="0" type="stmt"/>
4120
- <line num="157" count="0" type="stmt"/>
4121
- <line num="158" count="0" type="stmt"/>
4122
- <line num="159" count="0" type="stmt"/>
4123
- <line num="160" count="0" type="stmt"/>
4124
- <line num="162" count="0" type="stmt"/>
4125
- <line num="163" count="0" type="stmt"/>
4126
- <line num="164" count="0" type="stmt"/>
4127
- <line num="165" count="0" type="stmt"/>
4128
- <line num="166" count="0" type="stmt"/>
4129
- <line num="167" count="0" type="stmt"/>
4130
- <line num="168" count="0" type="stmt"/>
4131
- <line num="169" count="0" type="stmt"/>
4132
- <line num="170" count="0" type="stmt"/>
4133
- <line num="181" count="0" type="stmt"/>
4134
- <line num="182" count="0" type="stmt"/>
4135
- <line num="183" count="0" type="stmt"/>
4136
- <line num="184" count="0" type="stmt"/>
4137
- <line num="185" count="0" type="stmt"/>
4138
- <line num="186" count="0" type="stmt"/>
4139
- <line num="187" count="0" type="stmt"/>
4140
- <line num="188" count="0" type="stmt"/>
4141
- <line num="190" count="0" type="stmt"/>
4142
- <line num="191" count="0" type="stmt"/>
4143
- <line num="193" count="0" type="stmt"/>
4144
- <line num="194" count="0" type="stmt"/>
4145
- <line num="195" count="0" type="stmt"/>
4146
- <line num="196" count="0" type="stmt"/>
4147
- <line num="198" count="0" type="stmt"/>
4148
- <line num="199" count="0" type="stmt"/>
4149
- <line num="201" count="0" type="stmt"/>
4150
- <line num="202" count="0" type="stmt"/>
4151
- <line num="203" count="0" type="stmt"/>
4152
- <line num="204" count="0" type="stmt"/>
4153
- <line num="205" count="0" type="stmt"/>
4154
- <line num="206" count="0" type="stmt"/>
4155
- <line num="207" count="0" type="stmt"/>
4156
- <line num="208" count="0" type="stmt"/>
4157
- <line num="210" count="0" type="stmt"/>
4158
- <line num="212" count="0" type="stmt"/>
4159
- <line num="214" count="0" type="stmt"/>
4160
- <line num="215" count="0" type="stmt"/>
4161
- <line num="216" count="0" type="stmt"/>
4162
- <line num="217" count="0" type="stmt"/>
4163
- <line num="218" count="0" type="stmt"/>
4164
- <line num="219" count="0" type="stmt"/>
4165
- <line num="220" count="0" type="stmt"/>
4166
- <line num="221" count="0" type="stmt"/>
4167
- <line num="222" count="0" type="stmt"/>
4168
- <line num="228" count="0" type="stmt"/>
4169
- <line num="229" count="0" type="stmt"/>
4170
- <line num="230" count="0" type="stmt"/>
4171
- <line num="233" count="0" type="stmt"/>
4172
- <line num="234" count="0" type="stmt"/>
4173
- <line num="235" count="0" type="stmt"/>
4174
- <line num="236" count="0" type="stmt"/>
4175
- <line num="238" count="0" type="stmt"/>
4176
- <line num="239" count="0" type="stmt"/>
4177
- <line num="240" count="0" type="stmt"/>
4178
- <line num="241" count="0" type="stmt"/>
4179
- <line num="244" count="0" type="stmt"/>
4180
- <line num="245" count="0" type="stmt"/>
4181
- <line num="247" count="0" type="stmt"/>
4182
- <line num="248" count="0" type="stmt"/>
4183
- <line num="249" count="0" type="stmt"/>
4184
- <line num="251" count="0" type="stmt"/>
4185
- <line num="252" count="0" type="stmt"/>
4186
- <line num="253" count="0" type="stmt"/>
4187
- <line num="254" count="0" type="stmt"/>
4188
- <line num="255" count="0" type="stmt"/>
4189
- <line num="256" count="0" type="stmt"/>
4190
- <line num="257" count="0" type="stmt"/>
4191
- <line num="258" count="0" type="stmt"/>
4192
- <line num="260" count="0" type="stmt"/>
4193
- <line num="261" count="0" type="stmt"/>
4194
- <line num="262" count="0" type="stmt"/>
4195
- <line num="263" count="0" type="stmt"/>
4196
- <line num="264" count="0" type="stmt"/>
4197
- <line num="265" count="0" type="stmt"/>
4198
- <line num="266" count="0" type="stmt"/>
4199
- <line num="267" count="0" type="stmt"/>
4200
- <line num="268" count="0" type="stmt"/>
4201
- <line num="269" count="0" type="stmt"/>
4202
- <line num="270" count="0" type="stmt"/>
4203
- <line num="271" count="0" type="stmt"/>
4204
- <line num="272" count="0" type="stmt"/>
4205
- <line num="274" count="0" type="stmt"/>
4206
- <line num="275" count="0" type="stmt"/>
4207
- <line num="276" count="0" type="stmt"/>
4208
- <line num="277" count="0" type="stmt"/>
4209
- <line num="278" count="0" type="stmt"/>
4210
- <line num="279" count="0" type="stmt"/>
4211
- <line num="280" count="0" type="stmt"/>
4212
- <line num="281" count="0" type="stmt"/>
4213
- <line num="282" count="0" type="stmt"/>
4214
- <line num="283" count="0" type="stmt"/>
4215
- <line num="284" count="0" type="stmt"/>
4216
- <line num="285" count="0" type="stmt"/>
4217
- <line num="286" count="0" type="stmt"/>
4218
- <line num="287" count="0" type="stmt"/>
4219
- <line num="288" count="0" type="stmt"/>
4220
- <line num="290" count="0" type="stmt"/>
4221
- <line num="291" count="0" type="stmt"/>
4222
- <line num="292" count="0" type="stmt"/>
4223
- </file>
4224
- <file name="powTasksUtils.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/tasks/powCaptcha/powTasksUtils.ts">
4225
- <metrics statements="36" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
4226
- <line num="15" count="0" type="stmt"/>
4227
- <line num="16" count="0" type="stmt"/>
4228
- <line num="17" count="0" type="stmt"/>
4229
- <line num="18" count="0" type="stmt"/>
4230
- <line num="20" count="0" type="stmt"/>
4231
- <line num="21" count="0" type="stmt"/>
4232
- <line num="22" count="0" type="stmt"/>
4233
- <line num="23" count="0" type="stmt"/>
4234
- <line num="25" count="0" type="stmt"/>
4235
- <line num="26" count="0" type="stmt"/>
4236
- <line num="27" count="0" type="stmt"/>
4237
- <line num="28" count="0" type="stmt"/>
4238
- <line num="30" count="0" type="stmt"/>
4239
- <line num="31" count="0" type="stmt"/>
4240
- <line num="32" count="0" type="stmt"/>
4241
- <line num="33" count="0" type="stmt"/>
4242
- <line num="34" count="0" type="stmt"/>
4243
- <line num="35" count="0" type="stmt"/>
4244
- <line num="36" count="0" type="stmt"/>
4245
- <line num="37" count="0" type="stmt"/>
4246
- <line num="38" count="0" type="stmt"/>
4247
- <line num="39" count="0" type="stmt"/>
4248
- <line num="40" count="0" type="stmt"/>
4249
- <line num="41" count="0" type="stmt"/>
4250
- <line num="42" count="0" type="stmt"/>
4251
- <line num="43" count="0" type="stmt"/>
4252
- <line num="44" count="0" type="stmt"/>
4253
- <line num="45" count="0" type="stmt"/>
4254
- <line num="46" count="0" type="stmt"/>
4255
- <line num="47" count="0" type="stmt"/>
4256
- <line num="48" count="0" type="stmt"/>
4257
- <line num="49" count="0" type="stmt"/>
4258
- <line num="50" count="0" type="stmt"/>
4259
- <line num="51" count="0" type="stmt"/>
4260
- <line num="52" count="0" type="stmt"/>
4261
- <line num="53" count="0" type="stmt"/>
4262
- </file>
4263
- </package>
4264
- <package name="src.utils">
4265
- <metrics statements="7" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
4266
- <file name="hashUserAgent.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/provider/src/utils/hashUserAgent.ts">
4267
- <metrics statements="7" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
4268
- <line num="15" count="0" type="stmt"/>
4269
- <line num="25" count="0" type="stmt"/>
4270
- <line num="27" count="0" type="stmt"/>
4271
- <line num="28" count="0" type="stmt"/>
4272
- <line num="29" count="0" type="stmt"/>
4273
- <line num="32" count="0" type="stmt"/>
4274
- <line num="33" count="0" type="stmt"/>
4275
- </file>
4276
- </package>
4277
- </project>
4278
- </coverage>