pure-orm 4.0.0-0 → 4.0.0-3

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