@grnsft/if 0.7.2 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (251) hide show
  1. package/.env +5 -0
  2. package/CONTRIBUTING.md +19 -6
  3. package/ENABLEMENT.md +115 -0
  4. package/README.md +1 -7
  5. package/SECURITY.md +100 -0
  6. package/adopters.md +12 -0
  7. package/build/common/config/strings.js +3 -4
  8. package/build/common/util/helpers.d.ts +5 -0
  9. package/build/common/util/helpers.js +24 -2
  10. package/build/common/util/logger.js +3 -3
  11. package/build/common/util/yaml.js +19 -7
  12. package/build/if-check/config/config.js +7 -1
  13. package/build/if-check/util/args.js +3 -2
  14. package/build/if-check/util/npm.js +55 -9
  15. package/build/if-csv/config/config.js +7 -1
  16. package/build/if-csv/util/args.js +3 -2
  17. package/build/if-diff/config/config.js +7 -1
  18. package/build/if-diff/util/args.js +3 -2
  19. package/build/if-env/config/config.js +7 -1
  20. package/build/if-env/util/args.js +3 -2
  21. package/build/if-merge/config/config.js +7 -1
  22. package/build/if-merge/util/args.js +3 -2
  23. package/build/if-merge/util/helpers.js +4 -1
  24. package/build/if-run/builtins/csv-import/index.d.ts +16 -0
  25. package/build/if-run/builtins/csv-import/index.js +69 -0
  26. package/build/if-run/builtins/csv-lookup/index.js +10 -87
  27. package/build/if-run/builtins/divide/index.js +2 -4
  28. package/build/if-run/builtins/exponent/index.js +3 -5
  29. package/build/if-run/builtins/index.d.ts +1 -0
  30. package/build/if-run/builtins/index.js +4 -2
  31. package/build/if-run/builtins/shell/index.js +2 -2
  32. package/build/if-run/builtins/util/csv-helpers.d.ts +26 -0
  33. package/build/if-run/builtins/util/csv-helpers.js +92 -0
  34. package/build/if-run/config/config.js +1 -7
  35. package/build/if-run/config/strings.d.ts +1 -0
  36. package/build/if-run/config/strings.js +2 -1
  37. package/build/if-run/lib/compute.js +23 -16
  38. package/build/if-run/lib/regroup.d.ts +5 -0
  39. package/build/if-run/lib/regroup.js +14 -2
  40. package/build/if-run/util/args.d.ts +1 -1
  41. package/build/if-run/util/args.js +5 -4
  42. package/coverage/clover.xml +2062 -0
  43. package/coverage/coverage-final.json +58 -0
  44. package/coverage/lcov-report/base.css +224 -0
  45. package/coverage/lcov-report/block-navigation.js +87 -0
  46. package/coverage/lcov-report/builtins/coefficient/index.html +116 -0
  47. package/coverage/lcov-report/builtins/coefficient/index.ts.html +298 -0
  48. package/coverage/lcov-report/builtins/csv-lookup/index.html +116 -0
  49. package/coverage/lcov-report/builtins/csv-lookup/index.ts.html +826 -0
  50. package/coverage/lcov-report/builtins/divide/index.html +116 -0
  51. package/coverage/lcov-report/builtins/divide/index.ts.html +358 -0
  52. package/coverage/lcov-report/builtins/exponent/index.html +116 -0
  53. package/coverage/lcov-report/builtins/exponent/index.ts.html +361 -0
  54. package/coverage/lcov-report/builtins/export-csv-raw.ts.html +553 -0
  55. package/coverage/lcov-report/builtins/export-csv.ts.html +436 -0
  56. package/coverage/lcov-report/builtins/export-log.ts.html +148 -0
  57. package/coverage/lcov-report/builtins/export-yaml.ts.html +193 -0
  58. package/coverage/lcov-report/builtins/group-by.ts.html +370 -0
  59. package/coverage/lcov-report/builtins/index.html +206 -0
  60. package/coverage/lcov-report/builtins/index.ts.html +130 -0
  61. package/coverage/lcov-report/builtins/interpolation/index.html +116 -0
  62. package/coverage/lcov-report/builtins/interpolation/index.ts.html +676 -0
  63. package/coverage/lcov-report/builtins/interpolation/types.ts.html +100 -0
  64. package/coverage/lcov-report/builtins/mock-observations/helpers/common-generator.ts.html +184 -0
  65. package/coverage/lcov-report/builtins/mock-observations/helpers/index.html +131 -0
  66. package/coverage/lcov-report/builtins/mock-observations/helpers/rand-int-generator.ts.html +289 -0
  67. package/coverage/lcov-report/builtins/mock-observations/index.html +116 -0
  68. package/coverage/lcov-report/builtins/mock-observations/index.ts.html +619 -0
  69. package/coverage/lcov-report/builtins/multiply/index.html +116 -0
  70. package/coverage/lcov-report/builtins/multiply/index.ts.html +343 -0
  71. package/coverage/lcov-report/builtins/regex/index.html +116 -0
  72. package/coverage/lcov-report/builtins/regex/index.ts.html +373 -0
  73. package/coverage/lcov-report/builtins/sci/config.ts.html +205 -0
  74. package/coverage/lcov-report/builtins/sci/index.html +116 -0
  75. package/coverage/lcov-report/builtins/sci/index.ts.html +325 -0
  76. package/coverage/lcov-report/builtins/sci-embodied/index.html +116 -0
  77. package/coverage/lcov-report/builtins/sci-embodied/index.ts.html +478 -0
  78. package/coverage/lcov-report/builtins/shell/index.html +116 -0
  79. package/coverage/lcov-report/builtins/shell/index.ts.html +280 -0
  80. package/coverage/lcov-report/builtins/subtract/index.html +116 -0
  81. package/coverage/lcov-report/builtins/subtract/index.ts.html +379 -0
  82. package/coverage/lcov-report/builtins/sum/index.html +116 -0
  83. package/coverage/lcov-report/builtins/sum/index.ts.html +334 -0
  84. package/coverage/lcov-report/builtins/time-sync.ts.html +1462 -0
  85. package/coverage/lcov-report/common/config/index.html +131 -0
  86. package/coverage/lcov-report/common/config/index.ts.html +88 -0
  87. package/coverage/lcov-report/common/config/strings.ts.html +121 -0
  88. package/coverage/lcov-report/common/lib/index.html +116 -0
  89. package/coverage/lcov-report/common/lib/load.ts.html +139 -0
  90. package/coverage/lcov-report/common/util/debug-logger.ts.html +514 -0
  91. package/coverage/lcov-report/common/util/fs.ts.html +289 -0
  92. package/coverage/lcov-report/common/util/helpers.ts.html +355 -0
  93. package/coverage/lcov-report/common/util/index.html +191 -0
  94. package/coverage/lcov-report/common/util/logger.ts.html +151 -0
  95. package/coverage/lcov-report/common/util/validations.ts.html +628 -0
  96. package/coverage/lcov-report/common/util/yaml.ts.html +226 -0
  97. package/coverage/lcov-report/config/config.ts.html +463 -0
  98. package/coverage/lcov-report/config/index.html +161 -0
  99. package/coverage/lcov-report/config/index.ts.html +94 -0
  100. package/coverage/lcov-report/config/params.ts.html +697 -0
  101. package/coverage/lcov-report/config/strings.ts.html +490 -0
  102. package/coverage/lcov-report/favicon.png +0 -0
  103. package/coverage/lcov-report/if-check/config/config.ts.html +184 -0
  104. package/coverage/lcov-report/if-check/config/index.html +146 -0
  105. package/coverage/lcov-report/if-check/config/index.ts.html +91 -0
  106. package/coverage/lcov-report/if-check/config/strings.ts.html +142 -0
  107. package/coverage/lcov-report/if-check/util/args.ts.html +310 -0
  108. package/coverage/lcov-report/if-check/util/helpers.ts.html +136 -0
  109. package/coverage/lcov-report/if-check/util/index.html +146 -0
  110. package/coverage/lcov-report/if-check/util/npm.ts.html +376 -0
  111. package/coverage/lcov-report/if-csv/util/args.ts.html +256 -0
  112. package/coverage/lcov-report/if-csv/util/helpers.ts.html +346 -0
  113. package/coverage/lcov-report/if-csv/util/index.html +131 -0
  114. package/coverage/lcov-report/if-diff/config/config.ts.html +184 -0
  115. package/coverage/lcov-report/if-diff/config/index.html +146 -0
  116. package/coverage/lcov-report/if-diff/config/index.ts.html +91 -0
  117. package/coverage/lcov-report/if-diff/config/strings.ts.html +100 -0
  118. package/coverage/lcov-report/if-diff/lib/compare.ts.html +286 -0
  119. package/coverage/lcov-report/if-diff/lib/index.html +131 -0
  120. package/coverage/lcov-report/if-diff/lib/load.ts.html +199 -0
  121. package/coverage/lcov-report/if-diff/util/args.ts.html +274 -0
  122. package/coverage/lcov-report/if-diff/util/helpers.ts.html +337 -0
  123. package/coverage/lcov-report/if-diff/util/index.html +131 -0
  124. package/coverage/lcov-report/if-env/config/config.ts.html +211 -0
  125. package/coverage/lcov-report/if-env/config/index.html +146 -0
  126. package/coverage/lcov-report/if-env/config/index.ts.html +91 -0
  127. package/coverage/lcov-report/if-env/config/strings.ts.html +109 -0
  128. package/coverage/lcov-report/if-env/util/args.ts.html +256 -0
  129. package/coverage/lcov-report/if-env/util/index.html +131 -0
  130. package/coverage/lcov-report/if-env/util/npm.ts.html +526 -0
  131. package/coverage/lcov-report/if-merge/util/args.ts.html +301 -0
  132. package/coverage/lcov-report/if-merge/util/helpers.ts.html +313 -0
  133. package/coverage/lcov-report/if-merge/util/index.html +131 -0
  134. package/coverage/lcov-report/if-run/builtins/coefficient/index.html +116 -0
  135. package/coverage/lcov-report/if-run/builtins/coefficient/index.ts.html +286 -0
  136. package/coverage/lcov-report/if-run/builtins/copy-param/index.html +116 -0
  137. package/coverage/lcov-report/if-run/builtins/copy-param/index.ts.html +301 -0
  138. package/coverage/lcov-report/if-run/builtins/csv-import/index.html +116 -0
  139. package/coverage/lcov-report/if-run/builtins/csv-import/index.ts.html +364 -0
  140. package/coverage/lcov-report/if-run/builtins/csv-lookup/index.html +116 -0
  141. package/coverage/lcov-report/if-run/builtins/csv-lookup/index.ts.html +478 -0
  142. package/coverage/lcov-report/if-run/builtins/divide/index.html +116 -0
  143. package/coverage/lcov-report/if-run/builtins/divide/index.ts.html +346 -0
  144. package/coverage/lcov-report/if-run/builtins/exponent/index.html +116 -0
  145. package/coverage/lcov-report/if-run/builtins/exponent/index.ts.html +319 -0
  146. package/coverage/lcov-report/if-run/builtins/export-csv-raw.ts.html +553 -0
  147. package/coverage/lcov-report/if-run/builtins/export-csv.ts.html +436 -0
  148. package/coverage/lcov-report/if-run/builtins/export-log.ts.html +148 -0
  149. package/coverage/lcov-report/if-run/builtins/export-yaml.ts.html +193 -0
  150. package/coverage/lcov-report/if-run/builtins/group-by.ts.html +370 -0
  151. package/coverage/lcov-report/if-run/builtins/index.html +146 -0
  152. package/coverage/lcov-report/if-run/builtins/index.ts.html +136 -0
  153. package/coverage/lcov-report/if-run/builtins/interpolation/index.html +116 -0
  154. package/coverage/lcov-report/if-run/builtins/interpolation/index.ts.html +643 -0
  155. package/coverage/lcov-report/if-run/builtins/mock-observations/helpers/common-generator.ts.html +184 -0
  156. package/coverage/lcov-report/if-run/builtins/mock-observations/helpers/index.html +131 -0
  157. package/coverage/lcov-report/if-run/builtins/mock-observations/helpers/rand-int-generator.ts.html +289 -0
  158. package/coverage/lcov-report/if-run/builtins/mock-observations/index.html +116 -0
  159. package/coverage/lcov-report/if-run/builtins/mock-observations/index.ts.html +607 -0
  160. package/coverage/lcov-report/if-run/builtins/multiply/index.html +116 -0
  161. package/coverage/lcov-report/if-run/builtins/multiply/index.ts.html +289 -0
  162. package/coverage/lcov-report/if-run/builtins/regex/index.html +116 -0
  163. package/coverage/lcov-report/if-run/builtins/regex/index.ts.html +298 -0
  164. package/coverage/lcov-report/if-run/builtins/sci/index.html +116 -0
  165. package/coverage/lcov-report/if-run/builtins/sci/index.ts.html +418 -0
  166. package/coverage/lcov-report/if-run/builtins/sci-embodied/index.html +116 -0
  167. package/coverage/lcov-report/if-run/builtins/sci-embodied/index.ts.html +664 -0
  168. package/coverage/lcov-report/if-run/builtins/shell/index.html +116 -0
  169. package/coverage/lcov-report/if-run/builtins/shell/index.ts.html +256 -0
  170. package/coverage/lcov-report/if-run/builtins/subtract/index.html +116 -0
  171. package/coverage/lcov-report/if-run/builtins/subtract/index.ts.html +298 -0
  172. package/coverage/lcov-report/if-run/builtins/sum/index.html +116 -0
  173. package/coverage/lcov-report/if-run/builtins/sum/index.ts.html +238 -0
  174. package/coverage/lcov-report/if-run/builtins/time-converter/config.ts.html +205 -0
  175. package/coverage/lcov-report/if-run/builtins/time-converter/index.html +131 -0
  176. package/coverage/lcov-report/if-run/builtins/time-converter/index.ts.html +328 -0
  177. package/coverage/lcov-report/if-run/builtins/time-sync/index.html +116 -0
  178. package/coverage/lcov-report/if-run/builtins/time-sync/index.ts.html +1804 -0
  179. package/coverage/lcov-report/if-run/builtins/time-sync.ts.html +1462 -0
  180. package/coverage/lcov-report/if-run/builtins/util/csv-helpers.ts.html +376 -0
  181. package/coverage/lcov-report/if-run/builtins/util/index.html +116 -0
  182. package/coverage/lcov-report/if-run/config/config.ts.html +271 -0
  183. package/coverage/lcov-report/if-run/config/index.html +161 -0
  184. package/coverage/lcov-report/if-run/config/index.ts.html +94 -0
  185. package/coverage/lcov-report/if-run/config/params.ts.html +679 -0
  186. package/coverage/lcov-report/if-run/config/strings.ts.html +460 -0
  187. package/coverage/lcov-report/if-run/lib/aggregate.ts.html +577 -0
  188. package/coverage/lcov-report/if-run/lib/compute.ts.html +733 -0
  189. package/coverage/lcov-report/if-run/lib/environment.ts.html +373 -0
  190. package/coverage/lcov-report/if-run/lib/exhaust.ts.html +193 -0
  191. package/coverage/lcov-report/if-run/lib/explain.ts.html +484 -0
  192. package/coverage/lcov-report/if-run/lib/index.html +206 -0
  193. package/coverage/lcov-report/if-run/lib/initialize.ts.html +490 -0
  194. package/coverage/lcov-report/if-run/lib/parameterize.ts.html +322 -0
  195. package/coverage/lcov-report/if-run/lib/regroup.ts.html +349 -0
  196. package/coverage/lcov-report/if-run/lib/time-sync.ts.html +1510 -0
  197. package/coverage/lcov-report/if-run/types/aggregation.ts.html +94 -0
  198. package/coverage/lcov-report/if-run/types/index.html +146 -0
  199. package/coverage/lcov-report/if-run/types/interface.ts.html +112 -0
  200. package/coverage/lcov-report/if-run/types/parameters.ts.html +106 -0
  201. package/coverage/lcov-report/if-run/util/aggregation-helper.ts.html +277 -0
  202. package/coverage/lcov-report/if-run/util/args.ts.html +325 -0
  203. package/coverage/lcov-report/if-run/util/helpers.ts.html +208 -0
  204. package/coverage/lcov-report/if-run/util/index.html +191 -0
  205. package/coverage/lcov-report/if-run/util/json.ts.html +115 -0
  206. package/coverage/lcov-report/if-run/util/log-memoize.ts.html +145 -0
  207. package/coverage/lcov-report/if-run/util/os-checker.ts.html +421 -0
  208. package/coverage/lcov-report/if-run/util/plugin-storage.ts.html +202 -0
  209. package/coverage/lcov-report/index.html +551 -0
  210. package/coverage/lcov-report/lib/aggregate.ts.html +358 -0
  211. package/coverage/lcov-report/lib/compare.ts.html +286 -0
  212. package/coverage/lcov-report/lib/compute.ts.html +436 -0
  213. package/coverage/lcov-report/lib/environment.ts.html +376 -0
  214. package/coverage/lcov-report/lib/exhaust.ts.html +289 -0
  215. package/coverage/lcov-report/lib/index.html +221 -0
  216. package/coverage/lcov-report/lib/initialize.ts.html +430 -0
  217. package/coverage/lcov-report/lib/load.ts.html +268 -0
  218. package/coverage/lcov-report/lib/parameterize.ts.html +316 -0
  219. package/coverage/lcov-report/prettify.css +1 -0
  220. package/coverage/lcov-report/prettify.js +2 -0
  221. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  222. package/coverage/lcov-report/sorter.js +196 -0
  223. package/coverage/lcov-report/types/aggregation.ts.html +94 -0
  224. package/coverage/lcov-report/types/index.html +146 -0
  225. package/coverage/lcov-report/types/interface.ts.html +112 -0
  226. package/coverage/lcov-report/types/parameters.ts.html +106 -0
  227. package/coverage/lcov-report/util/aggregation-helper.ts.html +289 -0
  228. package/coverage/lcov-report/util/args.ts.html +649 -0
  229. package/coverage/lcov-report/util/debug-logger.ts.html +481 -0
  230. package/coverage/lcov-report/util/errors.ts.html +232 -0
  231. package/coverage/lcov-report/util/fs.ts.html +124 -0
  232. package/coverage/lcov-report/util/helpers.ts.html +895 -0
  233. package/coverage/lcov-report/util/index.html +296 -0
  234. package/coverage/lcov-report/util/json.ts.html +115 -0
  235. package/coverage/lcov-report/util/log-memoize.ts.html +145 -0
  236. package/coverage/lcov-report/util/logger.ts.html +151 -0
  237. package/coverage/lcov-report/util/npm.ts.html +499 -0
  238. package/coverage/lcov-report/util/os-checker.ts.html +421 -0
  239. package/coverage/lcov-report/util/plugin-storage.ts.html +202 -0
  240. package/coverage/lcov-report/util/validations.ts.html +544 -0
  241. package/coverage/lcov-report/util/yaml.ts.html +193 -0
  242. package/coverage/lcov.info +3548 -0
  243. package/manifests/examples/builtins/csv-import/success.yaml +22 -0
  244. package/manifests/examples/builtins/csv-import/test.csv +4 -0
  245. package/manifests/outputs/builtins/csv-import/success.yaml +84 -0
  246. package/manifests/regroup.yml +49 -0
  247. package/manifests/test.yml +524 -0
  248. package/okrs.md +14 -0
  249. package/package.json +1 -1
  250. package/src/if-run/builtins/csv-import/README.md +190 -0
  251. package/src/if-run/builtins/csv-lookup/README.md +7 -7
@@ -0,0 +1,206 @@
1
+
2
+ <!doctype html>
3
+ <html lang="en">
4
+
5
+ <head>
6
+ <title>Code coverage report for if-run/lib</title>
7
+ <meta charset="utf-8" />
8
+ <link rel="stylesheet" href="../../prettify.css" />
9
+ <link rel="stylesheet" href="../../base.css" />
10
+ <link rel="shortcut icon" type="image/x-icon" href="../../favicon.png" />
11
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
12
+ <style type='text/css'>
13
+ .coverage-summary .sorter {
14
+ background-image: url(../../sort-arrow-sprite.png);
15
+ }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <div class='wrapper'>
21
+ <div class='pad1'>
22
+ <h1><a href="../../index.html">All files</a> if-run/lib</h1>
23
+ <div class='clearfix'>
24
+
25
+ <div class='fl pad1y space-right2'>
26
+ <span class="strong">100% </span>
27
+ <span class="quiet">Statements</span>
28
+ <span class='fraction'>319/319</span>
29
+ </div>
30
+
31
+
32
+ <div class='fl pad1y space-right2'>
33
+ <span class="strong">96.69% </span>
34
+ <span class="quiet">Branches</span>
35
+ <span class='fraction'>117/121</span>
36
+ </div>
37
+
38
+
39
+ <div class='fl pad1y space-right2'>
40
+ <span class="strong">100% </span>
41
+ <span class="quiet">Functions</span>
42
+ <span class='fraction'>45/45</span>
43
+ </div>
44
+
45
+
46
+ <div class='fl pad1y space-right2'>
47
+ <span class="strong">100% </span>
48
+ <span class="quiet">Lines</span>
49
+ <span class='fraction'>306/306</span>
50
+ </div>
51
+
52
+
53
+ </div>
54
+ <p class="quiet">
55
+ Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
56
+ </p>
57
+ <template id="filterTemplate">
58
+ <div class="quiet">
59
+ Filter:
60
+ <input oninput="onInput()" type="search" id="fileSearch">
61
+ </div>
62
+ </template>
63
+ </div>
64
+ <div class='status-line high'></div>
65
+ <div class="pad1">
66
+ <table class="coverage-summary">
67
+ <thead>
68
+ <tr>
69
+ <th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
70
+ <th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
71
+ <th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
72
+ <th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
73
+ <th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
74
+ <th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
75
+ <th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
76
+ <th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
77
+ <th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
78
+ <th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
79
+ </tr>
80
+ </thead>
81
+ <tbody><tr>
82
+ <td class="file high" data-value="aggregate.ts"><a href="aggregate.ts.html">aggregate.ts</a></td>
83
+ <td data-value="100" class="pic high">
84
+ <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
85
+ </td>
86
+ <td data-value="100" class="pct high">100%</td>
87
+ <td data-value="62" class="abs high">62/62</td>
88
+ <td data-value="100" class="pct high">100%</td>
89
+ <td data-value="18" class="abs high">18/18</td>
90
+ <td data-value="100" class="pct high">100%</td>
91
+ <td data-value="10" class="abs high">10/10</td>
92
+ <td data-value="100" class="pct high">100%</td>
93
+ <td data-value="58" class="abs high">58/58</td>
94
+ </tr>
95
+
96
+ <tr>
97
+ <td class="file high" data-value="compute.ts"><a href="compute.ts.html">compute.ts</a></td>
98
+ <td data-value="100" class="pic high">
99
+ <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
100
+ </td>
101
+ <td data-value="100" class="pct high">100%</td>
102
+ <td data-value="79" class="abs high">79/79</td>
103
+ <td data-value="98.14" class="pct high">98.14%</td>
104
+ <td data-value="54" class="abs high">53/54</td>
105
+ <td data-value="100" class="pct high">100%</td>
106
+ <td data-value="6" class="abs high">6/6</td>
107
+ <td data-value="100" class="pct high">100%</td>
108
+ <td data-value="78" class="abs high">78/78</td>
109
+ </tr>
110
+
111
+ <tr>
112
+ <td class="file high" data-value="environment.ts"><a href="environment.ts.html">environment.ts</a></td>
113
+ <td data-value="100" class="pic high">
114
+ <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
115
+ </td>
116
+ <td data-value="100" class="pct high">100%</td>
117
+ <td data-value="35" class="abs high">35/35</td>
118
+ <td data-value="88.88" class="pct high">88.88%</td>
119
+ <td data-value="9" class="abs high">8/9</td>
120
+ <td data-value="100" class="pct high">100%</td>
121
+ <td data-value="5" class="abs high">5/5</td>
122
+ <td data-value="100" class="pct high">100%</td>
123
+ <td data-value="34" class="abs high">34/34</td>
124
+ </tr>
125
+
126
+ <tr>
127
+ <td class="file high" data-value="exhaust.ts"><a href="exhaust.ts.html">exhaust.ts</a></td>
128
+ <td data-value="100" class="pic high">
129
+ <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
130
+ </td>
131
+ <td data-value="100" class="pct high">100%</td>
132
+ <td data-value="13" class="abs high">13/13</td>
133
+ <td data-value="100" class="pct high">100%</td>
134
+ <td data-value="4" class="abs high">4/4</td>
135
+ <td data-value="100" class="pct high">100%</td>
136
+ <td data-value="1" class="abs high">1/1</td>
137
+ <td data-value="100" class="pct high">100%</td>
138
+ <td data-value="12" class="abs high">12/12</td>
139
+ </tr>
140
+
141
+ <tr>
142
+ <td class="file high" data-value="explain.ts"><a href="explain.ts.html">explain.ts</a></td>
143
+ <td data-value="100" class="pic high">
144
+ <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
145
+ </td>
146
+ <td data-value="100" class="pct high">100%</td>
147
+ <td data-value="45" class="abs high">45/45</td>
148
+ <td data-value="90.9" class="pct high">90.9%</td>
149
+ <td data-value="22" class="abs high">20/22</td>
150
+ <td data-value="100" class="pct high">100%</td>
151
+ <td data-value="9" class="abs high">9/9</td>
152
+ <td data-value="100" class="pct high">100%</td>
153
+ <td data-value="42" class="abs high">42/42</td>
154
+ </tr>
155
+
156
+ <tr>
157
+ <td class="file high" data-value="initialize.ts"><a href="initialize.ts.html">initialize.ts</a></td>
158
+ <td data-value="100" class="pic high">
159
+ <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
160
+ </td>
161
+ <td data-value="100" class="pct high">100%</td>
162
+ <td data-value="49" class="abs high">49/49</td>
163
+ <td data-value="100" class="pct high">100%</td>
164
+ <td data-value="6" class="abs high">6/6</td>
165
+ <td data-value="100" class="pct high">100%</td>
166
+ <td data-value="8" class="abs high">8/8</td>
167
+ <td data-value="100" class="pct high">100%</td>
168
+ <td data-value="47" class="abs high">47/47</td>
169
+ </tr>
170
+
171
+ <tr>
172
+ <td class="file high" data-value="regroup.ts"><a href="regroup.ts.html">regroup.ts</a></td>
173
+ <td data-value="100" class="pic high">
174
+ <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
175
+ </td>
176
+ <td data-value="100" class="pct high">100%</td>
177
+ <td data-value="36" class="abs high">36/36</td>
178
+ <td data-value="100" class="pct high">100%</td>
179
+ <td data-value="8" class="abs high">8/8</td>
180
+ <td data-value="100" class="pct high">100%</td>
181
+ <td data-value="6" class="abs high">6/6</td>
182
+ <td data-value="100" class="pct high">100%</td>
183
+ <td data-value="35" class="abs high">35/35</td>
184
+ </tr>
185
+
186
+ </tbody>
187
+ </table>
188
+ </div>
189
+ <div class='push'></div><!-- for sticky footer -->
190
+ </div><!-- /wrapper -->
191
+ <div class='footer quiet pad2 space-top1 center small'>
192
+ Code coverage generated by
193
+ <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
194
+ at 2024-12-18T05:34:15.954Z
195
+ </div>
196
+ <script src="../../prettify.js"></script>
197
+ <script>
198
+ window.onload = function () {
199
+ prettyPrint();
200
+ };
201
+ </script>
202
+ <script src="../../sorter.js"></script>
203
+ <script src="../../block-navigation.js"></script>
204
+ </body>
205
+ </html>
206
+