pure-orm 4.0.2 → 4.1.4

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 (209) hide show
  1. package/.benchmarks/bench-core-baseline.json +303 -0
  2. package/.eslintrc.json +20 -10
  3. package/README.md +0 -7
  4. package/coverage/clover.xml +1493 -1232
  5. package/coverage/coverage-final.json +103 -103
  6. package/coverage/lcov-report/dist/src/core.js.html +590 -383
  7. package/coverage/lcov-report/dist/src/driver-integrations/index.html +20 -20
  8. package/coverage/lcov-report/dist/src/driver-integrations/pgp.js.html +52 -52
  9. package/coverage/lcov-report/dist/src/index.html +28 -28
  10. package/coverage/lcov-report/dist/src/index.js.html +2 -2
  11. package/coverage/lcov-report/dist/src/orm.js.html +392 -209
  12. package/coverage/lcov-report/dist/test-utils/blog/entities.js.html +1 -1
  13. package/coverage/lcov-report/dist/test-utils/blog/index.html +1 -1
  14. package/coverage/lcov-report/dist/test-utils/blog/models/article.js.html +15 -15
  15. package/coverage/lcov-report/dist/test-utils/blog/models/article_tag.js.html +2 -2
  16. package/coverage/lcov-report/dist/test-utils/blog/models/index.html +1 -1
  17. package/coverage/lcov-report/dist/test-utils/blog/models/person.js.html +13 -13
  18. package/coverage/lcov-report/dist/test-utils/blog/models/tag.js.html +1 -1
  19. package/coverage/lcov-report/dist/test-utils/five/entities.js.html +1 -1
  20. package/coverage/lcov-report/dist/test-utils/five/index.html +1 -1
  21. package/coverage/lcov-report/dist/test-utils/five/models/index.html +1 -1
  22. package/coverage/lcov-report/dist/test-utils/five/models/line-item.js.html +4 -4
  23. package/coverage/lcov-report/dist/test-utils/five/models/order.js.html +3 -3
  24. package/coverage/lcov-report/dist/test-utils/five/models/parcel-event.js.html +6 -6
  25. package/coverage/lcov-report/dist/test-utils/five/models/parcel-line-item.js.html +7 -7
  26. package/coverage/lcov-report/dist/test-utils/five/models/parcel.js.html +2 -2
  27. package/coverage/lcov-report/dist/test-utils/fourteen/entities.js.html +1 -1
  28. package/coverage/lcov-report/dist/test-utils/fourteen/index.html +1 -1
  29. package/coverage/lcov-report/dist/test-utils/fourteen/models/customer.js.html +1 -1
  30. package/coverage/lcov-report/dist/test-utils/fourteen/models/index.html +1 -1
  31. package/coverage/lcov-report/dist/test-utils/fourteen/models/person.js.html +1 -1
  32. package/coverage/lcov-report/dist/test-utils/nine/entities.js.html +1 -1
  33. package/coverage/lcov-report/dist/test-utils/nine/index.html +1 -1
  34. package/coverage/lcov-report/dist/test-utils/nine/models/feature-switch.js.html +6 -6
  35. package/coverage/lcov-report/dist/test-utils/nine/models/index.html +1 -1
  36. package/coverage/lcov-report/dist/test-utils/order/entities.js.html +9 -9
  37. package/coverage/lcov-report/dist/test-utils/order/index.html +1 -1
  38. package/coverage/lcov-report/dist/test-utils/order/models/index.html +14 -14
  39. package/coverage/lcov-report/dist/test-utils/order/models/line-item.js.html +11 -11
  40. package/coverage/lcov-report/dist/test-utils/order/models/order.js.html +41 -41
  41. package/coverage/lcov-report/dist/test-utils/order/models/product-variant.js.html +18 -18
  42. package/coverage/lcov-report/dist/test-utils/order/models/product.js.html +17 -17
  43. package/coverage/lcov-report/dist/test-utils/order/models/utm-source.js.html +12 -12
  44. package/coverage/lcov-report/dist/test-utils/order-more/entities.js.html +1 -1
  45. package/coverage/lcov-report/dist/test-utils/order-more/index.html +1 -1
  46. package/coverage/lcov-report/dist/test-utils/order-more/models/actual-product-variant.js.html +3 -3
  47. package/coverage/lcov-report/dist/test-utils/order-more/models/color.js.html +6 -6
  48. package/coverage/lcov-report/dist/test-utils/order-more/models/customer.js.html +3 -3
  49. package/coverage/lcov-report/dist/test-utils/order-more/models/gender.js.html +4 -4
  50. package/coverage/lcov-report/dist/test-utils/order-more/models/index.html +23 -23
  51. package/coverage/lcov-report/dist/test-utils/order-more/models/inventory-level.js.html +11 -11
  52. package/coverage/lcov-report/dist/test-utils/order-more/models/line-item.js.html +15 -15
  53. package/coverage/lcov-report/dist/test-utils/order-more/models/order.js.html +39 -39
  54. package/coverage/lcov-report/dist/test-utils/order-more/models/parcel-event.js.html +6 -6
  55. package/coverage/lcov-report/dist/test-utils/order-more/models/parcel-line-item.js.html +7 -7
  56. package/coverage/lcov-report/dist/test-utils/order-more/models/parcel.js.html +2 -2
  57. package/coverage/lcov-report/dist/test-utils/order-more/models/physical-address.js.html +12 -12
  58. package/coverage/lcov-report/dist/test-utils/order-more/models/product-variant-image.js.html +7 -7
  59. package/coverage/lcov-report/dist/test-utils/order-more/models/product-variant.js.html +22 -22
  60. package/coverage/lcov-report/dist/test-utils/order-more/models/product.js.html +11 -11
  61. package/coverage/lcov-report/dist/test-utils/order-more/models/refund.js.html +11 -11
  62. package/coverage/lcov-report/dist/test-utils/order-more/models/shipment-actual-product-variant.js.html +9 -9
  63. package/coverage/lcov-report/dist/test-utils/order-more/models/shipment.js.html +4 -4
  64. package/coverage/lcov-report/dist/test-utils/order-more/models/size.js.html +4 -4
  65. package/coverage/lcov-report/dist/test-utils/order-more/models/utm-medium.js.html +15 -15
  66. package/coverage/lcov-report/dist/test-utils/order-more/models/utm-source.js.html +17 -17
  67. package/coverage/lcov-report/dist/test-utils/six/entities.js.html +1 -1
  68. package/coverage/lcov-report/dist/test-utils/six/index.html +1 -1
  69. package/coverage/lcov-report/dist/test-utils/six/models/customer.js.html +3 -3
  70. package/coverage/lcov-report/dist/test-utils/six/models/index.html +21 -21
  71. package/coverage/lcov-report/dist/test-utils/six/models/line-item.js.html +10 -10
  72. package/coverage/lcov-report/dist/test-utils/six/models/order.js.html +13 -13
  73. package/coverage/lcov-report/dist/test-utils/six/models/parcel-line-item.js.html +2 -2
  74. package/coverage/lcov-report/dist/test-utils/six/models/parcel.js.html +2 -2
  75. package/coverage/lcov-report/dist/test-utils/thirteen/entities.js.html +1 -1
  76. package/coverage/lcov-report/dist/test-utils/thirteen/index.html +1 -1
  77. package/coverage/lcov-report/dist/test-utils/thirteen/models/audience.js.html +2 -2
  78. package/coverage/lcov-report/dist/test-utils/thirteen/models/brand.js.html +2 -2
  79. package/coverage/lcov-report/dist/test-utils/thirteen/models/category.js.html +1 -1
  80. package/coverage/lcov-report/dist/test-utils/thirteen/models/index.html +14 -14
  81. package/coverage/lcov-report/dist/test-utils/thirteen/models/member.js.html +2 -2
  82. package/coverage/lcov-report/dist/test-utils/thirteen/models/passion.js.html +2 -2
  83. package/coverage/lcov-report/dist/test-utils/thirteen/models/product.js.html +10 -10
  84. package/coverage/lcov-report/dist/test-utils/thirteen/models/recommendation-audience.js.html +2 -2
  85. package/coverage/lcov-report/dist/test-utils/thirteen/models/recommendation.js.html +2 -2
  86. package/coverage/lcov-report/dist/test-utils/three/index.html +1 -1
  87. package/coverage/lcov-report/dist/test-utils/three/results.js.html +1 -1
  88. package/coverage/lcov-report/dist/test-utils/twelve/entities.js.html +1 -1
  89. package/coverage/lcov-report/dist/test-utils/twelve/index.html +1 -1
  90. package/coverage/lcov-report/dist/test-utils/twelve/models/index.html +1 -1
  91. package/coverage/lcov-report/dist/test-utils/twelve/models/member.js.html +1 -1
  92. package/coverage/lcov-report/dist/test-utils/twelve/models/prompt.js.html +2 -2
  93. package/coverage/lcov-report/dist/test-utils/two/index.html +1 -1
  94. package/coverage/lcov-report/dist/test-utils/two/results.js.html +1 -1
  95. package/coverage/lcov-report/index.html +103 -103
  96. package/coverage/lcov-report/src/core.ts.html +841 -415
  97. package/coverage/lcov-report/src/driver-integrations/index.html +20 -20
  98. package/coverage/lcov-report/src/driver-integrations/pgp.ts.html +63 -63
  99. package/coverage/lcov-report/src/index.html +28 -28
  100. package/coverage/lcov-report/src/index.ts.html +1 -1
  101. package/coverage/lcov-report/src/orm.ts.html +388 -298
  102. package/coverage/lcov-report/test-utils/blog/entities.ts.html +1 -1
  103. package/coverage/lcov-report/test-utils/blog/index.html +1 -1
  104. package/coverage/lcov-report/test-utils/blog/models/article.ts.html +15 -15
  105. package/coverage/lcov-report/test-utils/blog/models/article_tag.ts.html +2 -2
  106. package/coverage/lcov-report/test-utils/blog/models/index.html +1 -1
  107. package/coverage/lcov-report/test-utils/blog/models/person.ts.html +13 -13
  108. package/coverage/lcov-report/test-utils/blog/models/tag.ts.html +1 -1
  109. package/coverage/lcov-report/test-utils/five/entities.ts.html +1 -1
  110. package/coverage/lcov-report/test-utils/five/index.html +1 -1
  111. package/coverage/lcov-report/test-utils/five/models/index.html +1 -1
  112. package/coverage/lcov-report/test-utils/five/models/line-item.ts.html +4 -4
  113. package/coverage/lcov-report/test-utils/five/models/order.ts.html +3 -3
  114. package/coverage/lcov-report/test-utils/five/models/parcel-event.ts.html +6 -6
  115. package/coverage/lcov-report/test-utils/five/models/parcel-line-item.ts.html +7 -7
  116. package/coverage/lcov-report/test-utils/five/models/parcel.ts.html +2 -2
  117. package/coverage/lcov-report/test-utils/fourteen/entities.ts.html +1 -1
  118. package/coverage/lcov-report/test-utils/fourteen/index.html +1 -1
  119. package/coverage/lcov-report/test-utils/fourteen/models/customer.ts.html +1 -1
  120. package/coverage/lcov-report/test-utils/fourteen/models/index.html +1 -1
  121. package/coverage/lcov-report/test-utils/fourteen/models/person.ts.html +1 -1
  122. package/coverage/lcov-report/test-utils/nine/entities.ts.html +1 -1
  123. package/coverage/lcov-report/test-utils/nine/index.html +1 -1
  124. package/coverage/lcov-report/test-utils/nine/models/feature-switch.ts.html +8 -8
  125. package/coverage/lcov-report/test-utils/nine/models/index.html +1 -1
  126. package/coverage/lcov-report/test-utils/order/entities.ts.html +2 -2
  127. package/coverage/lcov-report/test-utils/order/index.html +1 -1
  128. package/coverage/lcov-report/test-utils/order/models/index.html +14 -14
  129. package/coverage/lcov-report/test-utils/order/models/line-item.ts.html +5 -5
  130. package/coverage/lcov-report/test-utils/order/models/order.ts.html +36 -36
  131. package/coverage/lcov-report/test-utils/order/models/product-variant.ts.html +13 -13
  132. package/coverage/lcov-report/test-utils/order/models/product.ts.html +13 -13
  133. package/coverage/lcov-report/test-utils/order/models/utm-source.ts.html +8 -8
  134. package/coverage/lcov-report/test-utils/order-more/entities.ts.html +1 -1
  135. package/coverage/lcov-report/test-utils/order-more/index.html +1 -1
  136. package/coverage/lcov-report/test-utils/order-more/models/actual-product-variant.ts.html +3 -3
  137. package/coverage/lcov-report/test-utils/order-more/models/color.ts.html +6 -6
  138. package/coverage/lcov-report/test-utils/order-more/models/customer.ts.html +3 -3
  139. package/coverage/lcov-report/test-utils/order-more/models/gender.ts.html +4 -4
  140. package/coverage/lcov-report/test-utils/order-more/models/index.html +23 -23
  141. package/coverage/lcov-report/test-utils/order-more/models/inventory-level.ts.html +11 -11
  142. package/coverage/lcov-report/test-utils/order-more/models/line-item.ts.html +15 -15
  143. package/coverage/lcov-report/test-utils/order-more/models/order.ts.html +45 -45
  144. package/coverage/lcov-report/test-utils/order-more/models/parcel-event.ts.html +6 -6
  145. package/coverage/lcov-report/test-utils/order-more/models/parcel-line-item.ts.html +7 -7
  146. package/coverage/lcov-report/test-utils/order-more/models/parcel.ts.html +2 -2
  147. package/coverage/lcov-report/test-utils/order-more/models/physical-address.ts.html +12 -12
  148. package/coverage/lcov-report/test-utils/order-more/models/product-variant-image.ts.html +7 -7
  149. package/coverage/lcov-report/test-utils/order-more/models/product-variant.ts.html +22 -22
  150. package/coverage/lcov-report/test-utils/order-more/models/product.ts.html +11 -11
  151. package/coverage/lcov-report/test-utils/order-more/models/refund.ts.html +11 -11
  152. package/coverage/lcov-report/test-utils/order-more/models/shipment-actual-product-variant.ts.html +9 -9
  153. package/coverage/lcov-report/test-utils/order-more/models/shipment.ts.html +4 -4
  154. package/coverage/lcov-report/test-utils/order-more/models/size.ts.html +4 -4
  155. package/coverage/lcov-report/test-utils/order-more/models/utm-medium.ts.html +15 -15
  156. package/coverage/lcov-report/test-utils/order-more/models/utm-source.ts.html +17 -17
  157. package/coverage/lcov-report/test-utils/six/entities.ts.html +1 -1
  158. package/coverage/lcov-report/test-utils/six/index.html +1 -1
  159. package/coverage/lcov-report/test-utils/six/models/customer.ts.html +3 -3
  160. package/coverage/lcov-report/test-utils/six/models/index.html +21 -21
  161. package/coverage/lcov-report/test-utils/six/models/line-item.ts.html +10 -10
  162. package/coverage/lcov-report/test-utils/six/models/order.ts.html +13 -13
  163. package/coverage/lcov-report/test-utils/six/models/parcel-line-item.ts.html +2 -2
  164. package/coverage/lcov-report/test-utils/six/models/parcel.ts.html +2 -2
  165. package/coverage/lcov-report/test-utils/thirteen/entities.ts.html +1 -1
  166. package/coverage/lcov-report/test-utils/thirteen/index.html +1 -1
  167. package/coverage/lcov-report/test-utils/thirteen/models/audience.ts.html +2 -2
  168. package/coverage/lcov-report/test-utils/thirteen/models/brand.ts.html +2 -2
  169. package/coverage/lcov-report/test-utils/thirteen/models/category.ts.html +1 -1
  170. package/coverage/lcov-report/test-utils/thirteen/models/index.html +14 -14
  171. package/coverage/lcov-report/test-utils/thirteen/models/member.ts.html +2 -2
  172. package/coverage/lcov-report/test-utils/thirteen/models/passion.ts.html +2 -2
  173. package/coverage/lcov-report/test-utils/thirteen/models/product.ts.html +10 -10
  174. package/coverage/lcov-report/test-utils/thirteen/models/recommendation-audience.ts.html +2 -2
  175. package/coverage/lcov-report/test-utils/thirteen/models/recommendation.ts.html +2 -2
  176. package/coverage/lcov-report/test-utils/three/index.html +1 -1
  177. package/coverage/lcov-report/test-utils/three/results.js.html +1 -1
  178. package/coverage/lcov-report/test-utils/twelve/entities.ts.html +1 -1
  179. package/coverage/lcov-report/test-utils/twelve/index.html +1 -1
  180. package/coverage/lcov-report/test-utils/twelve/models/index.html +1 -1
  181. package/coverage/lcov-report/test-utils/twelve/models/member.ts.html +1 -1
  182. package/coverage/lcov-report/test-utils/twelve/models/prompt.ts.html +2 -2
  183. package/coverage/lcov-report/test-utils/two/index.html +1 -1
  184. package/coverage/lcov-report/test-utils/two/results.js.html +1 -1
  185. package/coverage/lcov.info +2136 -1991
  186. package/dist/example/data-access/person.d.ts +1 -1
  187. package/dist/src/core.d.ts +13 -7
  188. package/dist/src/core.js +258 -189
  189. package/dist/src/core.spec.js +413 -0
  190. package/dist/src/driver-integrations/index.d.ts +5 -5
  191. package/dist/src/driver-integrations/pgp.spec.d.ts +1 -0
  192. package/dist/src/driver-integrations/pgp.spec.js +376 -0
  193. package/dist/src/orm.d.ts +9 -9
  194. package/dist/src/orm.js +137 -76
  195. package/dist/src/orm.spec.js +535 -85
  196. package/dist/test-utils/nine/models/feature-switch.d.ts +2 -2
  197. package/dist/test-utils/nine/models/feature-switch.ts +2 -2
  198. package/example/data-access/person.ts +1 -1
  199. package/package.json +9 -6
  200. package/scripts/bench-core.js +636 -0
  201. package/scripts/check-bench-scenarios.js +47 -0
  202. package/src/core.spec.ts +485 -2
  203. package/src/core.ts +369 -227
  204. package/src/driver-integrations/index.ts +5 -5
  205. package/src/driver-integrations/pgp.spec.ts +444 -0
  206. package/src/driver-integrations/pgp.ts +5 -5
  207. package/src/orm.spec.ts +592 -88
  208. package/src/orm.ts +173 -143
  209. package/test-utils/nine/models/feature-switch.ts +2 -2
@@ -1,190 +1,262 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1703353735461" clover="3.2.0">
3
- <project timestamp="1703353735461" name="All files">
4
- <metrics statements="2022" coveredstatements="1863" conditionals="257" coveredconditionals="206" methods="411" coveredmethods="314" elements="2690" coveredelements="2383" complexity="0" loc="2022" ncloc="2022" packages="44" files="134" classes="134"/>
2
+ <coverage generated="1772403047891" clover="3.2.0">
3
+ <project timestamp="1772403047891" name="All files">
4
+ <metrics statements="2283" coveredstatements="2219" conditionals="305" coveredconditionals="279" methods="329" coveredmethods="282" elements="2917" coveredelements="2780" complexity="0" loc="2283" ncloc="2283" packages="44" files="134" classes="134"/>
5
5
  <package name="dist.src">
6
- <metrics statements="278" coveredstatements="239" conditionals="125" coveredconditionals="107" methods="91" coveredmethods="78"/>
6
+ <metrics statements="410" coveredstatements="407" conditionals="149" coveredconditionals="135" methods="50" coveredmethods="49"/>
7
7
  <file name="core.js" path="/Users/craigmartin/projects/pure-orm/dist/src/core.js">
8
- <metrics statements="179" coveredstatements="171" conditionals="112" coveredconditionals="97" methods="51" coveredmethods="50"/>
9
- <line num="2" count="2" type="cond" truecount="2" falsecount="1"/>
10
- <line num="3" count="2" type="cond" truecount="3" falsecount="1"/>
11
- <line num="5" count="2" type="stmt"/>
12
- <line num="6" count="2" type="stmt"/>
13
- <line num="7" count="2" type="stmt"/>
14
- <line num="8" count="2" type="stmt"/>
15
- <line num="9" count="34" type="stmt"/>
16
- <line num="10" count="227" type="stmt"/>
17
- <line num="11" count="227" type="cond" truecount="2" falsecount="0"/>
18
- <line num="12" count="227" type="cond" truecount="2" falsecount="0"/>
19
- <line num="13" count="227" type="cond" truecount="1" falsecount="1"/>
20
- <line num="14" count="1793" type="cond" truecount="2" falsecount="0"/>
21
- <line num="15" count="1580" type="stmt"/>
22
- <line num="21" count="213" type="cond" truecount="6" falsecount="0"/>
23
- <line num="23" count="1793" type="stmt"/>
24
- <line num="24" count="1793" type="stmt"/>
25
- <line num="25" count="1793" type="stmt"/>
26
- <line num="26" count="227" type="stmt"/>
27
- <line num="27" count="227" type="stmt"/>
28
- <line num="28" count="1793" type="stmt"/>
29
- <line num="29" count="227" type="stmt"/>
30
- <line num="30" count="227" type="cond" truecount="1" falsecount="1"/>
31
- <line num="32" count="227" type="stmt"/>
32
- <line num="33" count="3611" type="stmt"/>
33
- <line num="34" count="3611" type="stmt"/>
34
- <line num="37" count="227" type="stmt"/>
35
- <line num="38" count="1793" type="stmt"/>
36
- <line num="39" count="201" type="stmt"/>
37
- <line num="42" count="227" type="stmt"/>
38
- <line num="43" count="1793" type="stmt"/>
39
- <line num="45" count="227" type="stmt"/>
40
- <line num="61" count="34" type="stmt"/>
41
- <line num="62" count="227" type="stmt"/>
42
- <line num="63" count="227" type="stmt"/>
43
- <line num="65" count="34" type="stmt"/>
44
- <line num="66" count="1435" type="stmt"/>
45
- <line num="67" count="1435" type="cond" truecount="1" falsecount="1"/>
46
- <line num="68" count="0" type="stmt"/>
47
- <line num="70" count="1435" type="stmt"/>
48
- <line num="72" count="34" type="stmt"/>
49
- <line num="73" count="227" type="stmt"/>
50
- <line num="74" count="227" type="stmt"/>
51
- <line num="76" count="34" type="stmt"/>
52
- <line num="77" count="42896" type="stmt"/>
53
- <line num="78" count="42896" type="cond" truecount="1" falsecount="1"/>
54
- <line num="79" count="0" type="stmt"/>
55
- <line num="81" count="42896" type="stmt"/>
56
- <line num="83" count="34" type="stmt"/>
57
- <line num="84" count="42895" type="stmt"/>
58
- <line num="95" count="34" type="stmt"/>
59
- <line num="96" count="188" type="stmt"/>
60
- <line num="97" count="39" type="stmt"/>
61
- <line num="98" count="1434" type="stmt"/>
62
- <line num="99" count="39" type="stmt"/>
63
- <line num="100" count="39" type="stmt"/>
64
- <line num="102" count="39" type="stmt"/>
65
- <line num="103" count="188" type="stmt"/>
66
- <line num="104" count="21304" type="cond" truecount="2" falsecount="0"/>
67
- <line num="107" count="1246" type="cond" truecount="2" falsecount="0"/>
68
- <line num="108" count="1246" type="stmt"/>
69
- <line num="109" count="1246" type="stmt"/>
70
- <line num="110" count="29445" type="stmt"/>
71
- <line num="111" count="28144" type="cond" truecount="2" falsecount="0"/>
72
- <line num="112" count="28144" type="stmt"/>
73
- <line num="113" count="29445" type="cond" truecount="2" falsecount="0"/>
74
- <line num="114" count="28597" type="stmt"/>
75
- <line num="116" count="848" type="stmt"/>
76
- <line num="117" count="849" type="stmt"/>
77
- <line num="118" count="849" type="cond" truecount="2" falsecount="0"/>
78
- <line num="119" count="822" type="stmt"/>
79
- <line num="122" count="26" type="stmt"/>
80
- <line num="126" count="1246" type="cond" truecount="2" falsecount="0"/>
81
- <line num="127" count="12590" type="cond" truecount="2" falsecount="0"/>
82
- <line num="128" count="10448" type="stmt"/>
83
- <line num="130" count="49133" type="stmt"/>
84
- <line num="131" count="2142" type="cond" truecount="2" falsecount="0"/>
85
- <line num="132" count="1203" type="stmt"/>
86
- <line num="134" count="939" type="stmt"/>
87
- <line num="136" count="1246" type="stmt"/>
88
- <line num="140" count="1246" type="stmt"/>
89
- <line num="141" count="6559" type="stmt"/>
90
- <line num="142" count="2788" type="cond" truecount="2" falsecount="0"/>
91
- <line num="143" count="2788" type="stmt"/>
92
- <line num="144" count="6559" type="cond" truecount="2" falsecount="0"/>
93
- <line num="145" count="6150" type="stmt"/>
94
- <line num="147" count="409" type="stmt"/>
95
- <line num="148" count="410" type="stmt"/>
96
- <line num="149" count="410" type="cond" truecount="2" falsecount="0"/>
97
- <line num="150" count="355" type="stmt"/>
98
- <line num="153" count="54" type="stmt"/>
99
- <line num="155" count="1246" type="cond" truecount="2" falsecount="0"/>
100
- <line num="156" count="614" type="cond" truecount="4" falsecount="0"/>
101
- <line num="157" count="75" type="stmt"/>
102
- <line num="158" count="75" type="stmt"/>
103
- <line num="165" count="539" type="cond" truecount="1" falsecount="1"/>
104
- <line num="166" count="539" type="stmt"/>
105
- <line num="168" count="539" type="cond" truecount="4" falsecount="0"/>
106
- <line num="169" count="61" type="stmt"/>
107
- <line num="170" count="61" type="stmt"/>
108
- <line num="174" count="1110" type="cond" truecount="2" falsecount="0"/>
109
- <line num="175" count="761" type="stmt"/>
110
- <line num="177" count="349" type="cond" truecount="2" falsecount="0"/>
111
- <line num="178" count="228" type="stmt"/>
112
- <line num="179" count="228" type="cond" truecount="2" falsecount="0"/>
113
- <line num="180" count="149" type="stmt"/>
114
- <line num="183" count="79" type="stmt"/>
115
- <line num="184" count="79" type="stmt"/>
116
- <line num="191" count="121" type="cond" truecount="1" falsecount="1"/>
117
- <line num="193" count="121" type="stmt"/>
118
- <line num="195" count="0" type="stmt"/>
119
- <line num="197" count="989" type="stmt"/>
120
- <line num="200" count="39" type="stmt"/>
121
- <line num="221" count="34" type="stmt"/>
122
- <line num="222" count="22" type="stmt"/>
123
- <line num="223" count="22" type="stmt"/>
124
- <line num="224" count="22" type="stmt"/>
125
- <line num="225" count="188" type="stmt"/>
126
- <line num="226" count="188" type="cond" truecount="3" falsecount="1"/>
127
- <line num="228" count="188" type="cond" truecount="2" falsecount="0"/>
128
- <line num="229" count="149" type="stmt"/>
129
- <line num="232" count="39" type="stmt"/>
130
- <line num="234" count="188" type="stmt"/>
131
- <line num="236" count="22" type="stmt"/>
132
- <line num="238" count="34" type="stmt"/>
133
- <line num="239" count="188" type="stmt"/>
134
- <line num="240" count="1434" type="stmt"/>
135
- <line num="241" count="1434" type="stmt"/>
136
- <line num="242" count="6747" type="stmt"/>
137
- <line num="243" count="6747" type="cond" truecount="1" falsecount="1"/>
138
- <line num="244" count="0" type="cond" truecount="0" falsecount="2"/>
139
- <line num="245" count="0" type="stmt"/>
140
- <line num="248" count="0" type="stmt"/>
141
- <line num="251" count="6747" type="stmt"/>
142
- <line num="252" count="6747" type="stmt"/>
143
- <line num="254" count="1434" type="stmt"/>
144
- <line num="261" count="34" type="stmt"/>
145
- <line num="262" count="188" type="stmt"/>
146
- <line num="263" count="6747" type="stmt"/>
147
- <line num="264" count="6747" type="stmt"/>
148
- <line num="265" count="6747" type="cond" truecount="3" falsecount="1"/>
149
- <line num="266" count="0" type="stmt"/>
150
- <line num="268" count="6747" type="cond" truecount="2" falsecount="0"/>
151
- <line num="269" count="6747" type="stmt"/>
152
- <line num="270" count="6747" type="stmt"/>
153
- <line num="273" count="34" type="stmt"/>
154
- <line num="274" count="22" type="cond" truecount="1" falsecount="1"/>
155
- <line num="275" count="22" type="stmt"/>
156
- <line num="276" count="22" type="stmt"/>
157
- <line num="277" count="22" type="stmt"/>
158
- <line num="278" count="22" type="stmt"/>
159
- <line num="279" count="39" type="stmt"/>
160
- <line num="280" count="22" type="stmt"/>
161
- <line num="281" count="22" type="stmt"/>
162
- <line num="283" count="34" type="stmt"/>
163
- <line num="284" count="4" type="cond" truecount="4" falsecount="0"/>
164
- <line num="285" count="2" type="cond" truecount="2" falsecount="0"/>
165
- <line num="288" count="2" type="stmt"/>
166
- <line num="290" count="2" type="stmt"/>
167
- <line num="292" count="34" type="stmt"/>
168
- <line num="293" count="5" type="cond" truecount="4" falsecount="0"/>
169
- <line num="294" count="1" type="stmt"/>
170
- <line num="296" count="4" type="stmt"/>
171
- <line num="297" count="4" type="cond" truecount="4" falsecount="1"/>
172
- <line num="298" count="0" type="stmt"/>
173
- <line num="300" count="4" type="cond" truecount="2" falsecount="0"/>
174
- <line num="301" count="2" type="stmt"/>
175
- <line num="303" count="2" type="stmt"/>
176
- <line num="305" count="34" type="stmt"/>
177
- <line num="306" count="3" type="cond" truecount="4" falsecount="0"/>
178
- <line num="307" count="1" type="stmt"/>
179
- <line num="309" count="2" type="stmt"/>
180
- <line num="311" count="34" type="stmt"/>
181
- <line num="312" count="3" type="cond" truecount="4" falsecount="0"/>
182
- <line num="313" count="1" type="stmt"/>
183
- <line num="315" count="2" type="stmt"/>
184
- <line num="317" count="34" type="stmt"/>
185
- <line num="326" count="227" type="stmt"/>
186
- <line num="329" count="227" type="stmt"/>
187
- <line num="333" count="2" type="stmt"/>
8
+ <metrics statements="251" coveredstatements="248" conditionals="122" coveredconditionals="111" methods="31" coveredmethods="31"/>
9
+ <line num="2" count="3" type="cond" truecount="2" falsecount="1"/>
10
+ <line num="3" count="3" type="cond" truecount="3" falsecount="1"/>
11
+ <line num="5" count="3" type="stmt"/>
12
+ <line num="6" count="3" type="stmt"/>
13
+ <line num="7" count="3" type="stmt"/>
14
+ <line num="8" count="3" type="stmt"/>
15
+ <line num="9" count="125" type="stmt"/>
16
+ <line num="10" count="509" type="stmt"/>
17
+ <line num="11" count="509" type="cond" truecount="2" falsecount="0"/>
18
+ <line num="12" count="509" type="cond" truecount="2" falsecount="0"/>
19
+ <line num="13" count="509" type="cond" truecount="2" falsecount="0"/>
20
+ <line num="14" count="4796" type="cond" truecount="2" falsecount="0"/>
21
+ <line num="15" count="4339" type="stmt"/>
22
+ <line num="21" count="457" type="cond" truecount="6" falsecount="0"/>
23
+ <line num="23" count="4796" type="stmt"/>
24
+ <line num="24" count="4796" type="stmt"/>
25
+ <line num="25" count="4796" type="stmt"/>
26
+ <line num="26" count="509" type="stmt"/>
27
+ <line num="27" count="509" type="stmt"/>
28
+ <line num="28" count="4796" type="stmt"/>
29
+ <line num="29" count="509" type="stmt"/>
30
+ <line num="30" count="509" type="cond" truecount="2" falsecount="0"/>
31
+ <line num="31" count="509" type="stmt"/>
32
+ <line num="32" count="1" type="stmt"/>
33
+ <line num="33" count="1" type="stmt"/>
34
+ <line num="34" count="2" type="stmt"/>
35
+ <line num="35" count="2" type="cond" truecount="3" falsecount="1"/>
36
+ <line num="36" count="2" type="stmt"/>
37
+ <line num="39" count="1" type="stmt"/>
38
+ <line num="41" count="509" type="stmt"/>
39
+ <line num="42" count="509" type="stmt"/>
40
+ <line num="43" count="509" type="stmt"/>
41
+ <line num="44" count="4796" type="cond" truecount="2" falsecount="0"/>
42
+ <line num="45" count="392" type="stmt"/>
43
+ <line num="46" count="392" type="stmt"/>
44
+ <line num="52" count="509" type="stmt"/>
45
+ <line num="53" count="509" type="stmt"/>
46
+ <line num="54" count="509" type="stmt"/>
47
+ <line num="55" count="4796" type="stmt"/>
48
+ <line num="56" count="4796" type="stmt"/>
49
+ <line num="58" count="509" type="stmt"/>
50
+ <line num="59" count="4796" type="stmt"/>
51
+ <line num="61" count="509" type="stmt"/>
52
+ <line num="80" count="125" type="stmt"/>
53
+ <line num="81" count="509" type="stmt"/>
54
+ <line num="82" count="509" type="stmt"/>
55
+ <line num="84" count="125" type="stmt"/>
56
+ <line num="85" count="164" type="stmt"/>
57
+ <line num="86" count="164" type="cond" truecount="2" falsecount="0"/>
58
+ <line num="87" count="1" type="stmt"/>
59
+ <line num="89" count="163" type="stmt"/>
60
+ <line num="91" count="125" type="stmt"/>
61
+ <line num="92" count="509" type="stmt"/>
62
+ <line num="93" count="509" type="stmt"/>
63
+ <line num="95" count="125" type="stmt"/>
64
+ <line num="96" count="495" type="stmt"/>
65
+ <line num="97" count="495" type="cond" truecount="2" falsecount="0"/>
66
+ <line num="98" count="1" type="stmt"/>
67
+ <line num="100" count="494" type="stmt"/>
68
+ <line num="102" count="125" type="stmt"/>
69
+ <line num="103" count="102" type="stmt"/>
70
+ <line num="105" count="125" type="stmt"/>
71
+ <line num="106" count="125" type="stmt"/>
72
+ <line num="107" count="509" type="stmt"/>
73
+ <line num="108" count="509" type="stmt"/>
74
+ <line num="109" count="509" type="stmt"/>
75
+ <line num="110" count="392" type="stmt"/>
76
+ <line num="111" count="392" type="stmt"/>
77
+ <line num="116" count="509" type="stmt"/>
78
+ <line num="118" count="125" type="stmt"/>
79
+ <line num="119" count="1459" type="stmt"/>
80
+ <line num="120" count="1459" type="stmt"/>
81
+ <line num="121" count="1459" type="stmt"/>
82
+ <line num="122" count="1459" type="cond" truecount="4" falsecount="0"/>
83
+ <line num="123" count="1291" type="stmt"/>
84
+ <line num="126" count="1459" type="stmt"/>
85
+ <line num="128" count="125" type="stmt"/>
86
+ <line num="129" count="44" type="stmt"/>
87
+ <line num="130" count="44" type="stmt"/>
88
+ <line num="131" count="44" type="stmt"/>
89
+ <line num="132" count="926" type="cond" truecount="1" falsecount="1"/>
90
+ <line num="133" count="0" type="stmt"/>
91
+ <line num="135" count="926" type="stmt"/>
92
+ <line num="136" count="926" type="cond" truecount="2" falsecount="0"/>
93
+ <line num="137" count="1" type="stmt"/>
94
+ <line num="139" count="925" type="stmt"/>
95
+ <line num="140" count="925" type="stmt"/>
96
+ <line num="141" count="925" type="stmt"/>
97
+ <line num="142" count="925" type="cond" truecount="2" falsecount="0"/>
98
+ <line num="143" count="148" type="stmt"/>
99
+ <line num="144" count="148" type="stmt"/>
100
+ <line num="145" count="148" type="stmt"/>
101
+ <line num="150" count="148" type="stmt"/>
102
+ <line num="151" count="148" type="stmt"/>
103
+ <line num="153" count="925" type="stmt"/>
104
+ <line num="154" count="925" type="cond" truecount="2" falsecount="0"/>
105
+ <line num="155" count="2" type="cond" truecount="2" falsecount="0"/>
106
+ <line num="156" count="1" type="stmt"/>
107
+ <line num="159" count="1" type="stmt"/>
108
+ <line num="162" count="924" type="stmt"/>
109
+ <line num="167" count="42" type="stmt"/>
110
+ <line num="168" count="42" type="stmt"/>
111
+ <line num="169" count="147" type="stmt"/>
112
+ <line num="171" count="42" type="stmt"/>
113
+ <line num="173" count="125" type="stmt"/>
114
+ <line num="174" count="213" type="stmt"/>
115
+ <line num="175" count="213" type="stmt"/>
116
+ <line num="176" count="1459" type="stmt"/>
117
+ <line num="177" count="1459" type="stmt"/>
118
+ <line num="178" count="1459" type="stmt"/>
119
+ <line num="179" count="1459" type="cond" truecount="2" falsecount="0"/>
120
+ <line num="180" count="1291" type="stmt"/>
121
+ <line num="181" count="1291" type="cond" truecount="2" falsecount="0"/>
122
+ <line num="182" count="276" type="stmt"/>
123
+ <line num="183" count="276" type="stmt"/>
124
+ <line num="186" count="1015" type="stmt"/>
125
+ <line num="187" count="1015" type="cond" truecount="2" falsecount="0"/>
126
+ <line num="188" count="726" type="stmt"/>
127
+ <line num="189" count="726" type="stmt"/>
128
+ <line num="193" count="168" type="cond" truecount="1" falsecount="1"/>
129
+ <line num="196" count="168" type="stmt"/>
130
+ <line num="197" count="168" type="stmt"/>
131
+ <line num="199" count="565" type="stmt"/>
132
+ <line num="200" count="565" type="stmt"/>
133
+ <line num="201" count="2768" type="stmt"/>
134
+ <line num="202" count="2768" type="stmt"/>
135
+ <line num="204" count="565" type="stmt"/>
136
+ <line num="205" count="565" type="cond" truecount="1" falsecount="1"/>
137
+ <line num="207" count="565" type="stmt"/>
138
+ <line num="208" count="565" type="stmt"/>
139
+ <line num="210" count="565" type="stmt"/>
140
+ <line num="212" count="213" type="stmt"/>
141
+ <line num="214" count="125" type="stmt"/>
142
+ <line num="215" count="213" type="stmt"/>
143
+ <line num="216" count="213" type="stmt"/>
144
+ <line num="217" count="213" type="cond" truecount="1" falsecount="1"/>
145
+ <line num="218" count="0" type="stmt"/>
146
+ <line num="220" count="213" type="stmt"/>
147
+ <line num="221" count="213" type="cond" truecount="3" falsecount="1"/>
148
+ <line num="223" count="213" type="stmt"/>
149
+ <line num="225" count="125" type="stmt"/>
150
+ <line num="226" count="64" type="stmt"/>
151
+ <line num="227" count="64" type="cond" truecount="1" falsecount="1"/>
152
+ <line num="228" count="64" type="stmt"/>
153
+ <line num="231" count="64" type="stmt"/>
154
+ <line num="233" count="64" type="stmt"/>
155
+ <line num="235" count="125" type="stmt"/>
156
+ <line num="236" count="540" type="cond" truecount="2" falsecount="0"/>
157
+ <line num="237" count="37" type="stmt"/>
158
+ <line num="239" count="540" type="stmt"/>
159
+ <line num="241" count="125" type="stmt"/>
160
+ <line num="242" count="540" type="stmt"/>
161
+ <line num="244" count="540" type="stmt"/>
162
+ <line num="245" count="540" type="cond" truecount="2" falsecount="0"/>
163
+ <line num="246" count="355" type="stmt"/>
164
+ <line num="247" count="355" type="stmt"/>
165
+ <line num="248" count="355" type="stmt"/>
166
+ <line num="250" count="540" type="stmt"/>
167
+ <line num="251" count="540" type="cond" truecount="2" falsecount="0"/>
168
+ <line num="252" count="321" type="stmt"/>
169
+ <line num="253" count="321" type="stmt"/>
170
+ <line num="255" count="540" type="stmt"/>
171
+ <line num="256" count="540" type="cond" truecount="2" falsecount="0"/>
172
+ <line num="257" count="355" type="stmt"/>
173
+ <line num="258" count="355" type="stmt"/>
174
+ <line num="260" count="540" type="cond" truecount="2" falsecount="0"/>
175
+ <line num="261" count="538" type="stmt"/>
176
+ <line num="262" count="538" type="stmt"/>
177
+ <line num="273" count="125" type="stmt"/>
178
+ <line num="275" count="44" type="cond" truecount="2" falsecount="0"/>
179
+ <line num="276" count="44" type="stmt"/>
180
+ <line num="277" count="44" type="stmt"/>
181
+ <line num="278" count="42" type="stmt"/>
182
+ <line num="279" count="42" type="stmt"/>
183
+ <line num="280" count="147" type="stmt"/>
184
+ <line num="282" count="42" type="stmt"/>
185
+ <line num="283" count="42" type="stmt"/>
186
+ <line num="284" count="147" type="stmt"/>
187
+ <line num="285" count="147" type="cond" truecount="1" falsecount="1"/>
188
+ <line num="286" count="147" type="stmt"/>
189
+ <line num="287" count="147" type="stmt"/>
190
+ <line num="289" count="42" type="stmt"/>
191
+ <line num="290" count="42" type="stmt"/>
192
+ <line num="291" count="42" type="stmt"/>
193
+ <line num="292" count="42" type="stmt"/>
194
+ <line num="293" count="42" type="stmt"/>
195
+ <line num="294" count="42" type="stmt"/>
196
+ <line num="295" count="42" type="stmt"/>
197
+ <line num="296" count="42" type="stmt"/>
198
+ <line num="297" count="42" type="stmt"/>
199
+ <line num="298" count="42" type="stmt"/>
200
+ <line num="300" count="42" type="stmt"/>
201
+ <line num="301" count="213" type="stmt"/>
202
+ <line num="302" count="213" type="stmt"/>
203
+ <line num="303" count="213" type="stmt"/>
204
+ <line num="304" count="213" type="cond" truecount="4" falsecount="0"/>
205
+ <line num="305" count="64" type="stmt"/>
206
+ <line num="306" count="64" type="stmt"/>
207
+ <line num="307" count="64" type="stmt"/>
208
+ <line num="309" count="213" type="stmt"/>
209
+ <line num="310" count="213" type="cond" truecount="2" falsecount="0"/>
210
+ <line num="311" count="64" type="stmt"/>
211
+ <line num="312" count="64" type="stmt"/>
212
+ <line num="314" count="213" type="stmt"/>
213
+ <line num="315" count="565" type="stmt"/>
214
+ <line num="316" count="565" type="stmt"/>
215
+ <line num="317" count="565" type="stmt"/>
216
+ <line num="318" count="565" type="stmt"/>
217
+ <line num="319" count="565" type="stmt"/>
218
+ <line num="320" count="565" type="cond" truecount="4" falsecount="0"/>
219
+ <line num="321" count="258" type="stmt"/>
220
+ <line num="323" count="307" type="stmt"/>
221
+ <line num="324" count="562" type="stmt"/>
222
+ <line num="325" count="562" type="stmt"/>
223
+ <line num="326" count="562" type="cond" truecount="2" falsecount="0"/>
224
+ <line num="327" count="11" type="stmt"/>
225
+ <line num="329" count="551" type="stmt"/>
226
+ <line num="330" count="551" type="cond" truecount="4" falsecount="0"/>
227
+ <line num="332" count="551" type="cond" truecount="2" falsecount="0"/>
228
+ <line num="333" count="540" type="stmt"/>
229
+ <line num="345" count="42" type="stmt"/>
230
+ <line num="346" count="42" type="stmt"/>
231
+ <line num="347" count="64" type="stmt"/>
232
+ <line num="349" count="42" type="stmt"/>
233
+ <line num="350" count="42" type="stmt"/>
234
+ <line num="352" count="125" type="stmt"/>
235
+ <line num="353" count="10" type="cond" truecount="4" falsecount="0"/>
236
+ <line num="354" count="5" type="cond" truecount="2" falsecount="0"/>
237
+ <line num="357" count="5" type="stmt"/>
238
+ <line num="359" count="5" type="stmt"/>
239
+ <line num="361" count="125" type="stmt"/>
240
+ <line num="362" count="17" type="cond" truecount="4" falsecount="0"/>
241
+ <line num="363" count="2" type="stmt"/>
242
+ <line num="365" count="15" type="stmt"/>
243
+ <line num="366" count="15" type="cond" truecount="4" falsecount="1"/>
244
+ <line num="367" count="0" type="stmt"/>
245
+ <line num="369" count="15" type="cond" truecount="2" falsecount="0"/>
246
+ <line num="370" count="4" type="stmt"/>
247
+ <line num="372" count="11" type="stmt"/>
248
+ <line num="374" count="125" type="stmt"/>
249
+ <line num="375" count="8" type="cond" truecount="4" falsecount="0"/>
250
+ <line num="376" count="3" type="stmt"/>
251
+ <line num="378" count="5" type="stmt"/>
252
+ <line num="380" count="125" type="stmt"/>
253
+ <line num="381" count="9" type="cond" truecount="4" falsecount="0"/>
254
+ <line num="382" count="3" type="stmt"/>
255
+ <line num="384" count="6" type="stmt"/>
256
+ <line num="386" count="125" type="stmt"/>
257
+ <line num="395" count="509" type="stmt"/>
258
+ <line num="398" count="509" type="stmt"/>
259
+ <line num="402" count="3" type="stmt"/>
188
260
  </file>
189
261
  <file name="index.js" path="/Users/craigmartin/projects/pure-orm/dist/src/index.js">
190
262
  <metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
@@ -193,134 +265,194 @@
193
265
  <line num="4" count="1" type="stmt"/>
194
266
  <line num="5" count="1" type="stmt"/>
195
267
  <line num="6" count="1" type="stmt"/>
196
- <line num="7" count="6" type="stmt"/>
268
+ <line num="7" count="41" type="stmt"/>
197
269
  </file>
198
270
  <file name="orm.js" path="/Users/craigmartin/projects/pure-orm/dist/src/orm.js">
199
- <metrics statements="93" coveredstatements="62" conditionals="13" coveredconditionals="10" methods="38" coveredmethods="27"/>
271
+ <metrics statements="153" coveredstatements="153" conditionals="27" coveredconditionals="24" methods="17" coveredmethods="17"/>
200
272
  <line num="2" count="1" type="stmt"/>
201
273
  <line num="3" count="1" type="stmt"/>
202
274
  <line num="4" count="1" type="stmt"/>
203
275
  <line num="5" count="1" type="stmt"/>
204
276
  <line num="6" count="1" type="stmt"/>
205
- <line num="7" count="6" type="stmt"/>
206
- <line num="9" count="6" type="cond" truecount="1" falsecount="1"/>
207
- <line num="10" count="6" type="stmt"/>
208
- <line num="13" count="0" type="stmt"/>
209
- <line num="18" count="6" type="stmt"/>
210
- <line num="19" count="1" type="stmt"/>
211
- <line num="21" count="24" type="stmt"/>
212
- <line num="22" count="4" type="stmt"/>
213
- <line num="24" count="1" type="stmt"/>
214
- <line num="26" count="24" type="stmt"/>
215
- <line num="27" count="24" type="stmt"/>
216
- <line num="28" count="4" type="stmt"/>
217
- <line num="29" count="1" type="stmt"/>
218
- <line num="31" count="6" type="cond" truecount="1" falsecount="0"/>
219
- <line num="32" count="1" type="stmt"/>
220
- <line num="34" count="24" type="stmt"/>
221
- <line num="35" count="4" type="stmt"/>
222
- <line num="36" count="1" type="stmt"/>
223
- <line num="37" count="1" type="stmt"/>
224
- <line num="38" count="1" type="stmt"/>
225
- <line num="40" count="24" type="stmt"/>
226
- <line num="41" count="24" type="stmt"/>
227
- <line num="42" count="1" type="stmt"/>
228
- <line num="43" count="1" type="stmt"/>
229
- <line num="45" count="6" type="stmt"/>
230
- <line num="46" count="1" type="stmt"/>
231
- <line num="48" count="24" type="cond" truecount="2" falsecount="0"/>
232
- <line num="51" count="24" type="stmt"/>
233
- <line num="52" count="4" type="stmt"/>
234
- <line num="54" count="1" type="stmt"/>
235
- <line num="56" count="24" type="cond" truecount="2" falsecount="0"/>
236
- <line num="59" count="24" type="stmt"/>
237
- <line num="60" count="1" type="stmt"/>
277
+ <line num="7" count="41" type="stmt"/>
278
+ <line num="9" count="41" type="cond" truecount="2" falsecount="0"/>
279
+ <line num="10" count="40" type="stmt"/>
280
+ <line num="13" count="1" type="stmt"/>
281
+ <line num="15" count="40" type="stmt"/>
282
+ <line num="16" count="40" type="stmt"/>
283
+ <line num="17" count="23" type="stmt"/>
284
+ <line num="18" count="23" type="cond" truecount="1" falsecount="1"/>
285
+ <line num="19" count="23" type="stmt"/>
286
+ <line num="20" count="23" type="stmt"/>
287
+ <line num="21" count="23" type="stmt"/>
288
+ <line num="22" count="23" type="stmt"/>
289
+ <line num="23" count="23" type="stmt"/>
290
+ <line num="24" count="552" type="stmt"/>
291
+ <line num="25" count="552" type="stmt"/>
292
+ <line num="26" count="552" type="stmt"/>
293
+ <line num="27" count="552" type="stmt"/>
294
+ <line num="28" count="552" type="stmt"/>
295
+ <line num="30" count="23" type="stmt"/>
296
+ <line num="36" count="23" type="stmt"/>
297
+ <line num="38" count="23" type="stmt"/>
298
+ <line num="40" count="40" type="stmt"/>
299
+ <line num="41" count="5" type="stmt"/>
300
+ <line num="42" count="5" type="stmt"/>
301
+ <line num="43" count="5" type="stmt"/>
302
+ <line num="44" count="5" type="stmt"/>
303
+ <line num="45" count="5" type="stmt"/>
304
+ <line num="46" count="5" type="stmt"/>
305
+ <line num="47" count="5" type="stmt"/>
306
+ <line num="48" count="5" type="stmt"/>
307
+ <line num="49" count="120" type="stmt"/>
308
+ <line num="50" count="120" type="cond" truecount="2" falsecount="0"/>
309
+ <line num="51" count="12" type="cond" truecount="2" falsecount="0"/>
310
+ <line num="52" count="7" type="stmt"/>
311
+ <line num="54" count="12" type="stmt"/>
312
+ <line num="55" count="12" type="stmt"/>
313
+ <line num="56" count="12" type="stmt"/>
314
+ <line num="57" count="12" type="stmt"/>
315
+ <line num="60" count="5" type="stmt"/>
316
+ <line num="62" count="40" type="cond" truecount="1" falsecount="0"/>
317
+ <line num="63" count="6" type="stmt"/>
238
318
  <line num="64" count="6" type="stmt"/>
239
- <line num="65" count="1" type="stmt"/>
240
- <line num="67" count="24" type="cond" truecount="2" falsecount="0"/>
241
- <line num="70" count="24" type="stmt"/>
242
- <line num="71" count="4" type="stmt"/>
243
- <line num="73" count="1" type="stmt"/>
244
- <line num="75" count="24" type="cond" truecount="2" falsecount="0"/>
245
- <line num="78" count="24" type="stmt"/>
246
- <line num="79" count="4" type="stmt"/>
247
- <line num="80" count="1" type="stmt"/>
319
+ <line num="65" count="6" type="stmt"/>
320
+ <line num="66" count="6" type="stmt"/>
321
+ <line num="67" count="6" type="stmt"/>
322
+ <line num="68" count="6" type="stmt"/>
323
+ <line num="69" count="6" type="stmt"/>
324
+ <line num="70" count="144" type="stmt"/>
325
+ <line num="71" count="144" type="cond" truecount="2" falsecount="0"/>
326
+ <line num="72" count="13" type="cond" truecount="2" falsecount="0"/>
327
+ <line num="73" count="7" type="stmt"/>
328
+ <line num="75" count="13" type="stmt"/>
329
+ <line num="76" count="13" type="stmt"/>
330
+ <line num="77" count="13" type="stmt"/>
331
+ <line num="80" count="6" type="stmt"/>
332
+ <line num="81" count="6" type="stmt"/>
248
333
  <line num="82" count="6" type="stmt"/>
249
- <line num="83" count="0" type="stmt"/>
250
- <line num="84" count="0" type="stmt"/>
251
- <line num="85" count="0" type="stmt"/>
252
- <line num="86" count="0" type="stmt"/>
253
- <line num="87" count="0" type="stmt"/>
254
- <line num="89" count="0" type="stmt"/>
255
- <line num="91" count="6" type="stmt"/>
256
- <line num="92" count="4" type="stmt"/>
257
- <line num="94" count="6" type="stmt"/>
258
- <line num="95" count="3" type="stmt"/>
259
- <line num="101" count="6" type="stmt"/>
260
- <line num="102" count="0" type="stmt"/>
261
- <line num="103" count="0" type="stmt"/>
262
- <line num="108" count="0" type="stmt"/>
263
- <line num="111" count="6" type="cond" truecount="0" falsecount="2"/>
264
- <line num="112" count="0" type="stmt"/>
265
- <line num="113" count="0" type="stmt"/>
266
- <line num="119" count="0" type="stmt"/>
267
- <line num="122" count="6" type="stmt"/>
268
- <line num="123" count="0" type="stmt"/>
269
- <line num="124" count="0" type="stmt"/>
270
- <line num="128" count="0" type="stmt"/>
271
- <line num="130" count="6" type="stmt"/>
272
- <line num="131" count="0" type="stmt"/>
273
- <line num="132" count="0" type="stmt"/>
274
- <line num="136" count="0" type="stmt"/>
275
- <line num="138" count="6" type="stmt"/>
276
- <line num="139" count="0" type="stmt"/>
277
- <line num="140" count="0" type="stmt"/>
278
- <line num="145" count="0" type="stmt"/>
334
+ <line num="84" count="40" type="stmt"/>
335
+ <line num="85" count="10" type="stmt"/>
336
+ <line num="86" count="10" type="stmt"/>
337
+ <line num="87" count="10" type="stmt"/>
338
+ <line num="88" count="10" type="stmt"/>
339
+ <line num="89" count="10" type="stmt"/>
340
+ <line num="90" count="10" type="stmt"/>
341
+ <line num="91" count="10" type="stmt"/>
342
+ <line num="92" count="240" type="stmt"/>
343
+ <line num="93" count="240" type="cond" truecount="2" falsecount="0"/>
344
+ <line num="94" count="14" type="cond" truecount="2" falsecount="0"/>
345
+ <line num="95" count="4" type="stmt"/>
346
+ <line num="97" count="14" type="stmt"/>
347
+ <line num="98" count="14" type="stmt"/>
348
+ <line num="99" count="14" type="stmt"/>
349
+ <line num="102" count="10" type="stmt"/>
350
+ <line num="106" count="40" type="stmt"/>
351
+ <line num="107" count="2" type="stmt"/>
352
+ <line num="108" count="2" type="stmt"/>
353
+ <line num="109" count="2" type="stmt"/>
354
+ <line num="110" count="2" type="stmt"/>
355
+ <line num="111" count="2" type="stmt"/>
356
+ <line num="112" count="2" type="stmt"/>
357
+ <line num="113" count="2" type="stmt"/>
358
+ <line num="114" count="48" type="stmt"/>
359
+ <line num="115" count="48" type="cond" truecount="2" falsecount="0"/>
360
+ <line num="116" count="5" type="cond" truecount="2" falsecount="0"/>
361
+ <line num="117" count="3" type="stmt"/>
362
+ <line num="119" count="5" type="stmt"/>
363
+ <line num="120" count="5" type="stmt"/>
364
+ <line num="121" count="5" type="stmt"/>
365
+ <line num="124" count="2" type="stmt"/>
366
+ <line num="126" count="40" type="stmt"/>
367
+ <line num="127" count="3" type="stmt"/>
368
+ <line num="128" count="3" type="stmt"/>
369
+ <line num="129" count="3" type="stmt"/>
370
+ <line num="130" count="3" type="stmt"/>
371
+ <line num="131" count="6" type="stmt"/>
372
+ <line num="132" count="6" type="cond" truecount="1" falsecount="1"/>
373
+ <line num="133" count="6" type="stmt"/>
374
+ <line num="136" count="3" type="stmt"/>
375
+ <line num="138" count="40" type="stmt"/>
376
+ <line num="139" count="5" type="stmt"/>
377
+ <line num="140" count="5" type="stmt"/>
378
+ <line num="141" count="5" type="cond" truecount="1" falsecount="1"/>
379
+ <line num="145" count="40" type="stmt"/>
380
+ <line num="146" count="6" type="stmt"/>
279
381
  <line num="147" count="6" type="stmt"/>
280
- <line num="148" count="0" type="stmt"/>
281
- <line num="149" count="0" type="stmt"/>
282
- <line num="154" count="0" type="stmt"/>
283
- <line num="156" count="6" type="stmt"/>
284
- <line num="157" count="0" type="stmt"/>
285
- <line num="158" count="0" type="stmt"/>
286
- <line num="163" count="0" type="stmt"/>
287
- <line num="165" count="6" type="stmt"/>
288
- <line num="166" count="0" type="stmt"/>
289
- <line num="167" count="0" type="stmt"/>
290
- <line num="172" count="0" type="stmt"/>
291
- <line num="174" count="6" type="stmt"/>
292
- <line num="194" count="1" type="stmt"/>
382
+ <line num="148" count="6" type="stmt"/>
383
+ <line num="154" count="40" type="stmt"/>
384
+ <line num="155" count="2" type="stmt"/>
385
+ <line num="156" count="2" type="stmt"/>
386
+ <line num="157" count="2" type="stmt"/>
387
+ <line num="162" count="2" type="stmt"/>
388
+ <line num="165" count="40" type="cond" truecount="2" falsecount="0"/>
389
+ <line num="166" count="2" type="stmt"/>
390
+ <line num="167" count="2" type="stmt"/>
391
+ <line num="168" count="2" type="stmt"/>
392
+ <line num="174" count="2" type="stmt"/>
393
+ <line num="177" count="40" type="stmt"/>
394
+ <line num="178" count="1" type="stmt"/>
395
+ <line num="179" count="1" type="stmt"/>
396
+ <line num="180" count="1" type="stmt"/>
397
+ <line num="184" count="1" type="stmt"/>
398
+ <line num="186" count="40" type="stmt"/>
399
+ <line num="187" count="1" type="stmt"/>
400
+ <line num="188" count="1" type="stmt"/>
401
+ <line num="189" count="1" type="stmt"/>
402
+ <line num="193" count="1" type="stmt"/>
403
+ <line num="195" count="40" type="stmt"/>
404
+ <line num="196" count="1" type="stmt"/>
405
+ <line num="197" count="1" type="stmt"/>
406
+ <line num="198" count="1" type="stmt"/>
407
+ <line num="203" count="1" type="stmt"/>
408
+ <line num="205" count="40" type="stmt"/>
409
+ <line num="206" count="2" type="stmt"/>
410
+ <line num="207" count="2" type="stmt"/>
411
+ <line num="208" count="2" type="stmt"/>
412
+ <line num="213" count="2" type="stmt"/>
413
+ <line num="215" count="40" type="stmt"/>
414
+ <line num="216" count="2" type="stmt"/>
415
+ <line num="217" count="2" type="stmt"/>
416
+ <line num="218" count="2" type="stmt"/>
417
+ <line num="223" count="2" type="stmt"/>
418
+ <line num="225" count="40" type="stmt"/>
419
+ <line num="226" count="2" type="stmt"/>
420
+ <line num="227" count="2" type="stmt"/>
421
+ <line num="228" count="2" type="stmt"/>
422
+ <line num="233" count="2" type="stmt"/>
423
+ <line num="235" count="40" type="stmt"/>
424
+ <line num="255" count="1" type="stmt"/>
293
425
  </file>
294
426
  </package>
295
427
  <package name="dist.src.driver-integrations">
296
- <metrics statements="25" coveredstatements="11" conditionals="9" coveredconditionals="0" methods="12" coveredmethods="1"/>
428
+ <metrics statements="25" coveredstatements="25" conditionals="9" coveredconditionals="9" methods="12" coveredmethods="12"/>
297
429
  <file name="pgp.js" path="/Users/craigmartin/projects/pure-orm/dist/src/driver-integrations/pgp.js">
298
- <metrics statements="25" coveredstatements="11" conditionals="9" coveredconditionals="0" methods="12" coveredmethods="1"/>
299
- <line num="2" count="1" type="stmt"/>
300
- <line num="3" count="1" type="stmt"/>
301
- <line num="4" count="1" type="stmt"/>
302
- <line num="5" count="6" type="stmt"/>
303
- <line num="6" count="0" type="cond" truecount="0" falsecount="2"/>
304
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
305
- <line num="8" count="0" type="stmt"/>
306
- <line num="11" count="0" type="stmt"/>
307
- <line num="16" count="6" type="cond" truecount="0" falsecount="1"/>
308
- <line num="17" count="0" type="stmt"/>
309
- <line num="19" count="0" type="stmt"/>
310
- <line num="22" count="6" type="cond" truecount="0" falsecount="1"/>
311
- <line num="23" count="0" type="stmt"/>
312
- <line num="25" count="0" type="stmt"/>
313
- <line num="28" count="6" type="cond" truecount="0" falsecount="1"/>
314
- <line num="29" count="0" type="stmt"/>
315
- <line num="31" count="0" type="stmt"/>
316
- <line num="34" count="6" type="cond" truecount="0" falsecount="1"/>
317
- <line num="35" count="0" type="stmt"/>
318
- <line num="37" count="0" type="stmt"/>
319
- <line num="40" count="6" type="cond" truecount="0" falsecount="1"/>
320
- <line num="41" count="0" type="stmt"/>
321
- <line num="43" count="0" type="stmt"/>
322
- <line num="46" count="6" type="stmt"/>
323
- <line num="57" count="1" type="stmt"/>
430
+ <metrics statements="25" coveredstatements="25" conditionals="9" coveredconditionals="9" methods="12" coveredmethods="12"/>
431
+ <line num="2" count="2" type="stmt"/>
432
+ <line num="3" count="2" type="stmt"/>
433
+ <line num="4" count="2" type="stmt"/>
434
+ <line num="5" count="68" type="stmt"/>
435
+ <line num="6" count="8" type="cond" truecount="2" falsecount="0"/>
436
+ <line num="7" count="7" type="cond" truecount="2" falsecount="0"/>
437
+ <line num="8" count="1" type="stmt"/>
438
+ <line num="11" count="7" type="stmt"/>
439
+ <line num="16" count="68" type="cond" truecount="1" falsecount="0"/>
440
+ <line num="17" count="13" type="stmt"/>
441
+ <line num="19" count="9" type="stmt"/>
442
+ <line num="22" count="68" type="cond" truecount="1" falsecount="0"/>
443
+ <line num="23" count="6" type="stmt"/>
444
+ <line num="25" count="5" type="stmt"/>
445
+ <line num="28" count="68" type="cond" truecount="1" falsecount="0"/>
446
+ <line num="29" count="7" type="stmt"/>
447
+ <line num="31" count="6" type="stmt"/>
448
+ <line num="34" count="68" type="cond" truecount="1" falsecount="0"/>
449
+ <line num="35" count="7" type="stmt"/>
450
+ <line num="37" count="6" type="stmt"/>
451
+ <line num="40" count="68" type="cond" truecount="1" falsecount="0"/>
452
+ <line num="41" count="5" type="stmt"/>
453
+ <line num="43" count="4" type="stmt"/>
454
+ <line num="46" count="68" type="stmt"/>
455
+ <line num="57" count="2" type="stmt"/>
324
456
  </file>
325
457
  </package>
326
458
  <package name="dist.test-utils.blog">
@@ -345,21 +477,21 @@
345
477
  <line num="4" count="1" type="stmt"/>
346
478
  <line num="5" count="1" type="stmt"/>
347
479
  <line num="6" count="1" type="stmt"/>
348
- <line num="22" count="75" type="stmt"/>
349
- <line num="23" count="75" type="stmt"/>
350
- <line num="24" count="75" type="stmt"/>
351
- <line num="25" count="75" type="stmt"/>
352
- <line num="26" count="75" type="stmt"/>
353
- <line num="27" count="75" type="stmt"/>
354
- <line num="28" count="75" type="stmt"/>
355
- <line num="29" count="75" type="stmt"/>
356
- <line num="30" count="75" type="stmt"/>
357
- <line num="31" count="75" type="stmt"/>
358
- <line num="32" count="75" type="stmt"/>
359
- <line num="33" count="75" type="stmt"/>
360
- <line num="34" count="75" type="stmt"/>
480
+ <line num="22" count="11" type="stmt"/>
481
+ <line num="23" count="11" type="stmt"/>
482
+ <line num="24" count="11" type="stmt"/>
483
+ <line num="25" count="11" type="stmt"/>
484
+ <line num="26" count="11" type="stmt"/>
485
+ <line num="27" count="11" type="stmt"/>
486
+ <line num="28" count="11" type="stmt"/>
487
+ <line num="29" count="11" type="stmt"/>
488
+ <line num="30" count="11" type="stmt"/>
489
+ <line num="31" count="11" type="stmt"/>
490
+ <line num="32" count="11" type="stmt"/>
491
+ <line num="33" count="11" type="stmt"/>
492
+ <line num="34" count="11" type="stmt"/>
361
493
  <line num="37" count="1" type="stmt"/>
362
- <line num="40" count="8" type="stmt"/>
494
+ <line num="40" count="19" type="stmt"/>
363
495
  <line num="43" count="1" type="stmt"/>
364
496
  <line num="44" count="1" type="stmt"/>
365
497
  </file>
@@ -377,7 +509,7 @@
377
509
  <line num="17" count="75" type="stmt"/>
378
510
  <line num="18" count="75" type="stmt"/>
379
511
  <line num="21" count="1" type="stmt"/>
380
- <line num="24" count="11" type="stmt"/>
512
+ <line num="24" count="86" type="stmt"/>
381
513
  <line num="27" count="1" type="stmt"/>
382
514
  <line num="28" count="1" type="stmt"/>
383
515
  </file>
@@ -387,18 +519,18 @@
387
519
  <line num="3" count="1" type="stmt"/>
388
520
  <line num="4" count="1" type="stmt"/>
389
521
  <line num="5" count="1" type="stmt"/>
390
- <line num="21" count="75" type="stmt"/>
391
- <line num="22" count="75" type="stmt"/>
392
- <line num="23" count="75" type="stmt"/>
393
- <line num="24" count="75" type="stmt"/>
394
- <line num="25" count="75" type="stmt"/>
395
- <line num="26" count="75" type="stmt"/>
396
- <line num="27" count="75" type="stmt"/>
397
- <line num="28" count="75" type="stmt"/>
398
- <line num="29" count="75" type="stmt"/>
399
- <line num="30" count="75" type="stmt"/>
400
- <line num="31" count="75" type="stmt"/>
401
- <line num="32" count="75" type="stmt"/>
522
+ <line num="21" count="11" type="stmt"/>
523
+ <line num="22" count="11" type="stmt"/>
524
+ <line num="23" count="11" type="stmt"/>
525
+ <line num="24" count="11" type="stmt"/>
526
+ <line num="25" count="11" type="stmt"/>
527
+ <line num="26" count="11" type="stmt"/>
528
+ <line num="27" count="11" type="stmt"/>
529
+ <line num="28" count="11" type="stmt"/>
530
+ <line num="29" count="11" type="stmt"/>
531
+ <line num="30" count="11" type="stmt"/>
532
+ <line num="31" count="11" type="stmt"/>
533
+ <line num="32" count="11" type="stmt"/>
402
534
  <line num="35" count="1" type="stmt"/>
403
535
  <line num="38" count="0" type="stmt"/>
404
536
  <line num="39" count="0" type="stmt"/>
@@ -443,9 +575,9 @@
443
575
  <line num="4" count="1" type="stmt"/>
444
576
  <line num="5" count="1" type="stmt"/>
445
577
  <line num="6" count="1" type="stmt"/>
446
- <line num="12" count="4" type="stmt"/>
447
- <line num="13" count="4" type="stmt"/>
448
- <line num="14" count="4" type="stmt"/>
578
+ <line num="12" count="3" type="stmt"/>
579
+ <line num="13" count="3" type="stmt"/>
580
+ <line num="14" count="3" type="stmt"/>
449
581
  <line num="17" count="1" type="stmt"/>
450
582
  <line num="20" count="2" type="stmt"/>
451
583
  <line num="23" count="1" type="stmt"/>
@@ -457,8 +589,8 @@
457
589
  <line num="3" count="1" type="stmt"/>
458
590
  <line num="4" count="1" type="stmt"/>
459
591
  <line num="5" count="1" type="stmt"/>
460
- <line num="8" count="4" type="stmt"/>
461
- <line num="9" count="4" type="stmt"/>
592
+ <line num="8" count="2" type="stmt"/>
593
+ <line num="9" count="2" type="stmt"/>
462
594
  <line num="12" count="1" type="stmt"/>
463
595
  <line num="15" count="1" type="stmt"/>
464
596
  <line num="18" count="1" type="stmt"/>
@@ -471,11 +603,11 @@
471
603
  <line num="4" count="1" type="stmt"/>
472
604
  <line num="5" count="1" type="stmt"/>
473
605
  <line num="6" count="1" type="stmt"/>
474
- <line num="14" count="4" type="stmt"/>
475
- <line num="15" count="4" type="stmt"/>
476
- <line num="16" count="4" type="stmt"/>
477
- <line num="17" count="4" type="stmt"/>
478
- <line num="18" count="4" type="stmt"/>
606
+ <line num="14" count="2" type="stmt"/>
607
+ <line num="15" count="2" type="stmt"/>
608
+ <line num="16" count="2" type="stmt"/>
609
+ <line num="17" count="2" type="stmt"/>
610
+ <line num="18" count="2" type="stmt"/>
479
611
  <line num="21" count="1" type="stmt"/>
480
612
  <line num="24" count="1" type="stmt"/>
481
613
  <line num="27" count="1" type="stmt"/>
@@ -489,13 +621,13 @@
489
621
  <line num="5" count="1" type="stmt"/>
490
622
  <line num="6" count="1" type="stmt"/>
491
623
  <line num="7" count="1" type="stmt"/>
492
- <line num="14" count="4" type="stmt"/>
493
- <line num="15" count="4" type="stmt"/>
494
- <line num="16" count="4" type="stmt"/>
495
- <line num="17" count="4" type="stmt"/>
496
- <line num="18" count="4" type="stmt"/>
624
+ <line num="14" count="1" type="stmt"/>
625
+ <line num="15" count="1" type="stmt"/>
626
+ <line num="16" count="1" type="stmt"/>
627
+ <line num="17" count="1" type="stmt"/>
628
+ <line num="18" count="1" type="stmt"/>
497
629
  <line num="21" count="1" type="stmt"/>
498
- <line num="24" count="1" type="stmt"/>
630
+ <line num="24" count="2" type="stmt"/>
499
631
  <line num="27" count="1" type="stmt"/>
500
632
  <line num="28" count="1" type="stmt"/>
501
633
  </file>
@@ -505,7 +637,7 @@
505
637
  <line num="3" count="1" type="stmt"/>
506
638
  <line num="4" count="1" type="stmt"/>
507
639
  <line num="5" count="1" type="stmt"/>
508
- <line num="8" count="4" type="stmt"/>
640
+ <line num="8" count="1" type="stmt"/>
509
641
  <line num="11" count="1" type="stmt"/>
510
642
  <line num="14" count="0" type="stmt"/>
511
643
  <line num="17" count="1" type="stmt"/>
@@ -571,12 +703,12 @@
571
703
  <line num="3" count="1" type="stmt"/>
572
704
  <line num="4" count="1" type="stmt"/>
573
705
  <line num="5" count="1" type="stmt"/>
574
- <line num="8" count="2" type="stmt"/>
575
- <line num="9" count="2" type="stmt"/>
576
- <line num="10" count="2" type="stmt"/>
706
+ <line num="8" count="4" type="stmt"/>
707
+ <line num="9" count="4" type="stmt"/>
708
+ <line num="10" count="4" type="stmt"/>
577
709
  <line num="13" count="1" type="stmt"/>
578
- <line num="16" count="1" type="stmt"/>
579
- <line num="17" count="1" type="stmt"/>
710
+ <line num="16" count="2" type="stmt"/>
711
+ <line num="17" count="2" type="stmt"/>
580
712
  <line num="20" count="1" type="stmt"/>
581
713
  <line num="21" count="1" type="stmt"/>
582
714
  </file>
@@ -585,14 +717,14 @@
585
717
  <metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
586
718
  <file name="entities.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order/entities.js">
587
719
  <metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
588
- <line num="2" count="2" type="stmt"/>
589
- <line num="3" count="2" type="stmt"/>
590
- <line num="4" count="2" type="stmt"/>
591
- <line num="5" count="2" type="stmt"/>
592
- <line num="6" count="2" type="stmt"/>
593
- <line num="7" count="2" type="stmt"/>
594
- <line num="8" count="2" type="stmt"/>
595
- <line num="9" count="2" type="stmt"/>
720
+ <line num="2" count="3" type="stmt"/>
721
+ <line num="3" count="3" type="stmt"/>
722
+ <line num="4" count="3" type="stmt"/>
723
+ <line num="5" count="3" type="stmt"/>
724
+ <line num="6" count="3" type="stmt"/>
725
+ <line num="7" count="3" type="stmt"/>
726
+ <line num="8" count="3" type="stmt"/>
727
+ <line num="9" count="3" type="stmt"/>
596
728
  </file>
597
729
  </package>
598
730
  <package name="dist.test-utils.order-more">
@@ -625,15 +757,15 @@
625
757
  </file>
626
758
  </package>
627
759
  <package name="dist.test-utils.order-more.models">
628
- <metrics statements="338" coveredstatements="328" conditionals="0" coveredconditionals="0" methods="40" coveredmethods="30"/>
760
+ <metrics statements="338" coveredstatements="321" conditionals="0" coveredconditionals="0" methods="40" coveredmethods="28"/>
629
761
  <file name="actual-product-variant.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/actual-product-variant.js">
630
762
  <metrics statements="10" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
631
763
  <line num="2" count="1" type="stmt"/>
632
764
  <line num="3" count="1" type="stmt"/>
633
765
  <line num="4" count="1" type="stmt"/>
634
766
  <line num="5" count="1" type="stmt"/>
635
- <line num="8" count="22" type="stmt"/>
636
- <line num="9" count="22" type="stmt"/>
767
+ <line num="8" count="6" type="stmt"/>
768
+ <line num="9" count="6" type="stmt"/>
637
769
  <line num="12" count="1" type="stmt"/>
638
770
  <line num="15" count="0" type="stmt"/>
639
771
  <line num="18" count="1" type="stmt"/>
@@ -645,11 +777,11 @@
645
777
  <line num="3" count="1" type="stmt"/>
646
778
  <line num="4" count="1" type="stmt"/>
647
779
  <line num="5" count="1" type="stmt"/>
648
- <line num="14" count="69" type="stmt"/>
649
- <line num="15" count="69" type="stmt"/>
650
- <line num="16" count="69" type="stmt"/>
651
- <line num="17" count="69" type="stmt"/>
652
- <line num="18" count="69" type="stmt"/>
780
+ <line num="14" count="17" type="stmt"/>
781
+ <line num="15" count="17" type="stmt"/>
782
+ <line num="16" count="17" type="stmt"/>
783
+ <line num="17" count="17" type="stmt"/>
784
+ <line num="18" count="17" type="stmt"/>
653
785
  <line num="21" count="1" type="stmt"/>
654
786
  <line num="24" count="0" type="stmt"/>
655
787
  <line num="27" count="1" type="stmt"/>
@@ -661,8 +793,8 @@
661
793
  <line num="3" count="1" type="stmt"/>
662
794
  <line num="4" count="1" type="stmt"/>
663
795
  <line num="5" count="1" type="stmt"/>
664
- <line num="8" count="47" type="stmt"/>
665
- <line num="9" count="47" type="stmt"/>
796
+ <line num="8" count="10" type="stmt"/>
797
+ <line num="9" count="10" type="stmt"/>
666
798
  <line num="12" count="1" type="stmt"/>
667
799
  <line num="15" count="0" type="stmt"/>
668
800
  <line num="18" count="1" type="stmt"/>
@@ -674,9 +806,9 @@
674
806
  <line num="3" count="1" type="stmt"/>
675
807
  <line num="4" count="1" type="stmt"/>
676
808
  <line num="5" count="1" type="stmt"/>
677
- <line num="8" count="45" type="stmt"/>
678
- <line num="9" count="45" type="stmt"/>
679
- <line num="10" count="45" type="stmt"/>
809
+ <line num="8" count="13" type="stmt"/>
810
+ <line num="9" count="13" type="stmt"/>
811
+ <line num="10" count="13" type="stmt"/>
680
812
  <line num="13" count="1" type="stmt"/>
681
813
  <line num="16" count="0" type="stmt"/>
682
814
  <line num="19" count="1" type="stmt"/>
@@ -690,17 +822,17 @@
690
822
  <line num="5" count="1" type="stmt"/>
691
823
  <line num="6" count="1" type="stmt"/>
692
824
  <line num="7" count="1" type="stmt"/>
693
- <line num="18" count="16" type="stmt"/>
694
- <line num="19" count="16" type="stmt"/>
695
- <line num="20" count="16" type="stmt"/>
696
- <line num="21" count="16" type="stmt"/>
697
- <line num="22" count="16" type="stmt"/>
698
- <line num="23" count="16" type="stmt"/>
699
- <line num="24" count="16" type="stmt"/>
700
- <line num="25" count="16" type="stmt"/>
701
- <line num="26" count="16" type="stmt"/>
825
+ <line num="18" count="3" type="stmt"/>
826
+ <line num="19" count="3" type="stmt"/>
827
+ <line num="20" count="3" type="stmt"/>
828
+ <line num="21" count="3" type="stmt"/>
829
+ <line num="22" count="3" type="stmt"/>
830
+ <line num="23" count="3" type="stmt"/>
831
+ <line num="24" count="3" type="stmt"/>
832
+ <line num="25" count="3" type="stmt"/>
833
+ <line num="26" count="3" type="stmt"/>
702
834
  <line num="29" count="1" type="stmt"/>
703
- <line num="32" count="2" type="stmt"/>
835
+ <line num="32" count="5" type="stmt"/>
704
836
  <line num="35" count="1" type="stmt"/>
705
837
  <line num="36" count="1" type="stmt"/>
706
838
  </file>
@@ -712,21 +844,21 @@
712
844
  <line num="5" count="1" type="stmt"/>
713
845
  <line num="6" count="1" type="stmt"/>
714
846
  <line num="7" count="1" type="stmt"/>
715
- <line num="23" count="47" type="stmt"/>
716
- <line num="24" count="47" type="stmt"/>
717
- <line num="25" count="47" type="stmt"/>
718
- <line num="26" count="47" type="stmt"/>
719
- <line num="27" count="47" type="stmt"/>
720
- <line num="28" count="47" type="stmt"/>
721
- <line num="29" count="47" type="stmt"/>
722
- <line num="30" count="47" type="stmt"/>
723
- <line num="31" count="47" type="stmt"/>
724
- <line num="32" count="47" type="stmt"/>
725
- <line num="33" count="47" type="stmt"/>
726
- <line num="34" count="47" type="stmt"/>
727
- <line num="35" count="47" type="stmt"/>
847
+ <line num="23" count="12" type="stmt"/>
848
+ <line num="24" count="12" type="stmt"/>
849
+ <line num="25" count="12" type="stmt"/>
850
+ <line num="26" count="12" type="stmt"/>
851
+ <line num="27" count="12" type="stmt"/>
852
+ <line num="28" count="12" type="stmt"/>
853
+ <line num="29" count="12" type="stmt"/>
854
+ <line num="30" count="12" type="stmt"/>
855
+ <line num="31" count="12" type="stmt"/>
856
+ <line num="32" count="12" type="stmt"/>
857
+ <line num="33" count="12" type="stmt"/>
858
+ <line num="34" count="12" type="stmt"/>
859
+ <line num="35" count="12" type="stmt"/>
728
860
  <line num="38" count="1" type="stmt"/>
729
- <line num="41" count="10" type="stmt"/>
861
+ <line num="41" count="22" type="stmt"/>
730
862
  <line num="44" count="1" type="stmt"/>
731
863
  <line num="45" count="1" type="stmt"/>
732
864
  </file>
@@ -739,45 +871,45 @@
739
871
  <line num="6" count="1" type="stmt"/>
740
872
  <line num="7" count="1" type="stmt"/>
741
873
  <line num="8" count="1" type="stmt"/>
742
- <line num="39" count="47" type="stmt"/>
743
- <line num="40" count="47" type="stmt"/>
744
- <line num="41" count="47" type="stmt"/>
745
- <line num="42" count="47" type="stmt"/>
746
- <line num="43" count="47" type="stmt"/>
747
- <line num="44" count="47" type="stmt"/>
748
- <line num="45" count="47" type="stmt"/>
749
- <line num="46" count="47" type="stmt"/>
750
- <line num="47" count="47" type="stmt"/>
751
- <line num="48" count="47" type="stmt"/>
752
- <line num="49" count="47" type="stmt"/>
753
- <line num="50" count="47" type="stmt"/>
754
- <line num="51" count="47" type="stmt"/>
755
- <line num="52" count="47" type="stmt"/>
756
- <line num="53" count="47" type="stmt"/>
757
- <line num="54" count="47" type="stmt"/>
758
- <line num="55" count="47" type="stmt"/>
759
- <line num="56" count="47" type="stmt"/>
760
- <line num="57" count="47" type="stmt"/>
761
- <line num="58" count="47" type="stmt"/>
762
- <line num="59" count="47" type="stmt"/>
763
- <line num="60" count="47" type="stmt"/>
764
- <line num="61" count="47" type="stmt"/>
765
- <line num="62" count="47" type="stmt"/>
766
- <line num="63" count="47" type="stmt"/>
767
- <line num="64" count="47" type="stmt"/>
768
- <line num="65" count="47" type="stmt"/>
769
- <line num="66" count="47" type="stmt"/>
770
- <line num="67" count="47" type="stmt"/>
771
- <line num="68" count="47" type="stmt"/>
772
- <line num="69" count="47" type="stmt"/>
773
- <line num="70" count="47" type="stmt"/>
774
- <line num="71" count="47" type="stmt"/>
775
- <line num="72" count="47" type="stmt"/>
776
- <line num="73" count="47" type="stmt"/>
777
- <line num="74" count="47" type="stmt"/>
778
- <line num="75" count="47" type="stmt"/>
874
+ <line num="39" count="10" type="stmt"/>
875
+ <line num="40" count="10" type="stmt"/>
876
+ <line num="41" count="10" type="stmt"/>
877
+ <line num="42" count="10" type="stmt"/>
878
+ <line num="43" count="10" type="stmt"/>
879
+ <line num="44" count="10" type="stmt"/>
880
+ <line num="45" count="10" type="stmt"/>
881
+ <line num="46" count="10" type="stmt"/>
882
+ <line num="47" count="10" type="stmt"/>
883
+ <line num="48" count="10" type="stmt"/>
884
+ <line num="49" count="10" type="stmt"/>
885
+ <line num="50" count="10" type="stmt"/>
886
+ <line num="51" count="10" type="stmt"/>
887
+ <line num="52" count="10" type="stmt"/>
888
+ <line num="53" count="10" type="stmt"/>
889
+ <line num="54" count="10" type="stmt"/>
890
+ <line num="55" count="10" type="stmt"/>
891
+ <line num="56" count="10" type="stmt"/>
892
+ <line num="57" count="10" type="stmt"/>
893
+ <line num="58" count="10" type="stmt"/>
894
+ <line num="59" count="10" type="stmt"/>
895
+ <line num="60" count="10" type="stmt"/>
896
+ <line num="61" count="10" type="stmt"/>
897
+ <line num="62" count="10" type="stmt"/>
898
+ <line num="63" count="10" type="stmt"/>
899
+ <line num="64" count="10" type="stmt"/>
900
+ <line num="65" count="10" type="stmt"/>
901
+ <line num="66" count="10" type="stmt"/>
902
+ <line num="67" count="10" type="stmt"/>
903
+ <line num="68" count="10" type="stmt"/>
904
+ <line num="69" count="10" type="stmt"/>
905
+ <line num="70" count="10" type="stmt"/>
906
+ <line num="71" count="10" type="stmt"/>
907
+ <line num="72" count="10" type="stmt"/>
908
+ <line num="73" count="10" type="stmt"/>
909
+ <line num="74" count="10" type="stmt"/>
910
+ <line num="75" count="10" type="stmt"/>
779
911
  <line num="78" count="1" type="stmt"/>
780
- <line num="81" count="2" type="stmt"/>
912
+ <line num="81" count="22" type="stmt"/>
781
913
  <line num="84" count="1" type="stmt"/>
782
914
  <line num="85" count="1" type="stmt"/>
783
915
  </file>
@@ -788,11 +920,11 @@
788
920
  <line num="4" count="1" type="stmt"/>
789
921
  <line num="5" count="1" type="stmt"/>
790
922
  <line num="6" count="1" type="stmt"/>
791
- <line num="14" count="47" type="stmt"/>
792
- <line num="15" count="47" type="stmt"/>
793
- <line num="16" count="47" type="stmt"/>
794
- <line num="17" count="47" type="stmt"/>
795
- <line num="18" count="47" type="stmt"/>
923
+ <line num="14" count="43" type="stmt"/>
924
+ <line num="15" count="43" type="stmt"/>
925
+ <line num="16" count="43" type="stmt"/>
926
+ <line num="17" count="43" type="stmt"/>
927
+ <line num="18" count="43" type="stmt"/>
796
928
  <line num="21" count="1" type="stmt"/>
797
929
  <line num="24" count="8" type="stmt"/>
798
930
  <line num="27" count="1" type="stmt"/>
@@ -806,13 +938,13 @@
806
938
  <line num="5" count="1" type="stmt"/>
807
939
  <line num="6" count="1" type="stmt"/>
808
940
  <line num="7" count="1" type="stmt"/>
809
- <line num="14" count="47" type="stmt"/>
810
- <line num="15" count="47" type="stmt"/>
811
- <line num="16" count="47" type="stmt"/>
812
- <line num="17" count="47" type="stmt"/>
813
- <line num="18" count="47" type="stmt"/>
941
+ <line num="14" count="8" type="stmt"/>
942
+ <line num="15" count="8" type="stmt"/>
943
+ <line num="16" count="8" type="stmt"/>
944
+ <line num="17" count="8" type="stmt"/>
945
+ <line num="18" count="8" type="stmt"/>
814
946
  <line num="21" count="1" type="stmt"/>
815
- <line num="24" count="8" type="stmt"/>
947
+ <line num="24" count="16" type="stmt"/>
816
948
  <line num="27" count="1" type="stmt"/>
817
949
  <line num="28" count="1" type="stmt"/>
818
950
  </file>
@@ -822,7 +954,7 @@
822
954
  <line num="3" count="1" type="stmt"/>
823
955
  <line num="4" count="1" type="stmt"/>
824
956
  <line num="5" count="1" type="stmt"/>
825
- <line num="8" count="47" type="stmt"/>
957
+ <line num="8" count="8" type="stmt"/>
826
958
  <line num="11" count="1" type="stmt"/>
827
959
  <line num="14" count="0" type="stmt"/>
828
960
  <line num="17" count="1" type="stmt"/>
@@ -834,17 +966,17 @@
834
966
  <line num="3" count="1" type="stmt"/>
835
967
  <line num="4" count="1" type="stmt"/>
836
968
  <line num="5" count="1" type="stmt"/>
837
- <line num="20" count="47" type="stmt"/>
838
- <line num="21" count="47" type="stmt"/>
839
- <line num="22" count="47" type="stmt"/>
840
- <line num="23" count="47" type="stmt"/>
841
- <line num="24" count="47" type="stmt"/>
842
- <line num="25" count="47" type="stmt"/>
843
- <line num="26" count="47" type="stmt"/>
844
- <line num="27" count="47" type="stmt"/>
845
- <line num="28" count="47" type="stmt"/>
846
- <line num="29" count="47" type="stmt"/>
847
- <line num="30" count="47" type="stmt"/>
969
+ <line num="20" count="10" type="stmt"/>
970
+ <line num="21" count="10" type="stmt"/>
971
+ <line num="22" count="10" type="stmt"/>
972
+ <line num="23" count="10" type="stmt"/>
973
+ <line num="24" count="10" type="stmt"/>
974
+ <line num="25" count="10" type="stmt"/>
975
+ <line num="26" count="10" type="stmt"/>
976
+ <line num="27" count="10" type="stmt"/>
977
+ <line num="28" count="10" type="stmt"/>
978
+ <line num="29" count="10" type="stmt"/>
979
+ <line num="30" count="10" type="stmt"/>
848
980
  <line num="33" count="1" type="stmt"/>
849
981
  <line num="36" count="0" type="stmt"/>
850
982
  <line num="39" count="1" type="stmt"/>
@@ -857,12 +989,12 @@
857
989
  <line num="4" count="1" type="stmt"/>
858
990
  <line num="5" count="1" type="stmt"/>
859
991
  <line num="6" count="1" type="stmt"/>
860
- <line num="15" count="61" type="stmt"/>
861
- <line num="16" count="61" type="stmt"/>
862
- <line num="17" count="61" type="stmt"/>
863
- <line num="18" count="61" type="stmt"/>
864
- <line num="19" count="61" type="stmt"/>
865
- <line num="20" count="61" type="stmt"/>
992
+ <line num="15" count="26" type="stmt"/>
993
+ <line num="16" count="26" type="stmt"/>
994
+ <line num="17" count="26" type="stmt"/>
995
+ <line num="18" count="26" type="stmt"/>
996
+ <line num="19" count="26" type="stmt"/>
997
+ <line num="20" count="26" type="stmt"/>
866
998
  <line num="23" count="1" type="stmt"/>
867
999
  <line num="26" count="14" type="stmt"/>
868
1000
  <line num="29" count="1" type="stmt"/>
@@ -879,28 +1011,28 @@
879
1011
  <line num="8" count="1" type="stmt"/>
880
1012
  <line num="9" count="1" type="stmt"/>
881
1013
  <line num="10" count="1" type="stmt"/>
882
- <line num="29" count="69" type="stmt"/>
883
- <line num="30" count="69" type="stmt"/>
884
- <line num="31" count="69" type="stmt"/>
885
- <line num="32" count="69" type="stmt"/>
886
- <line num="33" count="69" type="stmt"/>
887
- <line num="34" count="69" type="stmt"/>
888
- <line num="35" count="69" type="stmt"/>
889
- <line num="36" count="69" type="stmt"/>
890
- <line num="37" count="69" type="stmt"/>
891
- <line num="38" count="69" type="stmt"/>
892
- <line num="39" count="69" type="stmt"/>
893
- <line num="40" count="69" type="stmt"/>
894
- <line num="41" count="69" type="stmt"/>
895
- <line num="42" count="69" type="stmt"/>
896
- <line num="43" count="69" type="stmt"/>
897
- <line num="44" count="69" type="stmt"/>
898
- <line num="45" count="69" type="stmt"/>
899
- <line num="46" count="69" type="stmt"/>
900
- <line num="47" count="69" type="stmt"/>
901
- <line num="48" count="69" type="stmt"/>
1014
+ <line num="29" count="22" type="stmt"/>
1015
+ <line num="30" count="22" type="stmt"/>
1016
+ <line num="31" count="22" type="stmt"/>
1017
+ <line num="32" count="22" type="stmt"/>
1018
+ <line num="33" count="22" type="stmt"/>
1019
+ <line num="34" count="22" type="stmt"/>
1020
+ <line num="35" count="22" type="stmt"/>
1021
+ <line num="36" count="22" type="stmt"/>
1022
+ <line num="37" count="22" type="stmt"/>
1023
+ <line num="38" count="22" type="stmt"/>
1024
+ <line num="39" count="22" type="stmt"/>
1025
+ <line num="40" count="22" type="stmt"/>
1026
+ <line num="41" count="22" type="stmt"/>
1027
+ <line num="42" count="22" type="stmt"/>
1028
+ <line num="43" count="22" type="stmt"/>
1029
+ <line num="44" count="22" type="stmt"/>
1030
+ <line num="45" count="22" type="stmt"/>
1031
+ <line num="46" count="22" type="stmt"/>
1032
+ <line num="47" count="22" type="stmt"/>
1033
+ <line num="48" count="22" type="stmt"/>
902
1034
  <line num="51" count="1" type="stmt"/>
903
- <line num="54" count="6" type="stmt"/>
1035
+ <line num="54" count="78" type="stmt"/>
904
1036
  <line num="57" count="1" type="stmt"/>
905
1037
  <line num="58" count="1" type="stmt"/>
906
1038
  </file>
@@ -910,16 +1042,16 @@
910
1042
  <line num="3" count="1" type="stmt"/>
911
1043
  <line num="4" count="1" type="stmt"/>
912
1044
  <line num="5" count="1" type="stmt"/>
913
- <line num="19" count="69" type="stmt"/>
914
- <line num="20" count="69" type="stmt"/>
915
- <line num="21" count="69" type="stmt"/>
916
- <line num="22" count="69" type="stmt"/>
917
- <line num="23" count="69" type="stmt"/>
918
- <line num="24" count="69" type="stmt"/>
919
- <line num="25" count="69" type="stmt"/>
920
- <line num="26" count="69" type="stmt"/>
921
- <line num="27" count="69" type="stmt"/>
922
- <line num="28" count="69" type="stmt"/>
1045
+ <line num="19" count="20" type="stmt"/>
1046
+ <line num="20" count="20" type="stmt"/>
1047
+ <line num="21" count="20" type="stmt"/>
1048
+ <line num="22" count="20" type="stmt"/>
1049
+ <line num="23" count="20" type="stmt"/>
1050
+ <line num="24" count="20" type="stmt"/>
1051
+ <line num="25" count="20" type="stmt"/>
1052
+ <line num="26" count="20" type="stmt"/>
1053
+ <line num="27" count="20" type="stmt"/>
1054
+ <line num="28" count="20" type="stmt"/>
923
1055
  <line num="31" count="1" type="stmt"/>
924
1056
  <line num="34" count="0" type="stmt"/>
925
1057
  <line num="37" count="1" type="stmt"/>
@@ -932,16 +1064,16 @@
932
1064
  <line num="4" count="1" type="stmt"/>
933
1065
  <line num="5" count="1" type="stmt"/>
934
1066
  <line num="6" count="1" type="stmt"/>
935
- <line num="19" count="47" type="stmt"/>
936
- <line num="20" count="47" type="stmt"/>
937
- <line num="21" count="47" type="stmt"/>
938
- <line num="22" count="47" type="stmt"/>
939
- <line num="23" count="47" type="stmt"/>
940
- <line num="24" count="47" type="stmt"/>
941
- <line num="25" count="47" type="stmt"/>
942
- <line num="26" count="47" type="stmt"/>
943
- <line num="27" count="47" type="stmt"/>
944
- <line num="28" count="47" type="stmt"/>
1067
+ <line num="19" count="4" type="stmt"/>
1068
+ <line num="20" count="4" type="stmt"/>
1069
+ <line num="21" count="4" type="stmt"/>
1070
+ <line num="22" count="4" type="stmt"/>
1071
+ <line num="23" count="4" type="stmt"/>
1072
+ <line num="24" count="4" type="stmt"/>
1073
+ <line num="25" count="4" type="stmt"/>
1074
+ <line num="26" count="4" type="stmt"/>
1075
+ <line num="27" count="4" type="stmt"/>
1076
+ <line num="28" count="4" type="stmt"/>
945
1077
  <line num="31" count="1" type="stmt"/>
946
1078
  <line num="34" count="4" type="stmt"/>
947
1079
  <line num="37" count="1" type="stmt"/>
@@ -955,15 +1087,15 @@
955
1087
  <line num="5" count="1" type="stmt"/>
956
1088
  <line num="6" count="1" type="stmt"/>
957
1089
  <line num="7" count="1" type="stmt"/>
958
- <line num="16" count="6" type="stmt"/>
959
- <line num="17" count="6" type="stmt"/>
960
- <line num="18" count="6" type="stmt"/>
961
- <line num="19" count="6" type="stmt"/>
962
- <line num="20" count="6" type="stmt"/>
963
- <line num="21" count="6" type="stmt"/>
964
- <line num="22" count="6" type="stmt"/>
1090
+ <line num="16" count="3" type="stmt"/>
1091
+ <line num="17" count="3" type="stmt"/>
1092
+ <line num="18" count="3" type="stmt"/>
1093
+ <line num="19" count="3" type="stmt"/>
1094
+ <line num="20" count="3" type="stmt"/>
1095
+ <line num="21" count="3" type="stmt"/>
1096
+ <line num="22" count="3" type="stmt"/>
965
1097
  <line num="25" count="1" type="stmt"/>
966
- <line num="28" count="2" type="stmt"/>
1098
+ <line num="28" count="5" type="stmt"/>
967
1099
  <line num="31" count="1" type="stmt"/>
968
1100
  <line num="32" count="1" type="stmt"/>
969
1101
  </file>
@@ -973,9 +1105,9 @@
973
1105
  <line num="3" count="1" type="stmt"/>
974
1106
  <line num="4" count="1" type="stmt"/>
975
1107
  <line num="5" count="1" type="stmt"/>
976
- <line num="12" count="20" type="stmt"/>
977
- <line num="13" count="20" type="stmt"/>
978
- <line num="14" count="20" type="stmt"/>
1108
+ <line num="12" count="2" type="stmt"/>
1109
+ <line num="13" count="2" type="stmt"/>
1110
+ <line num="14" count="2" type="stmt"/>
979
1111
  <line num="17" count="1" type="stmt"/>
980
1112
  <line num="20" count="1" type="stmt"/>
981
1113
  <line num="23" count="1" type="stmt"/>
@@ -987,38 +1119,38 @@
987
1119
  <line num="3" count="1" type="stmt"/>
988
1120
  <line num="4" count="1" type="stmt"/>
989
1121
  <line num="5" count="1" type="stmt"/>
990
- <line num="8" count="69" type="stmt"/>
991
- <line num="9" count="69" type="stmt"/>
992
- <line num="10" count="69" type="stmt"/>
1122
+ <line num="8" count="22" type="stmt"/>
1123
+ <line num="9" count="22" type="stmt"/>
1124
+ <line num="10" count="22" type="stmt"/>
993
1125
  <line num="13" count="1" type="stmt"/>
994
1126
  <line num="16" count="0" type="stmt"/>
995
1127
  <line num="19" count="1" type="stmt"/>
996
1128
  <line num="20" count="1" type="stmt"/>
997
1129
  </file>
998
1130
  <file name="utm-medium.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/utm-medium.js">
999
- <metrics statements="11" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1131
+ <metrics statements="11" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
1000
1132
  <line num="2" count="1" type="stmt"/>
1001
1133
  <line num="3" count="1" type="stmt"/>
1002
1134
  <line num="4" count="1" type="stmt"/>
1003
1135
  <line num="5" count="1" type="stmt"/>
1004
- <line num="8" count="47" type="stmt"/>
1005
- <line num="9" count="47" type="stmt"/>
1006
- <line num="10" count="47" type="stmt"/>
1136
+ <line num="8" count="0" type="stmt"/>
1137
+ <line num="9" count="0" type="stmt"/>
1138
+ <line num="10" count="0" type="stmt"/>
1007
1139
  <line num="13" count="1" type="stmt"/>
1008
1140
  <line num="16" count="0" type="stmt"/>
1009
1141
  <line num="19" count="1" type="stmt"/>
1010
1142
  <line num="20" count="1" type="stmt"/>
1011
1143
  </file>
1012
1144
  <file name="utm-source.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/utm-source.js">
1013
- <metrics statements="12" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1145
+ <metrics statements="12" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
1014
1146
  <line num="2" count="1" type="stmt"/>
1015
1147
  <line num="3" count="1" type="stmt"/>
1016
1148
  <line num="4" count="1" type="stmt"/>
1017
1149
  <line num="5" count="1" type="stmt"/>
1018
- <line num="8" count="47" type="stmt"/>
1019
- <line num="9" count="47" type="stmt"/>
1020
- <line num="10" count="47" type="stmt"/>
1021
- <line num="11" count="47" type="stmt"/>
1150
+ <line num="8" count="0" type="stmt"/>
1151
+ <line num="9" count="0" type="stmt"/>
1152
+ <line num="10" count="0" type="stmt"/>
1153
+ <line num="11" count="0" type="stmt"/>
1022
1154
  <line num="14" count="1" type="stmt"/>
1023
1155
  <line num="17" count="0" type="stmt"/>
1024
1156
  <line num="20" count="1" type="stmt"/>
@@ -1026,15 +1158,15 @@
1026
1158
  </file>
1027
1159
  </package>
1028
1160
  <package name="dist.test-utils.order.models">
1029
- <metrics statements="115" coveredstatements="112" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="7"/>
1161
+ <metrics statements="115" coveredstatements="113" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="8"/>
1030
1162
  <file name="line-item.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/line-item.js">
1031
1163
  <metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1032
- <line num="2" count="2" type="stmt"/>
1033
- <line num="3" count="2" type="stmt"/>
1034
- <line num="4" count="2" type="stmt"/>
1035
- <line num="5" count="2" type="stmt"/>
1036
- <line num="6" count="2" type="stmt"/>
1037
- <line num="7" count="2" type="stmt"/>
1164
+ <line num="2" count="3" type="stmt"/>
1165
+ <line num="3" count="3" type="stmt"/>
1166
+ <line num="4" count="3" type="stmt"/>
1167
+ <line num="5" count="3" type="stmt"/>
1168
+ <line num="6" count="3" type="stmt"/>
1169
+ <line num="7" count="3" type="stmt"/>
1038
1170
  <line num="23" count="30" type="stmt"/>
1039
1171
  <line num="24" count="30" type="stmt"/>
1040
1172
  <line num="25" count="30" type="stmt"/>
@@ -1048,61 +1180,61 @@
1048
1180
  <line num="33" count="30" type="stmt"/>
1049
1181
  <line num="34" count="30" type="stmt"/>
1050
1182
  <line num="35" count="30" type="stmt"/>
1051
- <line num="38" count="2" type="stmt"/>
1052
- <line num="41" count="5" type="stmt"/>
1053
- <line num="44" count="2" type="stmt"/>
1054
- <line num="45" count="2" type="stmt"/>
1183
+ <line num="38" count="3" type="stmt"/>
1184
+ <line num="41" count="35" type="stmt"/>
1185
+ <line num="44" count="3" type="stmt"/>
1186
+ <line num="45" count="3" type="stmt"/>
1055
1187
  </file>
1056
1188
  <file name="order.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/order.js">
1057
1189
  <metrics statements="40" coveredstatements="40" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1058
- <line num="2" count="2" type="stmt"/>
1059
- <line num="3" count="2" type="stmt"/>
1060
- <line num="4" count="2" type="stmt"/>
1061
- <line num="5" count="2" type="stmt"/>
1062
- <line num="6" count="2" type="stmt"/>
1063
- <line num="34" count="36" type="stmt"/>
1064
- <line num="35" count="36" type="stmt"/>
1065
- <line num="36" count="36" type="stmt"/>
1066
- <line num="37" count="36" type="stmt"/>
1067
- <line num="38" count="36" type="stmt"/>
1068
- <line num="39" count="36" type="stmt"/>
1069
- <line num="40" count="36" type="stmt"/>
1070
- <line num="41" count="36" type="stmt"/>
1071
- <line num="42" count="36" type="stmt"/>
1072
- <line num="43" count="36" type="stmt"/>
1073
- <line num="44" count="36" type="stmt"/>
1074
- <line num="45" count="36" type="stmt"/>
1075
- <line num="46" count="36" type="stmt"/>
1076
- <line num="47" count="36" type="stmt"/>
1077
- <line num="48" count="36" type="stmt"/>
1078
- <line num="49" count="36" type="stmt"/>
1079
- <line num="50" count="36" type="stmt"/>
1080
- <line num="51" count="36" type="stmt"/>
1081
- <line num="52" count="36" type="stmt"/>
1082
- <line num="53" count="36" type="stmt"/>
1083
- <line num="54" count="36" type="stmt"/>
1084
- <line num="55" count="36" type="stmt"/>
1085
- <line num="56" count="36" type="stmt"/>
1086
- <line num="57" count="36" type="stmt"/>
1087
- <line num="58" count="36" type="stmt"/>
1088
- <line num="59" count="36" type="stmt"/>
1089
- <line num="60" count="36" type="stmt"/>
1090
- <line num="61" count="36" type="stmt"/>
1091
- <line num="62" count="36" type="stmt"/>
1092
- <line num="63" count="36" type="stmt"/>
1093
- <line num="64" count="36" type="stmt"/>
1094
- <line num="67" count="2" type="stmt"/>
1095
- <line num="70" count="5" type="stmt"/>
1096
- <line num="73" count="2" type="stmt"/>
1097
- <line num="74" count="2" type="stmt"/>
1190
+ <line num="2" count="3" type="stmt"/>
1191
+ <line num="3" count="3" type="stmt"/>
1192
+ <line num="4" count="3" type="stmt"/>
1193
+ <line num="5" count="3" type="stmt"/>
1194
+ <line num="6" count="3" type="stmt"/>
1195
+ <line num="34" count="57" type="stmt"/>
1196
+ <line num="35" count="57" type="stmt"/>
1197
+ <line num="36" count="57" type="stmt"/>
1198
+ <line num="37" count="57" type="stmt"/>
1199
+ <line num="38" count="57" type="stmt"/>
1200
+ <line num="39" count="57" type="stmt"/>
1201
+ <line num="40" count="57" type="stmt"/>
1202
+ <line num="41" count="57" type="stmt"/>
1203
+ <line num="42" count="57" type="stmt"/>
1204
+ <line num="43" count="57" type="stmt"/>
1205
+ <line num="44" count="57" type="stmt"/>
1206
+ <line num="45" count="57" type="stmt"/>
1207
+ <line num="46" count="57" type="stmt"/>
1208
+ <line num="47" count="57" type="stmt"/>
1209
+ <line num="48" count="57" type="stmt"/>
1210
+ <line num="49" count="57" type="stmt"/>
1211
+ <line num="50" count="57" type="stmt"/>
1212
+ <line num="51" count="57" type="stmt"/>
1213
+ <line num="52" count="57" type="stmt"/>
1214
+ <line num="53" count="57" type="stmt"/>
1215
+ <line num="54" count="57" type="stmt"/>
1216
+ <line num="55" count="57" type="stmt"/>
1217
+ <line num="56" count="57" type="stmt"/>
1218
+ <line num="57" count="57" type="stmt"/>
1219
+ <line num="58" count="57" type="stmt"/>
1220
+ <line num="59" count="57" type="stmt"/>
1221
+ <line num="60" count="57" type="stmt"/>
1222
+ <line num="61" count="57" type="stmt"/>
1223
+ <line num="62" count="57" type="stmt"/>
1224
+ <line num="63" count="57" type="stmt"/>
1225
+ <line num="64" count="57" type="stmt"/>
1226
+ <line num="67" count="3" type="stmt"/>
1227
+ <line num="70" count="20" type="stmt"/>
1228
+ <line num="73" count="3" type="stmt"/>
1229
+ <line num="74" count="3" type="stmt"/>
1098
1230
  </file>
1099
1231
  <file name="product-variant.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/product-variant.js">
1100
- <metrics statements="23" coveredstatements="22" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1101
- <line num="2" count="2" type="stmt"/>
1102
- <line num="3" count="2" type="stmt"/>
1103
- <line num="4" count="2" type="stmt"/>
1104
- <line num="5" count="2" type="stmt"/>
1105
- <line num="6" count="2" type="stmt"/>
1232
+ <metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1233
+ <line num="2" count="3" type="stmt"/>
1234
+ <line num="3" count="3" type="stmt"/>
1235
+ <line num="4" count="3" type="stmt"/>
1236
+ <line num="5" count="3" type="stmt"/>
1237
+ <line num="6" count="3" type="stmt"/>
1106
1238
  <line num="23" count="30" type="stmt"/>
1107
1239
  <line num="24" count="30" type="stmt"/>
1108
1240
  <line num="25" count="30" type="stmt"/>
@@ -1117,45 +1249,45 @@
1117
1249
  <line num="34" count="30" type="stmt"/>
1118
1250
  <line num="35" count="30" type="stmt"/>
1119
1251
  <line num="36" count="30" type="stmt"/>
1120
- <line num="39" count="2" type="stmt"/>
1121
- <line num="42" count="0" type="stmt"/>
1122
- <line num="45" count="2" type="stmt"/>
1123
- <line num="46" count="2" type="stmt"/>
1252
+ <line num="39" count="3" type="stmt"/>
1253
+ <line num="42" count="15" type="stmt"/>
1254
+ <line num="45" count="3" type="stmt"/>
1255
+ <line num="46" count="3" type="stmt"/>
1124
1256
  </file>
1125
1257
  <file name="product.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/product.js">
1126
1258
  <metrics statements="17" coveredstatements="16" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1127
- <line num="2" count="2" type="stmt"/>
1128
- <line num="3" count="2" type="stmt"/>
1129
- <line num="4" count="2" type="stmt"/>
1130
- <line num="5" count="2" type="stmt"/>
1131
- <line num="18" count="30" type="stmt"/>
1132
- <line num="19" count="30" type="stmt"/>
1133
- <line num="20" count="30" type="stmt"/>
1134
- <line num="21" count="30" type="stmt"/>
1135
- <line num="22" count="30" type="stmt"/>
1136
- <line num="23" count="30" type="stmt"/>
1137
- <line num="24" count="30" type="stmt"/>
1138
- <line num="25" count="30" type="stmt"/>
1139
- <line num="26" count="30" type="stmt"/>
1140
- <line num="29" count="2" type="stmt"/>
1259
+ <line num="2" count="3" type="stmt"/>
1260
+ <line num="3" count="3" type="stmt"/>
1261
+ <line num="4" count="3" type="stmt"/>
1262
+ <line num="5" count="3" type="stmt"/>
1263
+ <line num="18" count="15" type="stmt"/>
1264
+ <line num="19" count="15" type="stmt"/>
1265
+ <line num="20" count="15" type="stmt"/>
1266
+ <line num="21" count="15" type="stmt"/>
1267
+ <line num="22" count="15" type="stmt"/>
1268
+ <line num="23" count="15" type="stmt"/>
1269
+ <line num="24" count="15" type="stmt"/>
1270
+ <line num="25" count="15" type="stmt"/>
1271
+ <line num="26" count="15" type="stmt"/>
1272
+ <line num="29" count="3" type="stmt"/>
1141
1273
  <line num="32" count="0" type="stmt"/>
1142
- <line num="35" count="2" type="stmt"/>
1143
- <line num="36" count="2" type="stmt"/>
1274
+ <line num="35" count="3" type="stmt"/>
1275
+ <line num="36" count="3" type="stmt"/>
1144
1276
  </file>
1145
1277
  <file name="utm-source.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/utm-source.js">
1146
1278
  <metrics statements="12" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1147
- <line num="2" count="2" type="stmt"/>
1148
- <line num="3" count="2" type="stmt"/>
1149
- <line num="4" count="2" type="stmt"/>
1150
- <line num="5" count="2" type="stmt"/>
1151
- <line num="8" count="30" type="stmt"/>
1152
- <line num="9" count="30" type="stmt"/>
1153
- <line num="10" count="30" type="stmt"/>
1154
- <line num="11" count="30" type="stmt"/>
1155
- <line num="14" count="2" type="stmt"/>
1279
+ <line num="2" count="3" type="stmt"/>
1280
+ <line num="3" count="3" type="stmt"/>
1281
+ <line num="4" count="3" type="stmt"/>
1282
+ <line num="5" count="3" type="stmt"/>
1283
+ <line num="8" count="6" type="stmt"/>
1284
+ <line num="9" count="6" type="stmt"/>
1285
+ <line num="10" count="6" type="stmt"/>
1286
+ <line num="11" count="6" type="stmt"/>
1287
+ <line num="14" count="3" type="stmt"/>
1156
1288
  <line num="17" count="0" type="stmt"/>
1157
- <line num="20" count="2" type="stmt"/>
1158
- <line num="21" count="2" type="stmt"/>
1289
+ <line num="20" count="3" type="stmt"/>
1290
+ <line num="21" count="3" type="stmt"/>
1159
1291
  </file>
1160
1292
  </package>
1161
1293
  <package name="dist.test-utils.six">
@@ -1173,22 +1305,22 @@
1173
1305
  </file>
1174
1306
  </package>
1175
1307
  <package name="dist.test-utils.six.models">
1176
- <metrics statements="58" coveredstatements="55" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="7"/>
1308
+ <metrics statements="58" coveredstatements="57" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="9"/>
1177
1309
  <file name="customer.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/six/models/customer.js">
1178
1310
  <metrics statements="10" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1179
1311
  <line num="2" count="1" type="stmt"/>
1180
1312
  <line num="3" count="1" type="stmt"/>
1181
1313
  <line num="4" count="1" type="stmt"/>
1182
1314
  <line num="5" count="1" type="stmt"/>
1183
- <line num="8" count="2" type="stmt"/>
1184
- <line num="9" count="2" type="stmt"/>
1315
+ <line num="8" count="1" type="stmt"/>
1316
+ <line num="9" count="1" type="stmt"/>
1185
1317
  <line num="12" count="1" type="stmt"/>
1186
1318
  <line num="15" count="0" type="stmt"/>
1187
1319
  <line num="18" count="1" type="stmt"/>
1188
1320
  <line num="19" count="1" type="stmt"/>
1189
1321
  </file>
1190
1322
  <file name="line-item.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/six/models/line-item.js">
1191
- <metrics statements="12" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1323
+ <metrics statements="12" coveredstatements="12" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1192
1324
  <line num="2" count="1" type="stmt"/>
1193
1325
  <line num="3" count="1" type="stmt"/>
1194
1326
  <line num="4" count="1" type="stmt"/>
@@ -1198,22 +1330,22 @@
1198
1330
  <line num="13" count="2" type="stmt"/>
1199
1331
  <line num="14" count="2" type="stmt"/>
1200
1332
  <line num="17" count="1" type="stmt"/>
1201
- <line num="20" count="0" type="stmt"/>
1333
+ <line num="20" count="1" type="stmt"/>
1202
1334
  <line num="23" count="1" type="stmt"/>
1203
1335
  <line num="24" count="1" type="stmt"/>
1204
1336
  </file>
1205
1337
  <file name="order.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/six/models/order.js">
1206
- <metrics statements="12" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1338
+ <metrics statements="12" coveredstatements="12" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1207
1339
  <line num="2" count="1" type="stmt"/>
1208
1340
  <line num="3" count="1" type="stmt"/>
1209
1341
  <line num="4" count="1" type="stmt"/>
1210
1342
  <line num="5" count="1" type="stmt"/>
1211
1343
  <line num="6" count="1" type="stmt"/>
1212
- <line num="12" count="2" type="stmt"/>
1213
- <line num="13" count="2" type="stmt"/>
1214
- <line num="14" count="2" type="stmt"/>
1344
+ <line num="12" count="1" type="stmt"/>
1345
+ <line num="13" count="1" type="stmt"/>
1346
+ <line num="14" count="1" type="stmt"/>
1215
1347
  <line num="17" count="1" type="stmt"/>
1216
- <line num="20" count="0" type="stmt"/>
1348
+ <line num="20" count="1" type="stmt"/>
1217
1349
  <line num="23" count="1" type="stmt"/>
1218
1350
  <line num="24" count="1" type="stmt"/>
1219
1351
  </file>
@@ -1231,7 +1363,7 @@
1231
1363
  <line num="17" count="2" type="stmt"/>
1232
1364
  <line num="18" count="2" type="stmt"/>
1233
1365
  <line num="21" count="1" type="stmt"/>
1234
- <line num="24" count="1" type="stmt"/>
1366
+ <line num="24" count="3" type="stmt"/>
1235
1367
  <line num="27" count="1" type="stmt"/>
1236
1368
  <line num="28" count="1" type="stmt"/>
1237
1369
  </file>
@@ -1241,7 +1373,7 @@
1241
1373
  <line num="3" count="1" type="stmt"/>
1242
1374
  <line num="4" count="1" type="stmt"/>
1243
1375
  <line num="5" count="1" type="stmt"/>
1244
- <line num="8" count="2" type="stmt"/>
1376
+ <line num="8" count="1" type="stmt"/>
1245
1377
  <line num="11" count="1" type="stmt"/>
1246
1378
  <line num="14" count="1" type="stmt"/>
1247
1379
  <line num="17" count="1" type="stmt"/>
@@ -1266,14 +1398,14 @@
1266
1398
  </file>
1267
1399
  </package>
1268
1400
  <package name="dist.test-utils.thirteen.models">
1269
- <metrics statements="96" coveredstatements="91" conditionals="0" coveredconditionals="0" methods="16" coveredmethods="11"/>
1401
+ <metrics statements="96" coveredstatements="92" conditionals="0" coveredconditionals="0" methods="16" coveredmethods="12"/>
1270
1402
  <file name="audience.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/thirteen/models/audience.js">
1271
1403
  <metrics statements="9" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1272
1404
  <line num="2" count="1" type="stmt"/>
1273
1405
  <line num="3" count="1" type="stmt"/>
1274
1406
  <line num="4" count="1" type="stmt"/>
1275
1407
  <line num="5" count="1" type="stmt"/>
1276
- <line num="8" count="4" type="stmt"/>
1408
+ <line num="8" count="1" type="stmt"/>
1277
1409
  <line num="11" count="1" type="stmt"/>
1278
1410
  <line num="14" count="0" type="stmt"/>
1279
1411
  <line num="17" count="1" type="stmt"/>
@@ -1285,7 +1417,7 @@
1285
1417
  <line num="3" count="1" type="stmt"/>
1286
1418
  <line num="4" count="1" type="stmt"/>
1287
1419
  <line num="5" count="1" type="stmt"/>
1288
- <line num="8" count="4" type="stmt"/>
1420
+ <line num="8" count="3" type="stmt"/>
1289
1421
  <line num="11" count="1" type="stmt"/>
1290
1422
  <line num="14" count="0" type="stmt"/>
1291
1423
  <line num="17" count="1" type="stmt"/>
@@ -1309,7 +1441,7 @@
1309
1441
  <line num="3" count="1" type="stmt"/>
1310
1442
  <line num="4" count="1" type="stmt"/>
1311
1443
  <line num="5" count="1" type="stmt"/>
1312
- <line num="8" count="4" type="stmt"/>
1444
+ <line num="8" count="1" type="stmt"/>
1313
1445
  <line num="11" count="1" type="stmt"/>
1314
1446
  <line num="14" count="1" type="stmt"/>
1315
1447
  <line num="17" count="1" type="stmt"/>
@@ -1321,14 +1453,14 @@
1321
1453
  <line num="3" count="1" type="stmt"/>
1322
1454
  <line num="4" count="1" type="stmt"/>
1323
1455
  <line num="5" count="1" type="stmt"/>
1324
- <line num="8" count="4" type="stmt"/>
1456
+ <line num="8" count="1" type="stmt"/>
1325
1457
  <line num="11" count="1" type="stmt"/>
1326
1458
  <line num="14" count="0" type="stmt"/>
1327
1459
  <line num="17" count="1" type="stmt"/>
1328
1460
  <line num="18" count="1" type="stmt"/>
1329
1461
  </file>
1330
1462
  <file name="product.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/thirteen/models/product.js">
1331
- <metrics statements="12" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1463
+ <metrics statements="12" coveredstatements="12" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1332
1464
  <line num="2" count="1" type="stmt"/>
1333
1465
  <line num="3" count="1" type="stmt"/>
1334
1466
  <line num="4" count="1" type="stmt"/>
@@ -1338,7 +1470,7 @@
1338
1470
  <line num="13" count="4" type="stmt"/>
1339
1471
  <line num="14" count="4" type="stmt"/>
1340
1472
  <line num="17" count="1" type="stmt"/>
1341
- <line num="20" count="0" type="stmt"/>
1473
+ <line num="20" count="3" type="stmt"/>
1342
1474
  <line num="23" count="1" type="stmt"/>
1343
1475
  <line num="24" count="1" type="stmt"/>
1344
1476
  </file>
@@ -1356,7 +1488,7 @@
1356
1488
  <line num="17" count="4" type="stmt"/>
1357
1489
  <line num="18" count="4" type="stmt"/>
1358
1490
  <line num="21" count="1" type="stmt"/>
1359
- <line num="24" count="4" type="stmt"/>
1491
+ <line num="24" count="5" type="stmt"/>
1360
1492
  <line num="27" count="1" type="stmt"/>
1361
1493
  <line num="28" count="1" type="stmt"/>
1362
1494
  </file>
@@ -1383,7 +1515,7 @@
1383
1515
  <line num="29" count="4" type="stmt"/>
1384
1516
  <line num="30" count="4" type="stmt"/>
1385
1517
  <line num="33" count="1" type="stmt"/>
1386
- <line num="36" count="1" type="stmt"/>
1518
+ <line num="36" count="13" type="stmt"/>
1387
1519
  <line num="39" count="1" type="stmt"/>
1388
1520
  <line num="40" count="1" type="stmt"/>
1389
1521
  </file>
@@ -1433,7 +1565,7 @@
1433
1565
  <line num="16" count="1" type="stmt"/>
1434
1566
  <line num="17" count="1" type="stmt"/>
1435
1567
  <line num="20" count="1" type="stmt"/>
1436
- <line num="23" count="1" type="stmt"/>
1568
+ <line num="23" count="2" type="stmt"/>
1437
1569
  <line num="26" count="1" type="stmt"/>
1438
1570
  <line num="27" count="1" type="stmt"/>
1439
1571
  </file>
@@ -1446,312 +1578,441 @@
1446
1578
  </file>
1447
1579
  </package>
1448
1580
  <package name="src">
1449
- <metrics statements="269" coveredstatements="229" conditionals="114" coveredconditionals="99" methods="88" coveredmethods="76"/>
1581
+ <metrics statements="398" coveredstatements="395" conditionals="138" coveredconditionals="126" methods="47" coveredmethods="47"/>
1450
1582
  <file name="core.ts" path="/Users/craigmartin/projects/pure-orm/src/core.ts">
1451
- <metrics statements="179" coveredstatements="171" conditionals="101" coveredconditionals="89" methods="50" coveredmethods="49"/>
1452
- <line num="98" count="2" type="stmt"/>
1453
- <line num="101" count="34" type="stmt"/>
1454
- <line num="103" count="227" type="stmt"/>
1455
- <line num="104" count="227" type="cond" truecount="2" falsecount="0"/>
1456
- <line num="106" count="227" type="cond" truecount="2" falsecount="0"/>
1457
- <line num="107" count="227" type="stmt"/>
1458
- <line num="110" count="1793" type="cond" truecount="2" falsecount="0"/>
1459
- <line num="111" count="1580" type="stmt"/>
1460
- <line num="117" count="213" type="stmt"/>
1461
- <line num="124" count="227" type="stmt"/>
1462
- <line num="125" count="1793" type="stmt"/>
1463
- <line num="127" count="1793" type="stmt"/>
1464
- <line num="128" count="227" type="stmt"/>
1465
- <line num="129" count="1793" type="stmt"/>
1466
- <line num="131" count="227" type="stmt"/>
1467
- <line num="132" count="227" type="stmt"/>
1468
- <line num="134" count="227" type="stmt"/>
1469
- <line num="135" count="1793" type="stmt"/>
1470
- <line num="137" count="227" type="stmt"/>
1471
- <line num="138" count="227" type="cond" truecount="1" falsecount="1"/>
1472
- <line num="141" count="227" type="stmt"/>
1473
- <line num="142" count="3611" type="stmt"/>
1474
- <line num="143" count="3611" type="stmt"/>
1475
- <line num="147" count="227" type="stmt"/>
1476
- <line num="148" count="1793" type="stmt"/>
1477
- <line num="151" count="201" type="stmt"/>
1478
- <line num="157" count="227" type="stmt"/>
1479
- <line num="160" count="1793" type="stmt"/>
1480
- <line num="164" count="227" type="stmt"/>
1481
- <line num="182" count="34" type="stmt"/>
1482
- <line num="187" count="227" type="stmt"/>
1483
- <line num="188" count="227" type="stmt"/>
1484
- <line num="193" count="34" type="stmt"/>
1485
- <line num="194" count="1435" type="stmt"/>
1486
- <line num="195" count="1435" type="cond" truecount="1" falsecount="1"/>
1487
- <line num="196" count="0" type="stmt"/>
1488
- <line num="198" count="1435" type="stmt"/>
1489
- <line num="201" count="34" type="stmt"/>
1490
- <line num="206" count="227" type="stmt"/>
1491
- <line num="207" count="227" type="stmt"/>
1492
- <line num="212" count="34" type="stmt"/>
1493
- <line num="215" count="42896" type="stmt"/>
1494
- <line num="216" count="42896" type="cond" truecount="1" falsecount="1"/>
1495
- <line num="217" count="0" type="stmt"/>
1496
- <line num="219" count="42896" type="stmt"/>
1497
- <line num="222" count="34" type="stmt"/>
1498
- <line num="223" count="42895" type="stmt"/>
1499
- <line num="235" count="34" type="stmt"/>
1500
- <line num="236" count="188" type="stmt"/>
1501
- <line num="237" count="39" type="stmt"/>
1502
- <line num="238" count="39" type="stmt"/>
1503
- <line num="239" count="1434" type="stmt"/>
1504
- <line num="241" count="39" type="stmt"/>
1505
- <line num="243" count="39" type="stmt"/>
1506
- <line num="246" count="39" type="stmt"/>
1507
- <line num="247" count="188" type="stmt"/>
1508
- <line num="248" count="1246" type="stmt"/>
1509
- <line num="250" count="21304" type="cond" truecount="2" falsecount="0"/>
1510
- <line num="254" count="1246" type="cond" truecount="2" falsecount="0"/>
1511
- <line num="255" count="1246" type="stmt"/>
1512
- <line num="256" count="1246" type="stmt"/>
1513
- <line num="257" count="29445" type="stmt"/>
1514
- <line num="259" count="28144" type="cond" truecount="2" falsecount="0"/>
1515
- <line num="261" count="28144" type="stmt"/>
1516
- <line num="262" count="29445" type="cond" truecount="2" falsecount="0"/>
1517
- <line num="263" count="28597" type="stmt"/>
1518
- <line num="265" count="848" type="stmt"/>
1519
- <line num="266" count="849" type="stmt"/>
1520
- <line num="269" count="849" type="cond" truecount="2" falsecount="0"/>
1521
- <line num="270" count="822" type="stmt"/>
1522
- <line num="273" count="26" type="stmt"/>
1523
- <line num="278" count="1246" type="cond" truecount="2" falsecount="0"/>
1524
- <line num="279" count="12590" type="cond" truecount="2" falsecount="0"/>
1525
- <line num="280" count="10448" type="stmt"/>
1526
- <line num="282" count="2142" type="stmt"/>
1527
- <line num="283" count="49133" type="stmt"/>
1528
- <line num="285" count="2142" type="cond" truecount="2" falsecount="0"/>
1529
- <line num="286" count="1203" type="stmt"/>
1530
- <line num="288" count="939" type="stmt"/>
1531
- <line num="290" count="1246" type="stmt"/>
1532
- <line num="294" count="1246" type="stmt"/>
1533
- <line num="295" count="6559" type="stmt"/>
1534
- <line num="297" count="2788" type="cond" truecount="2" falsecount="0"/>
1535
- <line num="299" count="2788" type="stmt"/>
1536
- <line num="300" count="6559" type="cond" truecount="2" falsecount="0"/>
1537
- <line num="301" count="6150" type="stmt"/>
1538
- <line num="303" count="409" type="stmt"/>
1539
- <line num="304" count="410" type="stmt"/>
1540
- <line num="307" count="410" type="cond" truecount="2" falsecount="0"/>
1541
- <line num="308" count="355" type="stmt"/>
1542
- <line num="311" count="54" type="stmt"/>
1543
- <line num="313" count="1246" type="cond" truecount="2" falsecount="0"/>
1544
- <line num="314" count="614" type="cond" truecount="4" falsecount="0"/>
1545
- <line num="315" count="75" type="stmt"/>
1546
- <line num="316" count="75" type="stmt"/>
1547
- <line num="323" count="539" type="cond" truecount="1" falsecount="1"/>
1548
- <line num="325" count="539" type="stmt"/>
1549
- <line num="329" count="539" type="cond" truecount="4" falsecount="0"/>
1550
- <line num="330" count="61" type="stmt"/>
1551
- <line num="331" count="61" type="stmt"/>
1552
- <line num="335" count="1110" type="cond" truecount="2" falsecount="0"/>
1553
- <line num="336" count="761" type="stmt"/>
1554
- <line num="337" count="349" type="cond" truecount="2" falsecount="0"/>
1555
- <line num="339" count="228" type="stmt"/>
1556
- <line num="340" count="228" type="cond" truecount="2" falsecount="0"/>
1557
- <line num="341" count="149" type="stmt"/>
1558
- <line num="343" count="79" type="stmt"/>
1559
- <line num="344" count="79" type="stmt"/>
1560
- <line num="350" count="121" type="cond" truecount="1" falsecount="1"/>
1561
- <line num="352" count="121" type="stmt"/>
1562
- <line num="354" count="0" type="stmt"/>
1563
- <line num="360" count="989" type="stmt"/>
1564
- <line num="364" count="39" type="stmt"/>
1565
- <line num="386" count="34" type="stmt"/>
1566
- <line num="389" count="22" type="stmt"/>
1567
- <line num="390" count="22" type="stmt"/>
1568
- <line num="391" count="22" type="stmt"/>
1569
- <line num="392" count="188" type="stmt"/>
1570
- <line num="395" count="188" type="stmt"/>
1571
- <line num="398" count="188" type="cond" truecount="2" falsecount="0"/>
1572
- <line num="399" count="149" type="stmt"/>
1573
- <line num="401" count="39" type="stmt"/>
1574
- <line num="403" count="188" type="stmt"/>
1575
- <line num="405" count="22" type="stmt"/>
1576
- <line num="408" count="34" type="stmt"/>
1577
- <line num="409" count="188" type="stmt"/>
1578
- <line num="410" count="1434" type="stmt"/>
1579
- <line num="411" count="1434" type="stmt"/>
1580
- <line num="414" count="6747" type="stmt"/>
1581
- <line num="415" count="6747" type="cond" truecount="1" falsecount="1"/>
1582
- <line num="416" count="0" type="cond" truecount="0" falsecount="2"/>
1583
- <line num="417" count="0" type="stmt"/>
1584
- <line num="419" count="0" type="stmt"/>
1585
- <line num="424" count="6747" type="stmt"/>
1586
- <line num="425" count="6747" type="stmt"/>
1587
- <line num="429" count="1434" type="stmt"/>
1588
- <line num="437" count="34" type="stmt"/>
1589
- <line num="438" count="188" type="stmt"/>
1590
- <line num="439" count="6747" type="stmt"/>
1591
- <line num="440" count="6747" type="stmt"/>
1592
- <line num="441" count="6747" type="cond" truecount="3" falsecount="1"/>
1593
- <line num="442" count="0" type="stmt"/>
1594
- <line num="444" count="6747" type="cond" truecount="2" falsecount="0"/>
1595
- <line num="445" count="6747" type="stmt"/>
1596
- <line num="446" count="6747" type="stmt"/>
1597
- <line num="450" count="34" type="stmt"/>
1598
- <line num="451" count="22" type="cond" truecount="1" falsecount="1"/>
1599
- <line num="452" count="22" type="stmt"/>
1600
- <line num="453" count="22" type="stmt"/>
1601
- <line num="454" count="22" type="stmt"/>
1602
- <line num="455" count="22" type="stmt"/>
1603
- <line num="456" count="39" type="stmt"/>
1604
- <line num="457" count="22" type="stmt"/>
1605
- <line num="458" count="22" type="stmt"/>
1606
- <line num="461" count="34" type="stmt"/>
1607
- <line num="465" count="4" type="cond" truecount="4" falsecount="0"/>
1608
- <line num="467" count="2" type="cond" truecount="2" falsecount="0"/>
1609
- <line num="470" count="2" type="stmt"/>
1610
- <line num="472" count="2" type="stmt"/>
1611
- <line num="475" count="34" type="stmt"/>
1612
- <line num="476" count="5" type="cond" truecount="4" falsecount="0"/>
1613
- <line num="477" count="1" type="stmt"/>
1614
- <line num="479" count="4" type="stmt"/>
1615
- <line num="480" count="4" type="cond" truecount="4" falsecount="1"/>
1616
- <line num="481" count="0" type="stmt"/>
1617
- <line num="482" count="4" type="cond" truecount="2" falsecount="0"/>
1618
- <line num="483" count="2" type="stmt"/>
1619
- <line num="485" count="2" type="stmt"/>
1620
- <line num="488" count="34" type="stmt"/>
1621
- <line num="491" count="3" type="cond" truecount="4" falsecount="0"/>
1622
- <line num="492" count="1" type="stmt"/>
1623
- <line num="494" count="2" type="stmt"/>
1624
- <line num="497" count="34" type="stmt"/>
1625
- <line num="500" count="3" type="cond" truecount="4" falsecount="0"/>
1626
- <line num="501" count="1" type="stmt"/>
1627
- <line num="503" count="2" type="stmt"/>
1628
- <line num="506" count="34" type="stmt"/>
1629
- <line num="515" count="227" type="stmt"/>
1630
- <line num="518" count="227" type="stmt"/>
1583
+ <metrics statements="250" coveredstatements="247" conditionals="111" coveredconditionals="102" methods="30" coveredmethods="30"/>
1584
+ <line num="101" count="3" type="stmt"/>
1585
+ <line num="104" count="125" type="stmt"/>
1586
+ <line num="106" count="509" type="stmt"/>
1587
+ <line num="107" count="509" type="cond" truecount="2" falsecount="0"/>
1588
+ <line num="109" count="509" type="cond" truecount="2" falsecount="0"/>
1589
+ <line num="110" count="509" type="stmt"/>
1590
+ <line num="113" count="4796" type="cond" truecount="2" falsecount="0"/>
1591
+ <line num="114" count="4339" type="stmt"/>
1592
+ <line num="120" count="457" type="stmt"/>
1593
+ <line num="127" count="509" type="stmt"/>
1594
+ <line num="128" count="4796" type="stmt"/>
1595
+ <line num="130" count="4796" type="stmt"/>
1596
+ <line num="131" count="509" type="stmt"/>
1597
+ <line num="132" count="4796" type="stmt"/>
1598
+ <line num="134" count="509" type="stmt"/>
1599
+ <line num="135" count="509" type="stmt"/>
1600
+ <line num="137" count="509" type="stmt"/>
1601
+ <line num="138" count="4796" type="stmt"/>
1602
+ <line num="140" count="509" type="stmt"/>
1603
+ <line num="141" count="509" type="cond" truecount="2" falsecount="0"/>
1604
+ <line num="143" count="509" type="stmt"/>
1605
+ <line num="144" count="1" type="stmt"/>
1606
+ <line num="145" count="1" type="stmt"/>
1607
+ <line num="146" count="2" type="stmt"/>
1608
+ <line num="147" count="2" type="cond" truecount="3" falsecount="1"/>
1609
+ <line num="148" count="2" type="stmt"/>
1610
+ <line num="151" count="1" type="stmt"/>
1611
+ <line num="154" count="509" type="stmt"/>
1612
+ <line num="158" count="509" type="stmt"/>
1613
+ <line num="159" count="509" type="stmt"/>
1614
+ <line num="160" count="4796" type="cond" truecount="2" falsecount="0"/>
1615
+ <line num="161" count="392" type="stmt"/>
1616
+ <line num="162" count="392" type="stmt"/>
1617
+ <line num="169" count="509" type="stmt"/>
1618
+ <line num="170" count="509" type="stmt"/>
1619
+ <line num="171" count="509" type="stmt"/>
1620
+ <line num="172" count="4796" type="stmt"/>
1621
+ <line num="173" count="4796" type="stmt"/>
1622
+ <line num="176" count="509" type="stmt"/>
1623
+ <line num="179" count="4796" type="stmt"/>
1624
+ <line num="183" count="509" type="stmt"/>
1625
+ <line num="204" count="125" type="stmt"/>
1626
+ <line num="209" count="509" type="stmt"/>
1627
+ <line num="210" count="509" type="stmt"/>
1628
+ <line num="215" count="125" type="stmt"/>
1629
+ <line num="216" count="164" type="stmt"/>
1630
+ <line num="217" count="164" type="cond" truecount="2" falsecount="0"/>
1631
+ <line num="218" count="1" type="stmt"/>
1632
+ <line num="220" count="163" type="stmt"/>
1633
+ <line num="223" count="125" type="stmt"/>
1634
+ <line num="228" count="509" type="stmt"/>
1635
+ <line num="229" count="509" type="stmt"/>
1636
+ <line num="234" count="125" type="stmt"/>
1637
+ <line num="237" count="495" type="stmt"/>
1638
+ <line num="238" count="495" type="cond" truecount="2" falsecount="0"/>
1639
+ <line num="239" count="1" type="stmt"/>
1640
+ <line num="241" count="494" type="stmt"/>
1641
+ <line num="244" count="125" type="stmt"/>
1642
+ <line num="245" count="102" type="stmt"/>
1643
+ <line num="248" count="125" type="stmt"/>
1644
+ <line num="252" count="125" type="stmt"/>
1645
+ <line num="253" count="509" type="stmt"/>
1646
+ <line num="254" count="509" type="stmt"/>
1647
+ <line num="258" count="509" type="stmt"/>
1648
+ <line num="259" count="392" type="stmt"/>
1649
+ <line num="260" count="392" type="stmt"/>
1650
+ <line num="265" count="509" type="stmt"/>
1651
+ <line num="278" count="125" type="stmt"/>
1652
+ <line num="282" count="1459" type="stmt"/>
1653
+ <line num="283" count="1459" type="stmt"/>
1654
+ <line num="284" count="1459" type="stmt"/>
1655
+ <line num="285" count="1459" type="cond" truecount="4" falsecount="0"/>
1656
+ <line num="286" count="1291" type="stmt"/>
1657
+ <line num="289" count="1459" type="stmt"/>
1658
+ <line num="292" count="125" type="stmt"/>
1659
+ <line num="293" count="44" type="stmt"/>
1660
+ <line num="294" count="44" type="stmt"/>
1661
+ <line num="295" count="44" type="stmt"/>
1662
+ <line num="296" count="926" type="cond" truecount="1" falsecount="1"/>
1663
+ <line num="297" count="0" type="stmt"/>
1664
+ <line num="299" count="926" type="stmt"/>
1665
+ <line num="300" count="926" type="cond" truecount="2" falsecount="0"/>
1666
+ <line num="301" count="1" type="stmt"/>
1667
+ <line num="303" count="925" type="stmt"/>
1668
+ <line num="304" count="925" type="stmt"/>
1669
+ <line num="306" count="925" type="stmt"/>
1670
+ <line num="307" count="925" type="cond" truecount="2" falsecount="0"/>
1671
+ <line num="308" count="148" type="stmt"/>
1672
+ <line num="309" count="148" type="stmt"/>
1673
+ <line num="310" count="148" type="stmt"/>
1674
+ <line num="312" count="148" type="stmt"/>
1675
+ <line num="317" count="148" type="stmt"/>
1676
+ <line num="318" count="148" type="stmt"/>
1677
+ <line num="321" count="925" type="stmt"/>
1678
+ <line num="322" count="925" type="cond" truecount="2" falsecount="0"/>
1679
+ <line num="323" count="2" type="cond" truecount="2" falsecount="0"/>
1680
+ <line num="324" count="1" type="stmt"/>
1681
+ <line num="326" count="1" type="stmt"/>
1682
+ <line num="331" count="924" type="stmt"/>
1683
+ <line num="337" count="42" type="stmt"/>
1684
+ <line num="338" count="42" type="stmt"/>
1685
+ <line num="339" count="147" type="stmt"/>
1686
+ <line num="341" count="42" type="stmt"/>
1687
+ <line num="344" count="125" type="stmt"/>
1688
+ <line num="352" count="213" type="stmt"/>
1689
+ <line num="353" count="213" type="stmt"/>
1690
+ <line num="354" count="1459" type="stmt"/>
1691
+ <line num="355" count="1459" type="stmt"/>
1692
+ <line num="356" count="1459" type="stmt"/>
1693
+ <line num="357" count="1459" type="cond" truecount="2" falsecount="0"/>
1694
+ <line num="358" count="1291" type="stmt"/>
1695
+ <line num="359" count="1291" type="cond" truecount="2" falsecount="0"/>
1696
+ <line num="360" count="276" type="stmt"/>
1697
+ <line num="361" count="276" type="stmt"/>
1698
+ <line num="363" count="1015" type="stmt"/>
1699
+ <line num="364" count="1015" type="cond" truecount="2" falsecount="0"/>
1700
+ <line num="365" count="726" type="stmt"/>
1701
+ <line num="366" count="726" type="stmt"/>
1702
+ <line num="369" count="168" type="cond" truecount="1" falsecount="1"/>
1703
+ <line num="372" count="168" type="stmt"/>
1704
+ <line num="373" count="168" type="stmt"/>
1705
+ <line num="375" count="565" type="stmt"/>
1706
+ <line num="376" count="565" type="stmt"/>
1707
+ <line num="377" count="2768" type="stmt"/>
1708
+ <line num="378" count="2768" type="stmt"/>
1709
+ <line num="380" count="565" type="stmt"/>
1710
+ <line num="381" count="565" type="cond" truecount="1" falsecount="1"/>
1711
+ <line num="383" count="565" type="stmt"/>
1712
+ <line num="387" count="565" type="stmt"/>
1713
+ <line num="389" count="565" type="stmt"/>
1714
+ <line num="391" count="213" type="stmt"/>
1715
+ <line num="404" count="125" type="stmt"/>
1716
+ <line num="409" count="213" type="stmt"/>
1717
+ <line num="410" count="213" type="stmt"/>
1718
+ <line num="411" count="213" type="cond" truecount="1" falsecount="1"/>
1719
+ <line num="412" count="0" type="stmt"/>
1720
+ <line num="414" count="213" type="stmt"/>
1721
+ <line num="415" count="213" type="cond" truecount="3" falsecount="1"/>
1722
+ <line num="417" count="213" type="stmt"/>
1723
+ <line num="420" count="125" type="stmt"/>
1724
+ <line num="424" count="64" type="stmt"/>
1725
+ <line num="425" count="64" type="cond" truecount="1" falsecount="1"/>
1726
+ <line num="426" count="64" type="stmt"/>
1727
+ <line num="429" count="64" type="stmt"/>
1728
+ <line num="431" count="64" type="stmt"/>
1729
+ <line num="434" count="125" type="stmt"/>
1730
+ <line num="437" count="540" type="cond" truecount="2" falsecount="0"/>
1731
+ <line num="438" count="37" type="stmt"/>
1732
+ <line num="443" count="540" type="stmt"/>
1733
+ <line num="446" count="125" type="stmt"/>
1734
+ <line num="464" count="540" type="stmt"/>
1735
+ <line num="468" count="540" type="stmt"/>
1736
+ <line num="471" count="540" type="cond" truecount="2" falsecount="0"/>
1737
+ <line num="472" count="355" type="stmt"/>
1738
+ <line num="473" count="355" type="stmt"/>
1739
+ <line num="474" count="355" type="stmt"/>
1740
+ <line num="479" count="540" type="stmt"/>
1741
+ <line num="480" count="540" type="cond" truecount="2" falsecount="0"/>
1742
+ <line num="481" count="321" type="stmt"/>
1743
+ <line num="482" count="321" type="stmt"/>
1744
+ <line num="484" count="540" type="stmt"/>
1745
+ <line num="485" count="540" type="cond" truecount="2" falsecount="0"/>
1746
+ <line num="486" count="355" type="stmt"/>
1747
+ <line num="487" count="355" type="stmt"/>
1748
+ <line num="489" count="540" type="cond" truecount="2" falsecount="0"/>
1749
+ <line num="490" count="538" type="stmt"/>
1750
+ <line num="491" count="538" type="stmt"/>
1751
+ <line num="503" count="125" type="stmt"/>
1752
+ <line num="504" count="44" type="cond" truecount="2" falsecount="0"/>
1753
+ <line num="505" count="44" type="stmt"/>
1754
+ <line num="506" count="44" type="stmt"/>
1755
+ <line num="507" count="42" type="stmt"/>
1756
+ <line num="508" count="42" type="stmt"/>
1757
+ <line num="509" count="147" type="stmt"/>
1758
+ <line num="511" count="42" type="stmt"/>
1759
+ <line num="515" count="42" type="stmt"/>
1760
+ <line num="516" count="147" type="stmt"/>
1761
+ <line num="517" count="147" type="cond" truecount="1" falsecount="1"/>
1762
+ <line num="518" count="147" type="stmt"/>
1763
+ <line num="519" count="121" type="stmt"/>
1764
+ <line num="521" count="147" type="stmt"/>
1765
+ <line num="523" count="42" type="stmt"/>
1766
+ <line num="524" count="42" type="stmt"/>
1767
+ <line num="525" count="42" type="stmt"/>
1768
+ <line num="526" count="42" type="stmt"/>
1769
+ <line num="527" count="42" type="stmt"/>
1770
+ <line num="528" count="42" type="stmt"/>
1771
+ <line num="529" count="42" type="stmt"/>
1772
+ <line num="530" count="42" type="stmt"/>
1773
+ <line num="531" count="42" type="stmt"/>
1774
+ <line num="532" count="42" type="stmt"/>
1775
+ <line num="535" count="42" type="stmt"/>
1776
+ <line num="536" count="213" type="stmt"/>
1777
+ <line num="537" count="213" type="stmt"/>
1778
+ <line num="538" count="213" type="stmt"/>
1779
+ <line num="539" count="213" type="cond" truecount="4" falsecount="0"/>
1780
+ <line num="540" count="64" type="stmt"/>
1781
+ <line num="544" count="64" type="stmt"/>
1782
+ <line num="545" count="64" type="stmt"/>
1783
+ <line num="547" count="213" type="stmt"/>
1784
+ <line num="555" count="213" type="cond" truecount="2" falsecount="0"/>
1785
+ <line num="556" count="64" type="stmt"/>
1786
+ <line num="557" count="64" type="stmt"/>
1787
+ <line num="560" count="213" type="stmt"/>
1788
+ <line num="561" count="565" type="stmt"/>
1789
+ <line num="562" count="565" type="stmt"/>
1790
+ <line num="563" count="565" type="stmt"/>
1791
+ <line num="564" count="565" type="stmt"/>
1792
+ <line num="566" count="565" type="stmt"/>
1793
+ <line num="567" count="565" type="cond" truecount="4" falsecount="0"/>
1794
+ <line num="568" count="258" type="stmt"/>
1795
+ <line num="571" count="307" type="stmt"/>
1796
+ <line num="572" count="562" type="stmt"/>
1797
+ <line num="573" count="562" type="stmt"/>
1798
+ <line num="574" count="562" type="cond" truecount="2" falsecount="0"/>
1799
+ <line num="575" count="11" type="stmt"/>
1800
+ <line num="577" count="551" type="stmt"/>
1801
+ <line num="578" count="551" type="stmt"/>
1802
+ <line num="581" count="551" type="cond" truecount="2" falsecount="0"/>
1803
+ <line num="582" count="540" type="stmt"/>
1804
+ <line num="595" count="42" type="stmt"/>
1805
+ <line num="596" count="42" type="stmt"/>
1806
+ <line num="597" count="64" type="stmt"/>
1807
+ <line num="599" count="42" type="stmt"/>
1808
+ <line num="600" count="42" type="stmt"/>
1809
+ <line num="603" count="125" type="stmt"/>
1810
+ <line num="607" count="10" type="cond" truecount="4" falsecount="0"/>
1811
+ <line num="609" count="5" type="cond" truecount="2" falsecount="0"/>
1812
+ <line num="612" count="5" type="stmt"/>
1813
+ <line num="614" count="5" type="stmt"/>
1814
+ <line num="617" count="125" type="stmt"/>
1815
+ <line num="618" count="17" type="cond" truecount="4" falsecount="0"/>
1816
+ <line num="619" count="2" type="stmt"/>
1817
+ <line num="621" count="15" type="stmt"/>
1818
+ <line num="622" count="15" type="cond" truecount="4" falsecount="1"/>
1819
+ <line num="623" count="0" type="stmt"/>
1820
+ <line num="624" count="15" type="cond" truecount="2" falsecount="0"/>
1821
+ <line num="625" count="4" type="stmt"/>
1822
+ <line num="627" count="11" type="stmt"/>
1823
+ <line num="630" count="125" type="stmt"/>
1824
+ <line num="633" count="8" type="cond" truecount="4" falsecount="0"/>
1825
+ <line num="634" count="3" type="stmt"/>
1826
+ <line num="636" count="5" type="stmt"/>
1827
+ <line num="639" count="125" type="stmt"/>
1828
+ <line num="642" count="9" type="cond" truecount="4" falsecount="0"/>
1829
+ <line num="643" count="3" type="stmt"/>
1830
+ <line num="645" count="6" type="stmt"/>
1831
+ <line num="648" count="125" type="stmt"/>
1832
+ <line num="657" count="509" type="stmt"/>
1833
+ <line num="660" count="509" type="stmt"/>
1631
1834
  </file>
1632
1835
  <file name="index.ts" path="/Users/craigmartin/projects/pure-orm/src/index.ts">
1633
1836
  <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1634
1837
  </file>
1635
1838
  <file name="orm.ts" path="/Users/craigmartin/projects/pure-orm/src/orm.ts">
1636
- <metrics statements="90" coveredstatements="58" conditionals="13" coveredconditionals="10" methods="38" coveredmethods="27"/>
1637
- <line num="58" count="1" type="stmt"/>
1638
- <line num="63" count="6" type="stmt"/>
1639
- <line num="66" count="6" type="cond" truecount="1" falsecount="1"/>
1640
- <line num="67" count="6" type="stmt"/>
1641
- <line num="69" count="0" type="stmt"/>
1642
- <line num="78" count="6" type="stmt"/>
1643
- <line num="81" count="1" type="stmt"/>
1644
- <line num="85" count="24" type="stmt"/>
1645
- <line num="91" count="4" type="stmt"/>
1646
- <line num="93" count="1" type="stmt"/>
1647
- <line num="96" count="24" type="stmt"/>
1648
- <line num="98" count="24" type="stmt"/>
1649
- <line num="99" count="1" type="stmt"/>
1650
- <line num="100" count="4" type="stmt"/>
1651
- <line num="102" count="1" type="stmt"/>
1652
- <line num="105" count="6" type="stmt"/>
1653
- <line num="109" count="1" type="stmt"/>
1654
- <line num="113" count="24" type="stmt"/>
1655
- <line num="120" count="4" type="stmt"/>
1656
- <line num="122" count="1" type="stmt"/>
1657
- <line num="123" count="1" type="stmt"/>
1658
- <line num="124" count="1" type="stmt"/>
1659
- <line num="127" count="24" type="stmt"/>
1660
- <line num="129" count="24" type="stmt"/>
1661
- <line num="130" count="1" type="stmt"/>
1662
- <line num="131" count="1" type="stmt"/>
1663
- <line num="134" count="6" type="stmt"/>
1664
- <line num="137" count="1" type="stmt"/>
1665
- <line num="140" count="24" type="cond" truecount="2" falsecount="0"/>
1666
- <line num="146" count="24" type="stmt"/>
1667
- <line num="147" count="4" type="stmt"/>
1668
- <line num="149" count="1" type="stmt"/>
1669
- <line num="152" count="24" type="cond" truecount="2" falsecount="0"/>
1670
- <line num="156" count="24" type="stmt"/>
1671
- <line num="157" count="1" type="stmt"/>
1672
- <line num="162" count="6" type="stmt"/>
1673
- <line num="165" count="1" type="stmt"/>
1674
- <line num="168" count="24" type="cond" truecount="2" falsecount="0"/>
1675
- <line num="174" count="24" type="stmt"/>
1676
- <line num="175" count="4" type="stmt"/>
1677
- <line num="177" count="1" type="stmt"/>
1678
- <line num="180" count="24" type="cond" truecount="2" falsecount="0"/>
1679
- <line num="184" count="24" type="stmt"/>
1680
- <line num="187" count="4" type="stmt"/>
1681
- <line num="190" count="1" type="stmt"/>
1682
- <line num="193" count="6" type="stmt"/>
1683
- <line num="194" count="0" type="stmt"/>
1684
- <line num="195" count="0" type="stmt"/>
1685
- <line num="197" count="0" type="stmt"/>
1686
- <line num="201" count="0" type="stmt"/>
1687
- <line num="203" count="0" type="stmt"/>
1688
- <line num="204" count="0" type="stmt"/>
1689
- <line num="208" count="0" type="stmt"/>
1690
- <line num="211" count="6" type="stmt"/>
1691
- <line num="212" count="4" type="stmt"/>
1839
+ <metrics statements="148" coveredstatements="148" conditionals="27" coveredconditionals="24" methods="17" coveredmethods="17"/>
1840
+ <line num="60" count="1" type="stmt"/>
1841
+ <line num="65" count="41" type="stmt"/>
1842
+ <line num="68" count="41" type="cond" truecount="2" falsecount="0"/>
1843
+ <line num="69" count="40" type="stmt"/>
1844
+ <line num="71" count="1" type="stmt"/>
1845
+ <line num="87" count="40" type="stmt"/>
1846
+ <line num="88" count="40" type="stmt"/>
1847
+ <line num="89" count="23" type="stmt"/>
1848
+ <line num="90" count="23" type="cond" truecount="1" falsecount="1"/>
1849
+ <line num="91" count="23" type="stmt"/>
1850
+ <line num="92" count="23" type="stmt"/>
1851
+ <line num="93" count="23" type="stmt"/>
1852
+ <line num="94" count="23" type="stmt"/>
1853
+ <line num="95" count="23" type="stmt"/>
1854
+ <line num="96" count="552" type="stmt"/>
1855
+ <line num="97" count="552" type="stmt"/>
1856
+ <line num="98" count="552" type="stmt"/>
1857
+ <line num="99" count="552" type="stmt"/>
1858
+ <line num="100" count="552" type="stmt"/>
1859
+ <line num="102" count="23" type="stmt"/>
1860
+ <line num="108" count="23" type="stmt"/>
1861
+ <line num="110" count="23" type="stmt"/>
1862
+ <line num="113" count="40" type="stmt"/>
1863
+ <line num="116" count="5" type="stmt"/>
1864
+ <line num="117" count="5" type="stmt"/>
1865
+ <line num="118" count="5" type="stmt"/>
1866
+ <line num="119" count="5" type="stmt"/>
1867
+ <line num="120" count="5" type="stmt"/>
1868
+ <line num="121" count="5" type="stmt"/>
1869
+ <line num="122" count="5" type="stmt"/>
1870
+ <line num="123" count="5" type="stmt"/>
1871
+ <line num="124" count="120" type="stmt"/>
1872
+ <line num="125" count="120" type="cond" truecount="2" falsecount="0"/>
1873
+ <line num="126" count="12" type="cond" truecount="2" falsecount="0"/>
1874
+ <line num="127" count="7" type="stmt"/>
1875
+ <line num="129" count="12" type="stmt"/>
1876
+ <line num="130" count="12" type="stmt"/>
1877
+ <line num="131" count="12" type="stmt"/>
1878
+ <line num="132" count="12" type="stmt"/>
1879
+ <line num="135" count="5" type="stmt"/>
1880
+ <line num="138" count="40" type="stmt"/>
1881
+ <line num="142" count="6" type="stmt"/>
1882
+ <line num="143" count="6" type="stmt"/>
1883
+ <line num="144" count="6" type="stmt"/>
1884
+ <line num="145" count="6" type="stmt"/>
1885
+ <line num="146" count="6" type="stmt"/>
1886
+ <line num="147" count="6" type="stmt"/>
1887
+ <line num="148" count="6" type="stmt"/>
1888
+ <line num="149" count="144" type="stmt"/>
1889
+ <line num="150" count="144" type="cond" truecount="2" falsecount="0"/>
1890
+ <line num="151" count="13" type="cond" truecount="2" falsecount="0"/>
1891
+ <line num="152" count="7" type="stmt"/>
1892
+ <line num="154" count="13" type="stmt"/>
1893
+ <line num="155" count="13" type="stmt"/>
1894
+ <line num="156" count="13" type="stmt"/>
1895
+ <line num="159" count="6" type="stmt"/>
1896
+ <line num="160" count="6" type="stmt"/>
1897
+ <line num="161" count="6" type="stmt"/>
1898
+ <line num="164" count="40" type="stmt"/>
1899
+ <line num="167" count="10" type="stmt"/>
1900
+ <line num="168" count="10" type="stmt"/>
1901
+ <line num="169" count="10" type="stmt"/>
1902
+ <line num="170" count="10" type="stmt"/>
1903
+ <line num="171" count="10" type="stmt"/>
1904
+ <line num="172" count="10" type="stmt"/>
1905
+ <line num="173" count="10" type="stmt"/>
1906
+ <line num="174" count="240" type="stmt"/>
1907
+ <line num="175" count="240" type="cond" truecount="2" falsecount="0"/>
1908
+ <line num="176" count="14" type="cond" truecount="2" falsecount="0"/>
1909
+ <line num="177" count="4" type="stmt"/>
1910
+ <line num="179" count="14" type="stmt"/>
1911
+ <line num="180" count="14" type="stmt"/>
1912
+ <line num="181" count="14" type="stmt"/>
1913
+ <line num="184" count="10" type="stmt"/>
1914
+ <line num="189" count="40" type="stmt"/>
1915
+ <line num="192" count="2" type="stmt"/>
1916
+ <line num="193" count="2" type="stmt"/>
1917
+ <line num="194" count="2" type="stmt"/>
1918
+ <line num="195" count="2" type="stmt"/>
1919
+ <line num="196" count="2" type="stmt"/>
1920
+ <line num="197" count="2" type="stmt"/>
1921
+ <line num="198" count="2" type="stmt"/>
1922
+ <line num="199" count="48" type="stmt"/>
1923
+ <line num="200" count="48" type="cond" truecount="2" falsecount="0"/>
1924
+ <line num="201" count="5" type="cond" truecount="2" falsecount="0"/>
1925
+ <line num="202" count="3" type="stmt"/>
1926
+ <line num="204" count="5" type="stmt"/>
1927
+ <line num="205" count="5" type="stmt"/>
1928
+ <line num="206" count="5" type="stmt"/>
1929
+ <line num="209" count="2" type="stmt"/>
1930
+ <line num="212" count="40" type="stmt"/>
1931
+ <line num="213" count="3" type="stmt"/>
1932
+ <line num="214" count="3" type="stmt"/>
1933
+ <line num="215" count="3" type="stmt"/>
1934
+ <line num="216" count="3" type="stmt"/>
1935
+ <line num="217" count="6" type="stmt"/>
1936
+ <line num="218" count="6" type="cond" truecount="1" falsecount="1"/>
1692
1937
  <line num="219" count="6" type="stmt"/>
1693
- <line num="223" count="3" type="stmt"/>
1694
- <line num="233" count="6" type="stmt"/>
1695
- <line num="234" count="0" type="stmt"/>
1696
- <line num="235" count="0" type="stmt"/>
1697
- <line num="240" count="0" type="stmt"/>
1698
- <line num="244" count="6" type="cond" truecount="0" falsecount="2"/>
1699
- <line num="245" count="0" type="stmt"/>
1700
- <line num="246" count="0" type="stmt"/>
1701
- <line num="254" count="0" type="stmt"/>
1702
- <line num="258" count="6" type="stmt"/>
1703
- <line num="259" count="0" type="stmt"/>
1704
- <line num="260" count="0" type="stmt"/>
1705
- <line num="264" count="0" type="stmt"/>
1706
- <line num="267" count="6" type="stmt"/>
1707
- <line num="268" count="0" type="stmt"/>
1708
- <line num="269" count="0" type="stmt"/>
1709
- <line num="273" count="0" type="stmt"/>
1710
- <line num="276" count="6" type="stmt"/>
1711
- <line num="277" count="0" type="stmt"/>
1712
- <line num="278" count="0" type="stmt"/>
1713
- <line num="283" count="0" type="stmt"/>
1714
- <line num="286" count="6" type="stmt"/>
1715
- <line num="287" count="0" type="stmt"/>
1716
- <line num="288" count="0" type="stmt"/>
1717
- <line num="293" count="0" type="stmt"/>
1718
- <line num="296" count="6" type="stmt"/>
1719
- <line num="299" count="0" type="stmt"/>
1720
- <line num="300" count="0" type="stmt"/>
1721
- <line num="305" count="0" type="stmt"/>
1722
- <line num="308" count="6" type="stmt"/>
1723
- <line num="309" count="0" type="stmt"/>
1724
- <line num="310" count="0" type="stmt"/>
1725
- <line num="315" count="0" type="stmt"/>
1726
- <line num="318" count="6" type="stmt"/>
1938
+ <line num="222" count="3" type="stmt"/>
1939
+ <line num="225" count="40" type="stmt"/>
1940
+ <line num="226" count="5" type="stmt"/>
1941
+ <line num="227" count="5" type="stmt"/>
1942
+ <line num="228" count="5" type="cond" truecount="1" falsecount="1"/>
1943
+ <line num="233" count="40" type="stmt"/>
1944
+ <line num="237" count="6" type="stmt"/>
1945
+ <line num="238" count="6" type="stmt"/>
1946
+ <line num="239" count="6" type="stmt"/>
1947
+ <line num="247" count="40" type="stmt"/>
1948
+ <line num="248" count="2" type="stmt"/>
1949
+ <line num="249" count="2" type="stmt"/>
1950
+ <line num="250" count="2" type="stmt"/>
1951
+ <line num="255" count="2" type="stmt"/>
1952
+ <line num="259" count="40" type="stmt"/>
1953
+ <line num="263" count="2" type="stmt"/>
1954
+ <line num="264" count="2" type="stmt"/>
1955
+ <line num="265" count="2" type="stmt"/>
1956
+ <line num="274" count="2" type="stmt"/>
1957
+ <line num="278" count="40" type="stmt"/>
1958
+ <line num="279" count="1" type="stmt"/>
1959
+ <line num="280" count="1" type="stmt"/>
1960
+ <line num="281" count="1" type="stmt"/>
1961
+ <line num="285" count="1" type="stmt"/>
1962
+ <line num="288" count="40" type="stmt"/>
1963
+ <line num="289" count="1" type="stmt"/>
1964
+ <line num="290" count="1" type="stmt"/>
1965
+ <line num="291" count="1" type="stmt"/>
1966
+ <line num="295" count="1" type="stmt"/>
1967
+ <line num="298" count="40" type="stmt"/>
1968
+ <line num="299" count="1" type="stmt"/>
1969
+ <line num="300" count="1" type="stmt"/>
1970
+ <line num="301" count="1" type="stmt"/>
1971
+ <line num="306" count="1" type="stmt"/>
1972
+ <line num="309" count="40" type="stmt"/>
1973
+ <line num="312" count="2" type="stmt"/>
1974
+ <line num="313" count="2" type="stmt"/>
1975
+ <line num="314" count="2" type="stmt"/>
1976
+ <line num="319" count="2" type="stmt"/>
1977
+ <line num="322" count="40" type="stmt"/>
1978
+ <line num="325" count="2" type="stmt"/>
1979
+ <line num="326" count="2" type="stmt"/>
1980
+ <line num="327" count="2" type="stmt"/>
1981
+ <line num="332" count="2" type="stmt"/>
1982
+ <line num="335" count="40" type="stmt"/>
1983
+ <line num="338" count="2" type="stmt"/>
1984
+ <line num="339" count="2" type="stmt"/>
1985
+ <line num="340" count="2" type="stmt"/>
1986
+ <line num="345" count="2" type="stmt"/>
1987
+ <line num="348" count="40" type="stmt"/>
1727
1988
  </file>
1728
1989
  </package>
1729
1990
  <package name="src.driver-integrations">
1730
- <metrics statements="22" coveredstatements="8" conditionals="9" coveredconditionals="0" methods="12" coveredmethods="1"/>
1991
+ <metrics statements="22" coveredstatements="22" conditionals="9" coveredconditionals="9" methods="12" coveredmethods="12"/>
1731
1992
  <file name="pgp.ts" path="/Users/craigmartin/projects/pure-orm/src/driver-integrations/pgp.ts">
1732
- <metrics statements="22" coveredstatements="8" conditionals="9" coveredconditionals="0" methods="12" coveredmethods="1"/>
1733
- <line num="4" count="1" type="stmt"/>
1734
- <line num="9" count="6" type="stmt"/>
1735
- <line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
1736
- <line num="11" count="0" type="cond" truecount="0" falsecount="2"/>
1737
- <line num="12" count="0" type="stmt"/>
1738
- <line num="15" count="0" type="stmt"/>
1739
- <line num="22" count="6" type="stmt"/>
1740
- <line num="27" count="0" type="stmt"/>
1741
- <line num="29" count="0" type="stmt"/>
1742
- <line num="33" count="6" type="stmt"/>
1743
- <line num="38" count="0" type="stmt"/>
1744
- <line num="40" count="0" type="stmt"/>
1745
- <line num="44" count="6" type="stmt"/>
1746
- <line num="49" count="0" type="stmt"/>
1747
- <line num="51" count="0" type="stmt"/>
1748
- <line num="55" count="6" type="stmt"/>
1749
- <line num="60" count="0" type="stmt"/>
1750
- <line num="63" count="0" type="stmt"/>
1751
- <line num="71" count="6" type="stmt"/>
1752
- <line num="76" count="0" type="stmt"/>
1753
- <line num="78" count="0" type="stmt"/>
1754
- <line num="82" count="6" type="stmt"/>
1993
+ <metrics statements="22" coveredstatements="22" conditionals="9" coveredconditionals="9" methods="12" coveredmethods="12"/>
1994
+ <line num="4" count="2" type="stmt"/>
1995
+ <line num="9" count="68" type="stmt"/>
1996
+ <line num="10" count="8" type="cond" truecount="2" falsecount="0"/>
1997
+ <line num="11" count="7" type="cond" truecount="2" falsecount="0"/>
1998
+ <line num="12" count="1" type="stmt"/>
1999
+ <line num="15" count="7" type="stmt"/>
2000
+ <line num="22" count="68" type="stmt"/>
2001
+ <line num="27" count="13" type="stmt"/>
2002
+ <line num="29" count="9" type="stmt"/>
2003
+ <line num="33" count="68" type="stmt"/>
2004
+ <line num="38" count="6" type="stmt"/>
2005
+ <line num="40" count="5" type="stmt"/>
2006
+ <line num="44" count="68" type="stmt"/>
2007
+ <line num="49" count="7" type="stmt"/>
2008
+ <line num="51" count="6" type="stmt"/>
2009
+ <line num="55" count="68" type="stmt"/>
2010
+ <line num="60" count="7" type="stmt"/>
2011
+ <line num="63" count="6" type="stmt"/>
2012
+ <line num="71" count="68" type="stmt"/>
2013
+ <line num="76" count="5" type="stmt"/>
2014
+ <line num="78" count="4" type="stmt"/>
2015
+ <line num="82" count="68" type="stmt"/>
1755
2016
  </file>
1756
2017
  </package>
1757
2018
  <package name="test-utils.blog">
@@ -1771,20 +2032,20 @@
1771
2032
  <metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1772
2033
  <line num="4" count="1" type="stmt"/>
1773
2034
  <line num="6" count="1" type="stmt"/>
1774
- <line num="37" count="75" type="stmt"/>
1775
- <line num="38" count="75" type="stmt"/>
1776
- <line num="39" count="75" type="stmt"/>
1777
- <line num="40" count="75" type="stmt"/>
1778
- <line num="41" count="75" type="stmt"/>
1779
- <line num="42" count="75" type="stmt"/>
1780
- <line num="43" count="75" type="stmt"/>
1781
- <line num="44" count="75" type="stmt"/>
1782
- <line num="45" count="75" type="stmt"/>
1783
- <line num="46" count="75" type="stmt"/>
1784
- <line num="47" count="75" type="stmt"/>
1785
- <line num="48" count="75" type="stmt"/>
1786
- <line num="49" count="75" type="stmt"/>
1787
- <line num="56" count="8" type="stmt"/>
2035
+ <line num="37" count="11" type="stmt"/>
2036
+ <line num="38" count="11" type="stmt"/>
2037
+ <line num="39" count="11" type="stmt"/>
2038
+ <line num="40" count="11" type="stmt"/>
2039
+ <line num="41" count="11" type="stmt"/>
2040
+ <line num="42" count="11" type="stmt"/>
2041
+ <line num="43" count="11" type="stmt"/>
2042
+ <line num="44" count="11" type="stmt"/>
2043
+ <line num="45" count="11" type="stmt"/>
2044
+ <line num="46" count="11" type="stmt"/>
2045
+ <line num="47" count="11" type="stmt"/>
2046
+ <line num="48" count="11" type="stmt"/>
2047
+ <line num="49" count="11" type="stmt"/>
2048
+ <line num="56" count="19" type="stmt"/>
1788
2049
  <line num="60" count="1" type="stmt"/>
1789
2050
  </file>
1790
2051
  <file name="article_tag.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/blog/models/article_tag.ts">
@@ -1796,25 +2057,25 @@
1796
2057
  <line num="23" count="75" type="stmt"/>
1797
2058
  <line num="24" count="75" type="stmt"/>
1798
2059
  <line num="25" count="75" type="stmt"/>
1799
- <line num="32" count="11" type="stmt"/>
2060
+ <line num="32" count="86" type="stmt"/>
1800
2061
  <line num="36" count="1" type="stmt"/>
1801
2062
  </file>
1802
2063
  <file name="person.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/blog/models/person.ts">
1803
2064
  <metrics statements="17" coveredstatements="15" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1804
2065
  <line num="3" count="1" type="stmt"/>
1805
2066
  <line num="5" count="1" type="stmt"/>
1806
- <line num="50" count="75" type="stmt"/>
1807
- <line num="51" count="75" type="stmt"/>
1808
- <line num="52" count="75" type="stmt"/>
1809
- <line num="53" count="75" type="stmt"/>
1810
- <line num="54" count="75" type="stmt"/>
1811
- <line num="55" count="75" type="stmt"/>
1812
- <line num="56" count="75" type="stmt"/>
1813
- <line num="57" count="75" type="stmt"/>
1814
- <line num="58" count="75" type="stmt"/>
1815
- <line num="59" count="75" type="stmt"/>
1816
- <line num="60" count="75" type="stmt"/>
1817
- <line num="61" count="75" type="stmt"/>
2067
+ <line num="50" count="11" type="stmt"/>
2068
+ <line num="51" count="11" type="stmt"/>
2069
+ <line num="52" count="11" type="stmt"/>
2070
+ <line num="53" count="11" type="stmt"/>
2071
+ <line num="54" count="11" type="stmt"/>
2072
+ <line num="55" count="11" type="stmt"/>
2073
+ <line num="56" count="11" type="stmt"/>
2074
+ <line num="57" count="11" type="stmt"/>
2075
+ <line num="58" count="11" type="stmt"/>
2076
+ <line num="59" count="11" type="stmt"/>
2077
+ <line num="60" count="11" type="stmt"/>
2078
+ <line num="61" count="11" type="stmt"/>
1818
2079
  <line num="68" count="0" type="stmt"/>
1819
2080
  <line num="69" count="0" type="stmt"/>
1820
2081
  <line num="73" count="1" type="stmt"/>
@@ -1843,9 +2104,9 @@
1843
2104
  <metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1844
2105
  <line num="4" count="1" type="stmt"/>
1845
2106
  <line num="6" count="1" type="stmt"/>
1846
- <line num="17" count="4" type="stmt"/>
1847
- <line num="18" count="4" type="stmt"/>
1848
- <line num="19" count="4" type="stmt"/>
2107
+ <line num="17" count="3" type="stmt"/>
2108
+ <line num="18" count="3" type="stmt"/>
2109
+ <line num="19" count="3" type="stmt"/>
1849
2110
  <line num="26" count="2" type="stmt"/>
1850
2111
  <line num="30" count="1" type="stmt"/>
1851
2112
  </file>
@@ -1853,8 +2114,8 @@
1853
2114
  <metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1854
2115
  <line num="3" count="1" type="stmt"/>
1855
2116
  <line num="5" count="1" type="stmt"/>
1856
- <line num="12" count="4" type="stmt"/>
1857
- <line num="13" count="4" type="stmt"/>
2117
+ <line num="12" count="2" type="stmt"/>
2118
+ <line num="13" count="2" type="stmt"/>
1858
2119
  <line num="20" count="1" type="stmt"/>
1859
2120
  <line num="24" count="1" type="stmt"/>
1860
2121
  </file>
@@ -1862,11 +2123,11 @@
1862
2123
  <metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1863
2124
  <line num="4" count="1" type="stmt"/>
1864
2125
  <line num="6" count="1" type="stmt"/>
1865
- <line num="21" count="4" type="stmt"/>
1866
- <line num="22" count="4" type="stmt"/>
1867
- <line num="23" count="4" type="stmt"/>
1868
- <line num="24" count="4" type="stmt"/>
1869
- <line num="25" count="4" type="stmt"/>
2126
+ <line num="21" count="2" type="stmt"/>
2127
+ <line num="22" count="2" type="stmt"/>
2128
+ <line num="23" count="2" type="stmt"/>
2129
+ <line num="24" count="2" type="stmt"/>
2130
+ <line num="25" count="2" type="stmt"/>
1870
2131
  <line num="32" count="1" type="stmt"/>
1871
2132
  <line num="36" count="1" type="stmt"/>
1872
2133
  </file>
@@ -1874,19 +2135,19 @@
1874
2135
  <metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1875
2136
  <line num="5" count="1" type="stmt"/>
1876
2137
  <line num="7" count="1" type="stmt"/>
1877
- <line num="21" count="4" type="stmt"/>
1878
- <line num="22" count="4" type="stmt"/>
1879
- <line num="23" count="4" type="stmt"/>
1880
- <line num="24" count="4" type="stmt"/>
1881
- <line num="25" count="4" type="stmt"/>
1882
- <line num="32" count="1" type="stmt"/>
2138
+ <line num="21" count="1" type="stmt"/>
2139
+ <line num="22" count="1" type="stmt"/>
2140
+ <line num="23" count="1" type="stmt"/>
2141
+ <line num="24" count="1" type="stmt"/>
2142
+ <line num="25" count="1" type="stmt"/>
2143
+ <line num="32" count="2" type="stmt"/>
1883
2144
  <line num="36" count="1" type="stmt"/>
1884
2145
  </file>
1885
2146
  <file name="parcel.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/five/models/parcel.ts">
1886
2147
  <metrics statements="5" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1887
2148
  <line num="3" count="1" type="stmt"/>
1888
2149
  <line num="5" count="1" type="stmt"/>
1889
- <line num="11" count="4" type="stmt"/>
2150
+ <line num="11" count="1" type="stmt"/>
1890
2151
  <line num="18" count="0" type="stmt"/>
1891
2152
  <line num="22" count="1" type="stmt"/>
1892
2153
  </file>
@@ -1932,11 +2193,11 @@
1932
2193
  <metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1933
2194
  <line num="3" count="1" type="stmt"/>
1934
2195
  <line num="5" count="1" type="stmt"/>
1935
- <line num="19" count="2" type="stmt"/>
1936
- <line num="20" count="2" type="stmt"/>
1937
- <line num="21" count="2" type="stmt"/>
1938
- <line num="28" count="1" type="stmt"/>
1939
- <line num="29" count="1" type="stmt"/>
2196
+ <line num="19" count="4" type="stmt"/>
2197
+ <line num="20" count="4" type="stmt"/>
2198
+ <line num="21" count="4" type="stmt"/>
2199
+ <line num="28" count="2" type="stmt"/>
2200
+ <line num="29" count="2" type="stmt"/>
1940
2201
  <line num="33" count="1" type="stmt"/>
1941
2202
  </file>
1942
2203
  </package>
@@ -1944,7 +2205,7 @@
1944
2205
  <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1945
2206
  <file name="entities.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order/entities.ts">
1946
2207
  <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1947
- <line num="7" count="2" type="stmt"/>
2208
+ <line num="7" count="3" type="stmt"/>
1948
2209
  </file>
1949
2210
  </package>
1950
2211
  <package name="test-utils.order-more">
@@ -1955,13 +2216,13 @@
1955
2216
  </file>
1956
2217
  </package>
1957
2218
  <package name="test-utils.order-more.models">
1958
- <metrics statements="239" coveredstatements="229" conditionals="0" coveredconditionals="0" methods="40" coveredmethods="30"/>
2219
+ <metrics statements="239" coveredstatements="222" conditionals="0" coveredconditionals="0" methods="40" coveredmethods="28"/>
1959
2220
  <file name="actual-product-variant.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/actual-product-variant.ts">
1960
2221
  <metrics statements="6" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1961
2222
  <line num="3" count="1" type="stmt"/>
1962
2223
  <line num="5" count="1" type="stmt"/>
1963
- <line num="12" count="22" type="stmt"/>
1964
- <line num="13" count="22" type="stmt"/>
2224
+ <line num="12" count="6" type="stmt"/>
2225
+ <line num="13" count="6" type="stmt"/>
1965
2226
  <line num="22" count="0" type="stmt"/>
1966
2227
  <line num="26" count="1" type="stmt"/>
1967
2228
  </file>
@@ -1969,11 +2230,11 @@
1969
2230
  <metrics statements="9" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1970
2231
  <line num="3" count="1" type="stmt"/>
1971
2232
  <line num="5" count="1" type="stmt"/>
1972
- <line num="21" count="69" type="stmt"/>
1973
- <line num="22" count="69" type="stmt"/>
1974
- <line num="23" count="69" type="stmt"/>
1975
- <line num="24" count="69" type="stmt"/>
1976
- <line num="25" count="69" type="stmt"/>
2233
+ <line num="21" count="17" type="stmt"/>
2234
+ <line num="22" count="17" type="stmt"/>
2235
+ <line num="23" count="17" type="stmt"/>
2236
+ <line num="24" count="17" type="stmt"/>
2237
+ <line num="25" count="17" type="stmt"/>
1977
2238
  <line num="32" count="0" type="stmt"/>
1978
2239
  <line num="36" count="1" type="stmt"/>
1979
2240
  </file>
@@ -1981,8 +2242,8 @@
1981
2242
  <metrics statements="6" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1982
2243
  <line num="3" count="1" type="stmt"/>
1983
2244
  <line num="5" count="1" type="stmt"/>
1984
- <line num="12" count="47" type="stmt"/>
1985
- <line num="13" count="47" type="stmt"/>
2245
+ <line num="12" count="10" type="stmt"/>
2246
+ <line num="13" count="10" type="stmt"/>
1986
2247
  <line num="20" count="0" type="stmt"/>
1987
2248
  <line num="24" count="1" type="stmt"/>
1988
2249
  </file>
@@ -1990,9 +2251,9 @@
1990
2251
  <metrics statements="7" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1991
2252
  <line num="3" count="1" type="stmt"/>
1992
2253
  <line num="5" count="1" type="stmt"/>
1993
- <line num="13" count="45" type="stmt"/>
1994
- <line num="14" count="45" type="stmt"/>
1995
- <line num="15" count="45" type="stmt"/>
2254
+ <line num="13" count="13" type="stmt"/>
2255
+ <line num="14" count="13" type="stmt"/>
2256
+ <line num="15" count="13" type="stmt"/>
1996
2257
  <line num="22" count="0" type="stmt"/>
1997
2258
  <line num="26" count="1" type="stmt"/>
1998
2259
  </file>
@@ -2000,91 +2261,91 @@
2000
2261
  <metrics statements="13" coveredstatements="13" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2001
2262
  <line num="6" count="1" type="stmt"/>
2002
2263
  <line num="8" count="1" type="stmt"/>
2003
- <line num="30" count="16" type="stmt"/>
2004
- <line num="31" count="16" type="stmt"/>
2005
- <line num="32" count="16" type="stmt"/>
2006
- <line num="33" count="16" type="stmt"/>
2007
- <line num="34" count="16" type="stmt"/>
2008
- <line num="35" count="16" type="stmt"/>
2009
- <line num="36" count="16" type="stmt"/>
2010
- <line num="37" count="16" type="stmt"/>
2011
- <line num="38" count="16" type="stmt"/>
2012
- <line num="45" count="2" type="stmt"/>
2264
+ <line num="30" count="3" type="stmt"/>
2265
+ <line num="31" count="3" type="stmt"/>
2266
+ <line num="32" count="3" type="stmt"/>
2267
+ <line num="33" count="3" type="stmt"/>
2268
+ <line num="34" count="3" type="stmt"/>
2269
+ <line num="35" count="3" type="stmt"/>
2270
+ <line num="36" count="3" type="stmt"/>
2271
+ <line num="37" count="3" type="stmt"/>
2272
+ <line num="38" count="3" type="stmt"/>
2273
+ <line num="45" count="5" type="stmt"/>
2013
2274
  <line num="49" count="1" type="stmt"/>
2014
2275
  </file>
2015
2276
  <file name="line-item.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/line-item.ts">
2016
2277
  <metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2017
2278
  <line num="5" count="1" type="stmt"/>
2018
2279
  <line num="7" count="1" type="stmt"/>
2019
- <line num="38" count="47" type="stmt"/>
2020
- <line num="39" count="47" type="stmt"/>
2021
- <line num="40" count="47" type="stmt"/>
2022
- <line num="41" count="47" type="stmt"/>
2023
- <line num="42" count="47" type="stmt"/>
2024
- <line num="43" count="47" type="stmt"/>
2025
- <line num="44" count="47" type="stmt"/>
2026
- <line num="45" count="47" type="stmt"/>
2027
- <line num="46" count="47" type="stmt"/>
2028
- <line num="47" count="47" type="stmt"/>
2029
- <line num="48" count="47" type="stmt"/>
2030
- <line num="49" count="47" type="stmt"/>
2031
- <line num="50" count="47" type="stmt"/>
2032
- <line num="57" count="10" type="stmt"/>
2280
+ <line num="38" count="12" type="stmt"/>
2281
+ <line num="39" count="12" type="stmt"/>
2282
+ <line num="40" count="12" type="stmt"/>
2283
+ <line num="41" count="12" type="stmt"/>
2284
+ <line num="42" count="12" type="stmt"/>
2285
+ <line num="43" count="12" type="stmt"/>
2286
+ <line num="44" count="12" type="stmt"/>
2287
+ <line num="45" count="12" type="stmt"/>
2288
+ <line num="46" count="12" type="stmt"/>
2289
+ <line num="47" count="12" type="stmt"/>
2290
+ <line num="48" count="12" type="stmt"/>
2291
+ <line num="49" count="12" type="stmt"/>
2292
+ <line num="50" count="12" type="stmt"/>
2293
+ <line num="57" count="22" type="stmt"/>
2033
2294
  <line num="61" count="1" type="stmt"/>
2034
2295
  </file>
2035
2296
  <file name="order.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/order.ts">
2036
2297
  <metrics statements="41" coveredstatements="41" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2037
2298
  <line num="6" count="1" type="stmt"/>
2038
2299
  <line num="8" count="1" type="stmt"/>
2039
- <line num="72" count="47" type="stmt"/>
2040
- <line num="73" count="47" type="stmt"/>
2041
- <line num="74" count="47" type="stmt"/>
2042
- <line num="75" count="47" type="stmt"/>
2043
- <line num="76" count="47" type="stmt"/>
2044
- <line num="77" count="47" type="stmt"/>
2045
- <line num="78" count="47" type="stmt"/>
2046
- <line num="79" count="47" type="stmt"/>
2047
- <line num="80" count="47" type="stmt"/>
2048
- <line num="81" count="47" type="stmt"/>
2049
- <line num="82" count="47" type="stmt"/>
2050
- <line num="83" count="47" type="stmt"/>
2051
- <line num="84" count="47" type="stmt"/>
2052
- <line num="85" count="47" type="stmt"/>
2053
- <line num="86" count="47" type="stmt"/>
2054
- <line num="87" count="47" type="stmt"/>
2055
- <line num="88" count="47" type="stmt"/>
2056
- <line num="89" count="47" type="stmt"/>
2057
- <line num="90" count="47" type="stmt"/>
2058
- <line num="91" count="47" type="stmt"/>
2059
- <line num="92" count="47" type="stmt"/>
2060
- <line num="93" count="47" type="stmt"/>
2061
- <line num="94" count="47" type="stmt"/>
2062
- <line num="95" count="47" type="stmt"/>
2063
- <line num="96" count="47" type="stmt"/>
2064
- <line num="97" count="47" type="stmt"/>
2065
- <line num="98" count="47" type="stmt"/>
2066
- <line num="99" count="47" type="stmt"/>
2067
- <line num="100" count="47" type="stmt"/>
2068
- <line num="101" count="47" type="stmt"/>
2069
- <line num="102" count="47" type="stmt"/>
2070
- <line num="103" count="47" type="stmt"/>
2071
- <line num="104" count="47" type="stmt"/>
2072
- <line num="105" count="47" type="stmt"/>
2073
- <line num="106" count="47" type="stmt"/>
2074
- <line num="107" count="47" type="stmt"/>
2075
- <line num="108" count="47" type="stmt"/>
2076
- <line num="115" count="2" type="stmt"/>
2300
+ <line num="72" count="10" type="stmt"/>
2301
+ <line num="73" count="10" type="stmt"/>
2302
+ <line num="74" count="10" type="stmt"/>
2303
+ <line num="75" count="10" type="stmt"/>
2304
+ <line num="76" count="10" type="stmt"/>
2305
+ <line num="77" count="10" type="stmt"/>
2306
+ <line num="78" count="10" type="stmt"/>
2307
+ <line num="79" count="10" type="stmt"/>
2308
+ <line num="80" count="10" type="stmt"/>
2309
+ <line num="81" count="10" type="stmt"/>
2310
+ <line num="82" count="10" type="stmt"/>
2311
+ <line num="83" count="10" type="stmt"/>
2312
+ <line num="84" count="10" type="stmt"/>
2313
+ <line num="85" count="10" type="stmt"/>
2314
+ <line num="86" count="10" type="stmt"/>
2315
+ <line num="87" count="10" type="stmt"/>
2316
+ <line num="88" count="10" type="stmt"/>
2317
+ <line num="89" count="10" type="stmt"/>
2318
+ <line num="90" count="10" type="stmt"/>
2319
+ <line num="91" count="10" type="stmt"/>
2320
+ <line num="92" count="10" type="stmt"/>
2321
+ <line num="93" count="10" type="stmt"/>
2322
+ <line num="94" count="10" type="stmt"/>
2323
+ <line num="95" count="10" type="stmt"/>
2324
+ <line num="96" count="10" type="stmt"/>
2325
+ <line num="97" count="10" type="stmt"/>
2326
+ <line num="98" count="10" type="stmt"/>
2327
+ <line num="99" count="10" type="stmt"/>
2328
+ <line num="100" count="10" type="stmt"/>
2329
+ <line num="101" count="10" type="stmt"/>
2330
+ <line num="102" count="10" type="stmt"/>
2331
+ <line num="103" count="10" type="stmt"/>
2332
+ <line num="104" count="10" type="stmt"/>
2333
+ <line num="105" count="10" type="stmt"/>
2334
+ <line num="106" count="10" type="stmt"/>
2335
+ <line num="107" count="10" type="stmt"/>
2336
+ <line num="108" count="10" type="stmt"/>
2337
+ <line num="115" count="22" type="stmt"/>
2077
2338
  <line num="119" count="1" type="stmt"/>
2078
2339
  </file>
2079
2340
  <file name="parcel-event.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/parcel-event.ts">
2080
2341
  <metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2081
2342
  <line num="4" count="1" type="stmt"/>
2082
2343
  <line num="6" count="1" type="stmt"/>
2083
- <line num="21" count="47" type="stmt"/>
2084
- <line num="22" count="47" type="stmt"/>
2085
- <line num="23" count="47" type="stmt"/>
2086
- <line num="24" count="47" type="stmt"/>
2087
- <line num="25" count="47" type="stmt"/>
2344
+ <line num="21" count="43" type="stmt"/>
2345
+ <line num="22" count="43" type="stmt"/>
2346
+ <line num="23" count="43" type="stmt"/>
2347
+ <line num="24" count="43" type="stmt"/>
2348
+ <line num="25" count="43" type="stmt"/>
2088
2349
  <line num="32" count="8" type="stmt"/>
2089
2350
  <line num="36" count="1" type="stmt"/>
2090
2351
  </file>
@@ -2092,19 +2353,19 @@
2092
2353
  <metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2093
2354
  <line num="5" count="1" type="stmt"/>
2094
2355
  <line num="7" count="1" type="stmt"/>
2095
- <line num="21" count="47" type="stmt"/>
2096
- <line num="22" count="47" type="stmt"/>
2097
- <line num="23" count="47" type="stmt"/>
2098
- <line num="24" count="47" type="stmt"/>
2099
- <line num="25" count="47" type="stmt"/>
2100
- <line num="32" count="8" type="stmt"/>
2356
+ <line num="21" count="8" type="stmt"/>
2357
+ <line num="22" count="8" type="stmt"/>
2358
+ <line num="23" count="8" type="stmt"/>
2359
+ <line num="24" count="8" type="stmt"/>
2360
+ <line num="25" count="8" type="stmt"/>
2361
+ <line num="32" count="16" type="stmt"/>
2101
2362
  <line num="36" count="1" type="stmt"/>
2102
2363
  </file>
2103
2364
  <file name="parcel.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/parcel.ts">
2104
2365
  <metrics statements="5" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2105
2366
  <line num="3" count="1" type="stmt"/>
2106
2367
  <line num="5" count="1" type="stmt"/>
2107
- <line num="11" count="47" type="stmt"/>
2368
+ <line num="11" count="8" type="stmt"/>
2108
2369
  <line num="18" count="0" type="stmt"/>
2109
2370
  <line num="22" count="1" type="stmt"/>
2110
2371
  </file>
@@ -2112,17 +2373,17 @@
2112
2373
  <metrics statements="15" coveredstatements="14" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2113
2374
  <line num="3" count="1" type="stmt"/>
2114
2375
  <line num="5" count="1" type="stmt"/>
2115
- <line num="33" count="47" type="stmt"/>
2116
- <line num="34" count="47" type="stmt"/>
2117
- <line num="35" count="47" type="stmt"/>
2118
- <line num="36" count="47" type="stmt"/>
2119
- <line num="37" count="47" type="stmt"/>
2120
- <line num="38" count="47" type="stmt"/>
2121
- <line num="39" count="47" type="stmt"/>
2122
- <line num="40" count="47" type="stmt"/>
2123
- <line num="41" count="47" type="stmt"/>
2124
- <line num="42" count="47" type="stmt"/>
2125
- <line num="43" count="47" type="stmt"/>
2376
+ <line num="33" count="10" type="stmt"/>
2377
+ <line num="34" count="10" type="stmt"/>
2378
+ <line num="35" count="10" type="stmt"/>
2379
+ <line num="36" count="10" type="stmt"/>
2380
+ <line num="37" count="10" type="stmt"/>
2381
+ <line num="38" count="10" type="stmt"/>
2382
+ <line num="39" count="10" type="stmt"/>
2383
+ <line num="40" count="10" type="stmt"/>
2384
+ <line num="41" count="10" type="stmt"/>
2385
+ <line num="42" count="10" type="stmt"/>
2386
+ <line num="43" count="10" type="stmt"/>
2126
2387
  <line num="50" count="0" type="stmt"/>
2127
2388
  <line num="54" count="1" type="stmt"/>
2128
2389
  </file>
@@ -2130,12 +2391,12 @@
2130
2391
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2131
2392
  <line num="4" count="1" type="stmt"/>
2132
2393
  <line num="6" count="1" type="stmt"/>
2133
- <line num="23" count="61" type="stmt"/>
2134
- <line num="24" count="61" type="stmt"/>
2135
- <line num="25" count="61" type="stmt"/>
2136
- <line num="26" count="61" type="stmt"/>
2137
- <line num="27" count="61" type="stmt"/>
2138
- <line num="28" count="61" type="stmt"/>
2394
+ <line num="23" count="26" type="stmt"/>
2395
+ <line num="24" count="26" type="stmt"/>
2396
+ <line num="25" count="26" type="stmt"/>
2397
+ <line num="26" count="26" type="stmt"/>
2398
+ <line num="27" count="26" type="stmt"/>
2399
+ <line num="28" count="26" type="stmt"/>
2139
2400
  <line num="35" count="14" type="stmt"/>
2140
2401
  <line num="39" count="1" type="stmt"/>
2141
2402
  </file>
@@ -2143,43 +2404,43 @@
2143
2404
  <metrics statements="24" coveredstatements="24" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2144
2405
  <line num="8" count="1" type="stmt"/>
2145
2406
  <line num="10" count="1" type="stmt"/>
2146
- <line num="51" count="69" type="stmt"/>
2147
- <line num="52" count="69" type="stmt"/>
2148
- <line num="53" count="69" type="stmt"/>
2149
- <line num="54" count="69" type="stmt"/>
2150
- <line num="55" count="69" type="stmt"/>
2151
- <line num="56" count="69" type="stmt"/>
2152
- <line num="57" count="69" type="stmt"/>
2153
- <line num="58" count="69" type="stmt"/>
2154
- <line num="59" count="69" type="stmt"/>
2155
- <line num="60" count="69" type="stmt"/>
2156
- <line num="61" count="69" type="stmt"/>
2157
- <line num="62" count="69" type="stmt"/>
2158
- <line num="63" count="69" type="stmt"/>
2159
- <line num="64" count="69" type="stmt"/>
2160
- <line num="65" count="69" type="stmt"/>
2161
- <line num="66" count="69" type="stmt"/>
2162
- <line num="67" count="69" type="stmt"/>
2163
- <line num="68" count="69" type="stmt"/>
2164
- <line num="69" count="69" type="stmt"/>
2165
- <line num="70" count="69" type="stmt"/>
2166
- <line num="77" count="6" type="stmt"/>
2407
+ <line num="51" count="22" type="stmt"/>
2408
+ <line num="52" count="22" type="stmt"/>
2409
+ <line num="53" count="22" type="stmt"/>
2410
+ <line num="54" count="22" type="stmt"/>
2411
+ <line num="55" count="22" type="stmt"/>
2412
+ <line num="56" count="22" type="stmt"/>
2413
+ <line num="57" count="22" type="stmt"/>
2414
+ <line num="58" count="22" type="stmt"/>
2415
+ <line num="59" count="22" type="stmt"/>
2416
+ <line num="60" count="22" type="stmt"/>
2417
+ <line num="61" count="22" type="stmt"/>
2418
+ <line num="62" count="22" type="stmt"/>
2419
+ <line num="63" count="22" type="stmt"/>
2420
+ <line num="64" count="22" type="stmt"/>
2421
+ <line num="65" count="22" type="stmt"/>
2422
+ <line num="66" count="22" type="stmt"/>
2423
+ <line num="67" count="22" type="stmt"/>
2424
+ <line num="68" count="22" type="stmt"/>
2425
+ <line num="69" count="22" type="stmt"/>
2426
+ <line num="70" count="22" type="stmt"/>
2427
+ <line num="77" count="78" type="stmt"/>
2167
2428
  <line num="81" count="1" type="stmt"/>
2168
2429
  </file>
2169
2430
  <file name="product.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/product.ts">
2170
2431
  <metrics statements="14" coveredstatements="13" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2171
2432
  <line num="3" count="1" type="stmt"/>
2172
2433
  <line num="5" count="1" type="stmt"/>
2173
- <line num="31" count="69" type="stmt"/>
2174
- <line num="32" count="69" type="stmt"/>
2175
- <line num="33" count="69" type="stmt"/>
2176
- <line num="34" count="69" type="stmt"/>
2177
- <line num="35" count="69" type="stmt"/>
2178
- <line num="36" count="69" type="stmt"/>
2179
- <line num="37" count="69" type="stmt"/>
2180
- <line num="38" count="69" type="stmt"/>
2181
- <line num="39" count="69" type="stmt"/>
2182
- <line num="40" count="69" type="stmt"/>
2434
+ <line num="31" count="20" type="stmt"/>
2435
+ <line num="32" count="20" type="stmt"/>
2436
+ <line num="33" count="20" type="stmt"/>
2437
+ <line num="34" count="20" type="stmt"/>
2438
+ <line num="35" count="20" type="stmt"/>
2439
+ <line num="36" count="20" type="stmt"/>
2440
+ <line num="37" count="20" type="stmt"/>
2441
+ <line num="38" count="20" type="stmt"/>
2442
+ <line num="39" count="20" type="stmt"/>
2443
+ <line num="40" count="20" type="stmt"/>
2183
2444
  <line num="47" count="0" type="stmt"/>
2184
2445
  <line num="51" count="1" type="stmt"/>
2185
2446
  </file>
@@ -2187,16 +2448,16 @@
2187
2448
  <metrics statements="14" coveredstatements="14" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2188
2449
  <line num="4" count="1" type="stmt"/>
2189
2450
  <line num="6" count="1" type="stmt"/>
2190
- <line num="31" count="47" type="stmt"/>
2191
- <line num="32" count="47" type="stmt"/>
2192
- <line num="33" count="47" type="stmt"/>
2193
- <line num="34" count="47" type="stmt"/>
2194
- <line num="35" count="47" type="stmt"/>
2195
- <line num="36" count="47" type="stmt"/>
2196
- <line num="37" count="47" type="stmt"/>
2197
- <line num="38" count="47" type="stmt"/>
2198
- <line num="39" count="47" type="stmt"/>
2199
- <line num="40" count="47" type="stmt"/>
2451
+ <line num="31" count="4" type="stmt"/>
2452
+ <line num="32" count="4" type="stmt"/>
2453
+ <line num="33" count="4" type="stmt"/>
2454
+ <line num="34" count="4" type="stmt"/>
2455
+ <line num="35" count="4" type="stmt"/>
2456
+ <line num="36" count="4" type="stmt"/>
2457
+ <line num="37" count="4" type="stmt"/>
2458
+ <line num="38" count="4" type="stmt"/>
2459
+ <line num="39" count="4" type="stmt"/>
2460
+ <line num="40" count="4" type="stmt"/>
2200
2461
  <line num="47" count="4" type="stmt"/>
2201
2462
  <line num="51" count="1" type="stmt"/>
2202
2463
  </file>
@@ -2204,23 +2465,23 @@
2204
2465
  <metrics statements="11" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2205
2466
  <line num="5" count="1" type="stmt"/>
2206
2467
  <line num="7" count="1" type="stmt"/>
2207
- <line num="25" count="6" type="stmt"/>
2208
- <line num="26" count="6" type="stmt"/>
2209
- <line num="27" count="6" type="stmt"/>
2210
- <line num="28" count="6" type="stmt"/>
2211
- <line num="29" count="6" type="stmt"/>
2212
- <line num="30" count="6" type="stmt"/>
2213
- <line num="31" count="6" type="stmt"/>
2214
- <line num="40" count="2" type="stmt"/>
2468
+ <line num="25" count="3" type="stmt"/>
2469
+ <line num="26" count="3" type="stmt"/>
2470
+ <line num="27" count="3" type="stmt"/>
2471
+ <line num="28" count="3" type="stmt"/>
2472
+ <line num="29" count="3" type="stmt"/>
2473
+ <line num="30" count="3" type="stmt"/>
2474
+ <line num="31" count="3" type="stmt"/>
2475
+ <line num="40" count="5" type="stmt"/>
2215
2476
  <line num="44" count="1" type="stmt"/>
2216
2477
  </file>
2217
2478
  <file name="shipment.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/shipment.ts">
2218
2479
  <metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2219
2480
  <line num="3" count="1" type="stmt"/>
2220
2481
  <line num="5" count="1" type="stmt"/>
2221
- <line num="17" count="20" type="stmt"/>
2222
- <line num="18" count="20" type="stmt"/>
2223
- <line num="19" count="20" type="stmt"/>
2482
+ <line num="17" count="2" type="stmt"/>
2483
+ <line num="18" count="2" type="stmt"/>
2484
+ <line num="19" count="2" type="stmt"/>
2224
2485
  <line num="26" count="1" type="stmt"/>
2225
2486
  <line num="30" count="1" type="stmt"/>
2226
2487
  </file>
@@ -2228,40 +2489,40 @@
2228
2489
  <metrics statements="7" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2229
2490
  <line num="3" count="1" type="stmt"/>
2230
2491
  <line num="5" count="1" type="stmt"/>
2231
- <line num="13" count="69" type="stmt"/>
2232
- <line num="14" count="69" type="stmt"/>
2233
- <line num="15" count="69" type="stmt"/>
2492
+ <line num="13" count="22" type="stmt"/>
2493
+ <line num="14" count="22" type="stmt"/>
2494
+ <line num="15" count="22" type="stmt"/>
2234
2495
  <line num="22" count="0" type="stmt"/>
2235
2496
  <line num="26" count="1" type="stmt"/>
2236
2497
  </file>
2237
2498
  <file name="utm-medium.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/utm-medium.ts">
2238
- <metrics statements="7" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2499
+ <metrics statements="7" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2239
2500
  <line num="3" count="1" type="stmt"/>
2240
2501
  <line num="5" count="1" type="stmt"/>
2241
- <line num="13" count="47" type="stmt"/>
2242
- <line num="14" count="47" type="stmt"/>
2243
- <line num="15" count="47" type="stmt"/>
2502
+ <line num="13" count="0" type="stmt"/>
2503
+ <line num="14" count="0" type="stmt"/>
2504
+ <line num="15" count="0" type="stmt"/>
2244
2505
  <line num="22" count="0" type="stmt"/>
2245
2506
  <line num="26" count="1" type="stmt"/>
2246
2507
  </file>
2247
2508
  <file name="utm-source.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/utm-source.ts">
2248
- <metrics statements="8" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2509
+ <metrics statements="8" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2249
2510
  <line num="3" count="1" type="stmt"/>
2250
2511
  <line num="5" count="1" type="stmt"/>
2251
- <line num="14" count="47" type="stmt"/>
2252
- <line num="15" count="47" type="stmt"/>
2253
- <line num="16" count="47" type="stmt"/>
2254
- <line num="17" count="47" type="stmt"/>
2512
+ <line num="14" count="0" type="stmt"/>
2513
+ <line num="15" count="0" type="stmt"/>
2514
+ <line num="16" count="0" type="stmt"/>
2515
+ <line num="17" count="0" type="stmt"/>
2255
2516
  <line num="24" count="0" type="stmt"/>
2256
2517
  <line num="28" count="1" type="stmt"/>
2257
2518
  </file>
2258
2519
  </package>
2259
2520
  <package name="test-utils.order.models">
2260
- <metrics statements="91" coveredstatements="88" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="7"/>
2521
+ <metrics statements="91" coveredstatements="89" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="8"/>
2261
2522
  <file name="line-item.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order/models/line-item.ts">
2262
2523
  <metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2263
- <line num="5" count="2" type="stmt"/>
2264
- <line num="7" count="2" type="stmt"/>
2524
+ <line num="5" count="3" type="stmt"/>
2525
+ <line num="7" count="3" type="stmt"/>
2265
2526
  <line num="38" count="30" type="stmt"/>
2266
2527
  <line num="39" count="30" type="stmt"/>
2267
2528
  <line num="40" count="30" type="stmt"/>
@@ -2275,51 +2536,51 @@
2275
2536
  <line num="48" count="30" type="stmt"/>
2276
2537
  <line num="49" count="30" type="stmt"/>
2277
2538
  <line num="50" count="30" type="stmt"/>
2278
- <line num="57" count="5" type="stmt"/>
2279
- <line num="61" count="2" type="stmt"/>
2539
+ <line num="57" count="35" type="stmt"/>
2540
+ <line num="61" count="3" type="stmt"/>
2280
2541
  </file>
2281
2542
  <file name="order.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order/models/order.ts">
2282
2543
  <metrics statements="35" coveredstatements="35" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2283
- <line num="4" count="2" type="stmt"/>
2284
- <line num="6" count="2" type="stmt"/>
2285
- <line num="61" count="36" type="stmt"/>
2286
- <line num="62" count="36" type="stmt"/>
2287
- <line num="63" count="36" type="stmt"/>
2288
- <line num="64" count="36" type="stmt"/>
2289
- <line num="65" count="36" type="stmt"/>
2290
- <line num="66" count="36" type="stmt"/>
2291
- <line num="67" count="36" type="stmt"/>
2292
- <line num="68" count="36" type="stmt"/>
2293
- <line num="69" count="36" type="stmt"/>
2294
- <line num="70" count="36" type="stmt"/>
2295
- <line num="71" count="36" type="stmt"/>
2296
- <line num="72" count="36" type="stmt"/>
2297
- <line num="73" count="36" type="stmt"/>
2298
- <line num="74" count="36" type="stmt"/>
2299
- <line num="75" count="36" type="stmt"/>
2300
- <line num="76" count="36" type="stmt"/>
2301
- <line num="77" count="36" type="stmt"/>
2302
- <line num="78" count="36" type="stmt"/>
2303
- <line num="79" count="36" type="stmt"/>
2304
- <line num="80" count="36" type="stmt"/>
2305
- <line num="81" count="36" type="stmt"/>
2306
- <line num="82" count="36" type="stmt"/>
2307
- <line num="83" count="36" type="stmt"/>
2308
- <line num="84" count="36" type="stmt"/>
2309
- <line num="85" count="36" type="stmt"/>
2310
- <line num="86" count="36" type="stmt"/>
2311
- <line num="87" count="36" type="stmt"/>
2312
- <line num="88" count="36" type="stmt"/>
2313
- <line num="89" count="36" type="stmt"/>
2314
- <line num="90" count="36" type="stmt"/>
2315
- <line num="91" count="36" type="stmt"/>
2316
- <line num="98" count="5" type="stmt"/>
2317
- <line num="102" count="2" type="stmt"/>
2544
+ <line num="4" count="3" type="stmt"/>
2545
+ <line num="6" count="3" type="stmt"/>
2546
+ <line num="61" count="57" type="stmt"/>
2547
+ <line num="62" count="57" type="stmt"/>
2548
+ <line num="63" count="57" type="stmt"/>
2549
+ <line num="64" count="57" type="stmt"/>
2550
+ <line num="65" count="57" type="stmt"/>
2551
+ <line num="66" count="57" type="stmt"/>
2552
+ <line num="67" count="57" type="stmt"/>
2553
+ <line num="68" count="57" type="stmt"/>
2554
+ <line num="69" count="57" type="stmt"/>
2555
+ <line num="70" count="57" type="stmt"/>
2556
+ <line num="71" count="57" type="stmt"/>
2557
+ <line num="72" count="57" type="stmt"/>
2558
+ <line num="73" count="57" type="stmt"/>
2559
+ <line num="74" count="57" type="stmt"/>
2560
+ <line num="75" count="57" type="stmt"/>
2561
+ <line num="76" count="57" type="stmt"/>
2562
+ <line num="77" count="57" type="stmt"/>
2563
+ <line num="78" count="57" type="stmt"/>
2564
+ <line num="79" count="57" type="stmt"/>
2565
+ <line num="80" count="57" type="stmt"/>
2566
+ <line num="81" count="57" type="stmt"/>
2567
+ <line num="82" count="57" type="stmt"/>
2568
+ <line num="83" count="57" type="stmt"/>
2569
+ <line num="84" count="57" type="stmt"/>
2570
+ <line num="85" count="57" type="stmt"/>
2571
+ <line num="86" count="57" type="stmt"/>
2572
+ <line num="87" count="57" type="stmt"/>
2573
+ <line num="88" count="57" type="stmt"/>
2574
+ <line num="89" count="57" type="stmt"/>
2575
+ <line num="90" count="57" type="stmt"/>
2576
+ <line num="91" count="57" type="stmt"/>
2577
+ <line num="98" count="20" type="stmt"/>
2578
+ <line num="102" count="3" type="stmt"/>
2318
2579
  </file>
2319
2580
  <file name="product-variant.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order/models/product-variant.ts">
2320
- <metrics statements="18" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2321
- <line num="4" count="2" type="stmt"/>
2322
- <line num="6" count="2" type="stmt"/>
2581
+ <metrics statements="18" coveredstatements="18" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2582
+ <line num="4" count="3" type="stmt"/>
2583
+ <line num="6" count="3" type="stmt"/>
2323
2584
  <line num="39" count="30" type="stmt"/>
2324
2585
  <line num="40" count="30" type="stmt"/>
2325
2586
  <line num="41" count="30" type="stmt"/>
@@ -2334,35 +2595,35 @@
2334
2595
  <line num="50" count="30" type="stmt"/>
2335
2596
  <line num="51" count="30" type="stmt"/>
2336
2597
  <line num="52" count="30" type="stmt"/>
2337
- <line num="59" count="0" type="stmt"/>
2338
- <line num="63" count="2" type="stmt"/>
2598
+ <line num="59" count="15" type="stmt"/>
2599
+ <line num="63" count="3" type="stmt"/>
2339
2600
  </file>
2340
2601
  <file name="product.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order/models/product.ts">
2341
2602
  <metrics statements="13" coveredstatements="12" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2342
- <line num="3" count="2" type="stmt"/>
2343
- <line num="5" count="2" type="stmt"/>
2344
- <line num="29" count="30" type="stmt"/>
2345
- <line num="30" count="30" type="stmt"/>
2346
- <line num="31" count="30" type="stmt"/>
2347
- <line num="32" count="30" type="stmt"/>
2348
- <line num="33" count="30" type="stmt"/>
2349
- <line num="34" count="30" type="stmt"/>
2350
- <line num="35" count="30" type="stmt"/>
2351
- <line num="36" count="30" type="stmt"/>
2352
- <line num="37" count="30" type="stmt"/>
2603
+ <line num="3" count="3" type="stmt"/>
2604
+ <line num="5" count="3" type="stmt"/>
2605
+ <line num="29" count="15" type="stmt"/>
2606
+ <line num="30" count="15" type="stmt"/>
2607
+ <line num="31" count="15" type="stmt"/>
2608
+ <line num="32" count="15" type="stmt"/>
2609
+ <line num="33" count="15" type="stmt"/>
2610
+ <line num="34" count="15" type="stmt"/>
2611
+ <line num="35" count="15" type="stmt"/>
2612
+ <line num="36" count="15" type="stmt"/>
2613
+ <line num="37" count="15" type="stmt"/>
2353
2614
  <line num="44" count="0" type="stmt"/>
2354
- <line num="48" count="2" type="stmt"/>
2615
+ <line num="48" count="3" type="stmt"/>
2355
2616
  </file>
2356
2617
  <file name="utm-source.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order/models/utm-source.ts">
2357
2618
  <metrics statements="8" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2358
- <line num="3" count="2" type="stmt"/>
2359
- <line num="5" count="2" type="stmt"/>
2360
- <line num="14" count="30" type="stmt"/>
2361
- <line num="15" count="30" type="stmt"/>
2362
- <line num="16" count="30" type="stmt"/>
2363
- <line num="17" count="30" type="stmt"/>
2619
+ <line num="3" count="3" type="stmt"/>
2620
+ <line num="5" count="3" type="stmt"/>
2621
+ <line num="14" count="6" type="stmt"/>
2622
+ <line num="15" count="6" type="stmt"/>
2623
+ <line num="16" count="6" type="stmt"/>
2624
+ <line num="17" count="6" type="stmt"/>
2364
2625
  <line num="24" count="0" type="stmt"/>
2365
- <line num="28" count="2" type="stmt"/>
2626
+ <line num="28" count="3" type="stmt"/>
2366
2627
  </file>
2367
2628
  </package>
2368
2629
  <package name="test-utils.six">
@@ -2373,34 +2634,34 @@
2373
2634
  </file>
2374
2635
  </package>
2375
2636
  <package name="test-utils.six.models">
2376
- <metrics statements="34" coveredstatements="31" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="7"/>
2637
+ <metrics statements="34" coveredstatements="33" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="9"/>
2377
2638
  <file name="customer.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/six/models/customer.ts">
2378
2639
  <metrics statements="6" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2379
2640
  <line num="3" count="1" type="stmt"/>
2380
2641
  <line num="5" count="1" type="stmt"/>
2381
- <line num="12" count="2" type="stmt"/>
2382
- <line num="13" count="2" type="stmt"/>
2642
+ <line num="12" count="1" type="stmt"/>
2643
+ <line num="13" count="1" type="stmt"/>
2383
2644
  <line num="20" count="0" type="stmt"/>
2384
2645
  <line num="24" count="1" type="stmt"/>
2385
2646
  </file>
2386
2647
  <file name="line-item.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/six/models/line-item.ts">
2387
- <metrics statements="7" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2648
+ <metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2388
2649
  <line num="4" count="1" type="stmt"/>
2389
2650
  <line num="6" count="1" type="stmt"/>
2390
2651
  <line num="17" count="2" type="stmt"/>
2391
2652
  <line num="18" count="2" type="stmt"/>
2392
2653
  <line num="19" count="2" type="stmt"/>
2393
- <line num="26" count="0" type="stmt"/>
2654
+ <line num="26" count="1" type="stmt"/>
2394
2655
  <line num="30" count="1" type="stmt"/>
2395
2656
  </file>
2396
2657
  <file name="order.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/six/models/order.ts">
2397
- <metrics statements="7" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2658
+ <metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2398
2659
  <line num="4" count="1" type="stmt"/>
2399
2660
  <line num="6" count="1" type="stmt"/>
2400
- <line num="17" count="2" type="stmt"/>
2401
- <line num="18" count="2" type="stmt"/>
2402
- <line num="19" count="2" type="stmt"/>
2403
- <line num="26" count="0" type="stmt"/>
2661
+ <line num="17" count="1" type="stmt"/>
2662
+ <line num="18" count="1" type="stmt"/>
2663
+ <line num="19" count="1" type="stmt"/>
2664
+ <line num="26" count="1" type="stmt"/>
2404
2665
  <line num="30" count="1" type="stmt"/>
2405
2666
  </file>
2406
2667
  <file name="parcel-line-item.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/six/models/parcel-line-item.ts">
@@ -2412,14 +2673,14 @@
2412
2673
  <line num="23" count="2" type="stmt"/>
2413
2674
  <line num="24" count="2" type="stmt"/>
2414
2675
  <line num="25" count="2" type="stmt"/>
2415
- <line num="32" count="1" type="stmt"/>
2676
+ <line num="32" count="3" type="stmt"/>
2416
2677
  <line num="36" count="1" type="stmt"/>
2417
2678
  </file>
2418
2679
  <file name="parcel.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/six/models/parcel.ts">
2419
2680
  <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2420
2681
  <line num="3" count="1" type="stmt"/>
2421
2682
  <line num="5" count="1" type="stmt"/>
2422
- <line num="11" count="2" type="stmt"/>
2683
+ <line num="11" count="1" type="stmt"/>
2423
2684
  <line num="18" count="1" type="stmt"/>
2424
2685
  <line num="22" count="1" type="stmt"/>
2425
2686
  </file>
@@ -2432,12 +2693,12 @@
2432
2693
  </file>
2433
2694
  </package>
2434
2695
  <package name="test-utils.thirteen.models">
2435
- <metrics statements="56" coveredstatements="51" conditionals="0" coveredconditionals="0" methods="16" coveredmethods="11"/>
2696
+ <metrics statements="56" coveredstatements="52" conditionals="0" coveredconditionals="0" methods="16" coveredmethods="12"/>
2436
2697
  <file name="audience.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/thirteen/models/audience.ts">
2437
2698
  <metrics statements="5" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2438
2699
  <line num="3" count="1" type="stmt"/>
2439
2700
  <line num="5" count="1" type="stmt"/>
2440
- <line num="11" count="4" type="stmt"/>
2701
+ <line num="11" count="1" type="stmt"/>
2441
2702
  <line num="18" count="0" type="stmt"/>
2442
2703
  <line num="22" count="1" type="stmt"/>
2443
2704
  </file>
@@ -2445,7 +2706,7 @@
2445
2706
  <metrics statements="5" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2446
2707
  <line num="3" count="1" type="stmt"/>
2447
2708
  <line num="5" count="1" type="stmt"/>
2448
- <line num="11" count="4" type="stmt"/>
2709
+ <line num="11" count="3" type="stmt"/>
2449
2710
  <line num="18" count="0" type="stmt"/>
2450
2711
  <line num="22" count="1" type="stmt"/>
2451
2712
  </file>
@@ -2461,7 +2722,7 @@
2461
2722
  <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2462
2723
  <line num="3" count="1" type="stmt"/>
2463
2724
  <line num="5" count="1" type="stmt"/>
2464
- <line num="11" count="4" type="stmt"/>
2725
+ <line num="11" count="1" type="stmt"/>
2465
2726
  <line num="18" count="1" type="stmt"/>
2466
2727
  <line num="22" count="1" type="stmt"/>
2467
2728
  </file>
@@ -2469,18 +2730,18 @@
2469
2730
  <metrics statements="5" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2470
2731
  <line num="3" count="1" type="stmt"/>
2471
2732
  <line num="5" count="1" type="stmt"/>
2472
- <line num="11" count="4" type="stmt"/>
2733
+ <line num="11" count="1" type="stmt"/>
2473
2734
  <line num="18" count="0" type="stmt"/>
2474
2735
  <line num="22" count="1" type="stmt"/>
2475
2736
  </file>
2476
2737
  <file name="product.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/thirteen/models/product.ts">
2477
- <metrics statements="7" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2738
+ <metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2478
2739
  <line num="4" count="1" type="stmt"/>
2479
2740
  <line num="6" count="1" type="stmt"/>
2480
2741
  <line num="17" count="4" type="stmt"/>
2481
2742
  <line num="18" count="4" type="stmt"/>
2482
2743
  <line num="19" count="4" type="stmt"/>
2483
- <line num="26" count="0" type="stmt"/>
2744
+ <line num="26" count="3" type="stmt"/>
2484
2745
  <line num="30" count="1" type="stmt"/>
2485
2746
  </file>
2486
2747
  <file name="recommendation-audience.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/thirteen/models/recommendation-audience.ts">
@@ -2492,7 +2753,7 @@
2492
2753
  <line num="23" count="4" type="stmt"/>
2493
2754
  <line num="24" count="4" type="stmt"/>
2494
2755
  <line num="25" count="4" type="stmt"/>
2495
- <line num="34" count="4" type="stmt"/>
2756
+ <line num="34" count="5" type="stmt"/>
2496
2757
  <line num="38" count="1" type="stmt"/>
2497
2758
  </file>
2498
2759
  <file name="recommendation.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/thirteen/models/recommendation.ts">
@@ -2510,7 +2771,7 @@
2510
2771
  <line num="42" count="4" type="stmt"/>
2511
2772
  <line num="43" count="4" type="stmt"/>
2512
2773
  <line num="44" count="4" type="stmt"/>
2513
- <line num="51" count="1" type="stmt"/>
2774
+ <line num="51" count="13" type="stmt"/>
2514
2775
  <line num="55" count="1" type="stmt"/>
2515
2776
  </file>
2516
2777
  </package>
@@ -2547,7 +2808,7 @@
2547
2808
  <line num="22" count="1" type="stmt"/>
2548
2809
  <line num="23" count="1" type="stmt"/>
2549
2810
  <line num="24" count="1" type="stmt"/>
2550
- <line num="31" count="1" type="stmt"/>
2811
+ <line num="31" count="2" type="stmt"/>
2551
2812
  <line num="35" count="1" type="stmt"/>
2552
2813
  </file>
2553
2814
  </package>