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