pure-orm 4.0.3 → 4.1.5

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