@zajno/common 1.6.2 → 2.0.0-beta.1

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