pure-orm 4.0.0-6 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -20
- package/coverage/clover.xml +377 -583
- package/coverage/coverage-final.json +18 -20
- package/coverage/lcov-report/dist/src/core.js.html +1038 -0
- package/coverage/lcov-report/dist/src/drivers/index.html +97 -0
- package/coverage/lcov-report/dist/src/drivers/pgp.js.html +240 -0
- package/coverage/lcov-report/dist/src/factory.js.html +285 -198
- package/coverage/lcov-report/dist/src/index.html +20 -33
- package/coverage/lcov-report/dist/src/index.js.html +16 -10
- package/coverage/lcov-report/dist/src/orm.js.html +645 -0
- package/coverage/lcov-report/dist/test-utils/blog/entities.js.html +108 -0
- package/coverage/lcov-report/dist/test-utils/blog/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/blog/models/article.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/blog/models/article_tag.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/blog/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/blog/models/person.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/blog/models/tag.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/blog/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/entities.js.html +114 -0
- package/coverage/lcov-report/dist/test-utils/five/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/five/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/models/line-item.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/models/order.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/models/parcel-event.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/models/parcel-line-item.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/models/parcel.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/nine/entities.js.html +84 -0
- package/coverage/lcov-report/dist/test-utils/nine/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/nine/models/feature-switch.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/nine/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/nine/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order/entities.js.html +114 -0
- package/coverage/lcov-report/dist/test-utils/order/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/order/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order/models/line-item.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order/models/order.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order/models/product-variant.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order/models/product.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order/models/utm-source.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/entities.js.html +204 -0
- package/coverage/lcov-report/dist/test-utils/order-more/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/order-more/models/actual-product-variant.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/color.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/customer.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/gender.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/inventory-level.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/line-item.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/order.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/parcel-event.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/parcel-line-item.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/parcel.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/physical-address.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/product-variant-image.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/product-variant.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/product.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/refund.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/shipment-actual-product-variant.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/shipment.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/size.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/utm-medium.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/utm-source.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/entities.js.html +114 -0
- package/coverage/lcov-report/dist/test-utils/six/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/six/models/customer.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/models/line-item.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/models/order.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/models/parcel-line-item.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/models/parcel.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/entities.js.html +132 -0
- package/coverage/lcov-report/dist/test-utils/thirteen/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/thirteen/models/audience.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/brand.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/category.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/member.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/passion.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/product.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/recommendation-audience.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/recommendation.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/three/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/three/results.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/twelve/entities.js.html +87 -0
- package/coverage/lcov-report/dist/test-utils/twelve/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/twelve/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/twelve/models/member.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/twelve/models/prompt.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/twelve/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/two/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/two/results.js.html +1 -1
- package/coverage/lcov-report/index.html +47 -47
- package/coverage/lcov-report/src/core.ts.html +1593 -0
- package/coverage/lcov-report/src/drivers/index.html +97 -0
- package/coverage/lcov-report/src/drivers/pgp.ts.html +516 -0
- package/coverage/lcov-report/src/factory.ts.html +427 -250
- package/coverage/lcov-report/src/index.html +20 -33
- package/coverage/lcov-report/src/index.ts.html +23 -5
- package/coverage/lcov-report/src/orm.ts.html +954 -0
- package/coverage/lcov-report/test-utils/blog/entities.ts.html +102 -0
- package/coverage/lcov-report/test-utils/blog/index.html +6 -6
- package/coverage/lcov-report/test-utils/blog/models/article.ts.html +1 -1
- package/coverage/lcov-report/test-utils/blog/models/article_tag.ts.html +1 -1
- package/coverage/lcov-report/test-utils/blog/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/blog/models/person.ts.html +1 -1
- package/coverage/lcov-report/test-utils/blog/models/tag.ts.html +1 -1
- package/coverage/lcov-report/test-utils/blog/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/five/entities.ts.html +105 -0
- package/coverage/lcov-report/test-utils/five/index.html +2 -2
- package/coverage/lcov-report/test-utils/five/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/five/models/line-item.ts.html +1 -1
- package/coverage/lcov-report/test-utils/five/models/order.ts.html +1 -1
- package/coverage/lcov-report/test-utils/five/models/parcel-event.ts.html +1 -1
- package/coverage/lcov-report/test-utils/five/models/parcel-line-item.ts.html +1 -1
- package/coverage/lcov-report/test-utils/five/models/parcel.ts.html +1 -1
- package/coverage/lcov-report/test-utils/five/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/nine/entities.ts.html +75 -0
- package/coverage/lcov-report/test-utils/nine/index.html +2 -2
- package/coverage/lcov-report/test-utils/nine/models/feature-switch.ts.html +1 -1
- package/coverage/lcov-report/test-utils/nine/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/nine/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order/entities.ts.html +108 -0
- package/coverage/lcov-report/test-utils/order/index.html +2 -2
- package/coverage/lcov-report/test-utils/order/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/order/models/line-item.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order/models/order.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order/models/product-variant.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order/models/product.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order/models/utm-source.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/entities.ts.html +198 -0
- package/coverage/lcov-report/test-utils/order-more/index.html +2 -2
- package/coverage/lcov-report/test-utils/order-more/models/actual-product-variant.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/color.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/customer.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/gender.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/inventory-level.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/line-item.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/order.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/parcel-event.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/parcel-line-item.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/parcel.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/physical-address.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/product-variant-image.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/product-variant.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/product.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/refund.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/shipment-actual-product-variant.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/shipment.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/size.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/utm-medium.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/utm-source.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/six/entities.ts.html +105 -0
- package/coverage/lcov-report/test-utils/six/index.html +2 -2
- package/coverage/lcov-report/test-utils/six/models/customer.ts.html +1 -1
- package/coverage/lcov-report/test-utils/six/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/six/models/line-item.ts.html +1 -1
- package/coverage/lcov-report/test-utils/six/models/order.ts.html +1 -1
- package/coverage/lcov-report/test-utils/six/models/parcel-line-item.ts.html +1 -1
- package/coverage/lcov-report/test-utils/six/models/parcel.ts.html +1 -1
- package/coverage/lcov-report/test-utils/six/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/entities.ts.html +123 -0
- package/coverage/lcov-report/test-utils/thirteen/index.html +2 -2
- package/coverage/lcov-report/test-utils/thirteen/models/audience.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/brand.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/category.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/member.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/passion.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/product.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/recommendation-audience.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/recommendation.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/three/index.html +1 -1
- package/coverage/lcov-report/test-utils/three/results.js.html +1 -1
- package/coverage/lcov-report/test-utils/twelve/entities.ts.html +78 -0
- package/coverage/lcov-report/test-utils/twelve/index.html +2 -2
- package/coverage/lcov-report/test-utils/twelve/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/twelve/models/member.ts.html +1 -1
- package/coverage/lcov-report/test-utils/twelve/models/prompt.ts.html +1 -1
- package/coverage/lcov-report/test-utils/twelve/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/two/index.html +1 -1
- package/coverage/lcov-report/test-utils/two/results.js.html +1 -1
- package/coverage/lcov.info +720 -1153
- package/dist/example/factories/orm.d.ts +1 -47
- package/dist/example/models/employer.d.ts +1 -1
- package/dist/example/models/job.d.ts +1 -1
- package/dist/example/models/person.d.ts +1 -1
- package/dist/src/core.d.ts +66 -0
- package/dist/src/{factory.js → core.js} +48 -245
- package/dist/src/{factory.spec.d.ts → core.spec.d.ts} +0 -0
- package/dist/src/{factory.spec.js → core.spec.js} +56 -43
- package/dist/src/driver-integrations/index.d.ts +13 -0
- package/dist/src/driver-integrations/index.js +2 -0
- package/dist/src/driver-integrations/pgp.d.ts +2 -0
- package/dist/src/driver-integrations/pgp.js +57 -0
- package/dist/src/index.d.ts +2 -1
- package/dist/src/index.js +5 -3
- package/dist/src/orm.d.ts +20 -0
- package/dist/src/orm.js +190 -0
- package/dist/test-utils/blog/entities.d.ts +1 -0
- package/dist/test-utils/blog/{orm.js → entities.js} +7 -6
- package/dist/test-utils/blog/{orm.ts → entities.ts} +6 -6
- package/dist/test-utils/blog/models/article.d.ts +1 -1
- package/dist/test-utils/blog/models/article_tag.d.ts +1 -1
- package/dist/test-utils/blog/models/person.d.ts +1 -1
- package/dist/test-utils/blog/models/tag.d.ts +1 -1
- package/dist/test-utils/five/entities.d.ts +6 -0
- package/dist/test-utils/five/{orm.js → entities.js} +8 -12
- package/dist/test-utils/five/{orm.ts → entities.ts} +7 -12
- package/dist/test-utils/five/models/line-item.d.ts +1 -1
- package/dist/test-utils/five/models/order.d.ts +1 -1
- package/dist/test-utils/five/models/parcel-event.d.ts +1 -1
- package/dist/test-utils/five/models/parcel-line-item.d.ts +1 -1
- package/dist/test-utils/five/models/parcel.d.ts +1 -1
- package/dist/test-utils/nine/entities.d.ts +6 -0
- package/dist/test-utils/nine/entities.js +5 -0
- package/dist/test-utils/nine/entities.ts +2 -0
- package/dist/test-utils/nine/models/feature-switch.d.ts +1 -1
- package/dist/test-utils/order/entities.d.ts +26 -0
- package/dist/test-utils/order/{orm.js → entities.js} +8 -12
- package/{test-utils/order/orm.ts → dist/test-utils/order/entities.ts} +7 -12
- package/dist/test-utils/order/models/line-item.d.ts +1 -1
- package/dist/test-utils/order/models/order.d.ts +1 -1
- package/dist/test-utils/order/models/product-variant.d.ts +1 -1
- package/dist/test-utils/order/models/product.d.ts +1 -1
- package/dist/test-utils/order/models/utm-source.d.ts +1 -1
- package/dist/test-utils/order-more/entities.d.ts +6 -0
- package/dist/test-utils/order-more/{orm.js → entities.js} +23 -27
- package/dist/test-utils/order-more/{orm.ts → entities.ts} +22 -27
- package/dist/test-utils/order-more/models/actual-product-variant.d.ts +1 -1
- package/dist/test-utils/order-more/models/color.d.ts +1 -1
- package/dist/test-utils/order-more/models/customer.d.ts +1 -1
- package/dist/test-utils/order-more/models/gender.d.ts +1 -1
- package/dist/test-utils/order-more/models/inventory-level.d.ts +1 -1
- package/dist/test-utils/order-more/models/line-item.d.ts +1 -1
- package/dist/test-utils/order-more/models/order.d.ts +1 -1
- package/dist/test-utils/order-more/models/parcel-event.d.ts +1 -1
- package/dist/test-utils/order-more/models/parcel-line-item.d.ts +1 -1
- package/dist/test-utils/order-more/models/parcel.d.ts +1 -1
- package/dist/test-utils/order-more/models/physical-address.d.ts +1 -1
- package/dist/test-utils/order-more/models/product-variant-image.d.ts +1 -1
- package/dist/test-utils/order-more/models/product-variant.d.ts +1 -1
- package/dist/test-utils/order-more/models/product.d.ts +1 -1
- package/dist/test-utils/order-more/models/refund.d.ts +1 -1
- package/dist/test-utils/order-more/models/shipment-actual-product-variant.d.ts +1 -1
- package/dist/test-utils/order-more/models/shipment.d.ts +1 -1
- package/dist/test-utils/order-more/models/size.d.ts +1 -1
- package/dist/test-utils/order-more/models/utm-medium.d.ts +1 -1
- package/dist/test-utils/order-more/models/utm-source.d.ts +1 -1
- package/dist/test-utils/six/entities.d.ts +6 -0
- package/dist/test-utils/six/{orm.js → entities.js} +8 -12
- package/{test-utils/six/orm.ts → dist/test-utils/six/entities.ts} +7 -12
- package/dist/test-utils/six/models/customer.d.ts +1 -1
- package/dist/test-utils/six/models/line-item.d.ts +1 -1
- package/dist/test-utils/six/models/order.d.ts +1 -1
- package/dist/test-utils/six/models/parcel-line-item.d.ts +1 -1
- package/dist/test-utils/six/models/parcel.d.ts +1 -1
- package/dist/test-utils/thirteen/entities.d.ts +6 -0
- package/dist/test-utils/thirteen/{orm.js → entities.js} +11 -15
- package/dist/test-utils/thirteen/{orm.ts → entities.ts} +10 -15
- package/dist/test-utils/thirteen/models/audience.d.ts +1 -1
- package/dist/test-utils/thirteen/models/brand.d.ts +1 -1
- package/dist/test-utils/thirteen/models/category.d.ts +1 -1
- package/dist/test-utils/thirteen/models/member.d.ts +1 -1
- package/dist/test-utils/thirteen/models/passion.d.ts +1 -1
- package/dist/test-utils/thirteen/models/product.d.ts +1 -1
- package/dist/test-utils/thirteen/models/recommendation-audience.d.ts +1 -1
- package/dist/test-utils/thirteen/models/recommendation.d.ts +1 -1
- package/dist/test-utils/twelve/entities.d.ts +6 -0
- package/dist/test-utils/twelve/entities.js +6 -0
- package/dist/test-utils/twelve/entities.ts +3 -0
- package/dist/test-utils/twelve/models/member.d.ts +1 -1
- package/dist/test-utils/twelve/models/prompt.d.ts +1 -1
- package/package.json +4 -3
- package/src/{factory.spec.ts → core.spec.ts} +55 -41
- package/src/{factory.ts → core.ts} +99 -338
- package/src/driver-integrations/index.ts +56 -0
- package/src/driver-integrations/pgp.ts +92 -0
- package/src/index.ts +5 -3
- package/src/orm.ts +291 -0
- package/test-utils/blog/{orm.ts → entities.ts} +6 -6
- package/test-utils/five/{orm.ts → entities.ts} +7 -12
- package/test-utils/nine/entities.ts +2 -0
- package/{dist/test-utils/order/orm.ts → test-utils/order/entities.ts} +7 -12
- package/test-utils/order-more/{orm.ts → entities.ts} +22 -27
- package/{dist/test-utils/six/orm.ts → test-utils/six/entities.ts} +7 -12
- package/test-utils/thirteen/{orm.ts → entities.ts} +10 -15
- package/test-utils/twelve/entities.ts +3 -0
- package/dist/src/factory.d.ts +0 -100
- package/dist/test-utils/blog/orm.d.ts +0 -2
- package/dist/test-utils/five/orm.d.ts +0 -48
- package/dist/test-utils/nine/orm.d.ts +0 -48
- package/dist/test-utils/nine/orm.js +0 -9
- package/dist/test-utils/nine/orm.ts +0 -7
- package/dist/test-utils/order/orm.d.ts +0 -48
- package/dist/test-utils/order-more/orm.d.ts +0 -48
- package/dist/test-utils/six/orm.d.ts +0 -48
- package/dist/test-utils/thirteen/orm.d.ts +0 -48
- package/dist/test-utils/twelve/orm.d.ts +0 -48
- package/dist/test-utils/twelve/orm.js +0 -10
- package/dist/test-utils/twelve/orm.ts +0 -8
- package/test-utils/nine/orm.ts +0 -7
- package/test-utils/twelve/orm.ts +0 -8
package/coverage/clover.xml
CHANGED
|
@@ -1,148 +1,149 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1652186654538" clover="3.2.0">
|
|
3
|
+
<project timestamp="1652186654538" name="All files">
|
|
4
|
+
<metrics statements="1733" coveredstatements="1641" conditionals="205" coveredconditionals="144" methods="295" coveredmethods="237" elements="2233" coveredelements="2022" complexity="0" loc="1733" ncloc="1733" packages="38" files="122" classes="122"/>
|
|
5
5
|
<package name="dist.src">
|
|
6
|
-
<metrics statements="
|
|
7
|
-
<file name="
|
|
8
|
-
<metrics statements="
|
|
9
|
-
<line num="2" count="1" type="
|
|
10
|
-
<line num="3" count="1" type="
|
|
11
|
-
<line num="4" count="1" type="stmt"/>
|
|
6
|
+
<metrics statements="172" coveredstatements="152" conditionals="108" coveredconditionals="76" methods="48" coveredmethods="44"/>
|
|
7
|
+
<file name="core.js" path="/Users/craigmartin/projects/pure-orm/dist/src/core.js">
|
|
8
|
+
<metrics statements="172" coveredstatements="152" conditionals="108" coveredconditionals="76" methods="48" coveredmethods="44"/>
|
|
9
|
+
<line num="2" count="1" type="cond" truecount="2" falsecount="1"/>
|
|
10
|
+
<line num="3" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
12
11
|
<line num="5" count="1" type="stmt"/>
|
|
13
|
-
<line num="6" count="
|
|
14
|
-
<line num="7" count="
|
|
15
|
-
<line num="8" count="
|
|
16
|
-
<line num="9" count="
|
|
17
|
-
<line num="10" count="
|
|
18
|
-
<line num="11" count="
|
|
19
|
-
<line num="12" count="
|
|
20
|
-
<line num="
|
|
21
|
-
<line num="
|
|
22
|
-
<line num="
|
|
23
|
-
<line num="
|
|
24
|
-
<line num="23" count="
|
|
25
|
-
<line num="24" count="
|
|
26
|
-
<line num="25" count="
|
|
27
|
-
<line num="26" count="
|
|
28
|
-
<line num="27" count="
|
|
29
|
-
<line num="
|
|
30
|
-
<line num="
|
|
31
|
-
<line num="
|
|
32
|
-
<line num="
|
|
33
|
-
<line num="
|
|
34
|
-
<line num="
|
|
35
|
-
<line num="
|
|
36
|
-
<line num="
|
|
37
|
-
<line num="
|
|
38
|
-
<line num="
|
|
39
|
-
<line num="
|
|
40
|
-
<line num="
|
|
41
|
-
<line num="61" count="
|
|
42
|
-
<line num="
|
|
43
|
-
<line num="
|
|
44
|
-
<line num="
|
|
45
|
-
<line num="
|
|
12
|
+
<line num="6" count="1" type="stmt"/>
|
|
13
|
+
<line num="7" count="1" type="stmt"/>
|
|
14
|
+
<line num="8" count="1" type="stmt"/>
|
|
15
|
+
<line num="9" count="14" type="stmt"/>
|
|
16
|
+
<line num="10" count="139" type="stmt"/>
|
|
17
|
+
<line num="11" count="139" type="cond" truecount="2" falsecount="0"/>
|
|
18
|
+
<line num="12" count="139" type="cond" truecount="2" falsecount="0"/>
|
|
19
|
+
<line num="13" count="139" type="cond" truecount="1" falsecount="1"/>
|
|
20
|
+
<line num="14" count="899" type="cond" truecount="2" falsecount="0"/>
|
|
21
|
+
<line num="15" count="767" type="stmt"/>
|
|
22
|
+
<line num="21" count="132" type="cond" truecount="5" falsecount="1"/>
|
|
23
|
+
<line num="23" count="899" type="stmt"/>
|
|
24
|
+
<line num="24" count="899" type="stmt"/>
|
|
25
|
+
<line num="25" count="899" type="stmt"/>
|
|
26
|
+
<line num="26" count="139" type="stmt"/>
|
|
27
|
+
<line num="27" count="139" type="stmt"/>
|
|
28
|
+
<line num="28" count="899" type="stmt"/>
|
|
29
|
+
<line num="29" count="139" type="stmt"/>
|
|
30
|
+
<line num="30" count="139" type="cond" truecount="1" falsecount="1"/>
|
|
31
|
+
<line num="32" count="139" type="stmt"/>
|
|
32
|
+
<line num="33" count="2379" type="stmt"/>
|
|
33
|
+
<line num="34" count="2379" type="stmt"/>
|
|
34
|
+
<line num="37" count="139" type="stmt"/>
|
|
35
|
+
<line num="38" count="899" type="stmt"/>
|
|
36
|
+
<line num="39" count="132" type="stmt"/>
|
|
37
|
+
<line num="42" count="139" type="stmt"/>
|
|
38
|
+
<line num="43" count="899" type="stmt"/>
|
|
39
|
+
<line num="45" count="139" type="stmt"/>
|
|
40
|
+
<line num="61" count="14" type="stmt"/>
|
|
41
|
+
<line num="62" count="139" type="stmt"/>
|
|
42
|
+
<line num="63" count="139" type="stmt"/>
|
|
43
|
+
<line num="65" count="14" type="stmt"/>
|
|
44
|
+
<line num="66" count="1104" type="stmt"/>
|
|
45
|
+
<line num="67" count="1104" type="cond" truecount="1" falsecount="1"/>
|
|
46
46
|
<line num="68" count="0" type="stmt"/>
|
|
47
|
-
<line num="70" count="
|
|
48
|
-
<line num="72" count="
|
|
49
|
-
<line num="73" count="
|
|
50
|
-
<line num="74" count="
|
|
51
|
-
<line num="
|
|
52
|
-
<line num="
|
|
53
|
-
<line num="
|
|
54
|
-
<line num="
|
|
55
|
-
<line num="
|
|
56
|
-
<line num="92" count="
|
|
57
|
-
<line num="93" count="
|
|
47
|
+
<line num="70" count="1104" type="stmt"/>
|
|
48
|
+
<line num="72" count="14" type="stmt"/>
|
|
49
|
+
<line num="73" count="139" type="stmt"/>
|
|
50
|
+
<line num="74" count="139" type="stmt"/>
|
|
51
|
+
<line num="76" count="14" type="stmt"/>
|
|
52
|
+
<line num="77" count="38207" type="stmt"/>
|
|
53
|
+
<line num="78" count="38207" type="cond" truecount="1" falsecount="1"/>
|
|
54
|
+
<line num="79" count="0" type="stmt"/>
|
|
55
|
+
<line num="81" count="38207" type="stmt"/>
|
|
56
|
+
<line num="92" count="14" type="stmt"/>
|
|
57
|
+
<line num="93" count="111" type="stmt"/>
|
|
58
58
|
<line num="94" count="26" type="stmt"/>
|
|
59
|
+
<line num="95" count="1104" type="stmt"/>
|
|
59
60
|
<line num="96" count="26" type="stmt"/>
|
|
60
|
-
<line num="97" count="
|
|
61
|
-
<line num="
|
|
62
|
-
<line num="
|
|
63
|
-
<line num="
|
|
64
|
-
<line num="
|
|
65
|
-
<line num="
|
|
66
|
-
<line num="
|
|
67
|
-
<line num="
|
|
68
|
-
<line num="
|
|
69
|
-
<line num="
|
|
70
|
-
<line num="110" count="
|
|
71
|
-
<line num="111" count="
|
|
72
|
-
<line num="
|
|
73
|
-
<line num="
|
|
74
|
-
<line num="
|
|
75
|
-
<line num="
|
|
76
|
-
<line num="
|
|
77
|
-
<line num="
|
|
78
|
-
<line num="124" count="
|
|
79
|
-
<line num="125" count="
|
|
80
|
-
<line num="
|
|
81
|
-
<line num="128" count="
|
|
82
|
-
<line num="
|
|
83
|
-
<line num="
|
|
84
|
-
<line num="
|
|
85
|
-
<line num="
|
|
86
|
-
<line num="
|
|
87
|
-
<line num="139" count="
|
|
88
|
-
<line num="140" count="
|
|
89
|
-
<line num="142" count="
|
|
90
|
-
<line num="143" count="
|
|
91
|
-
<line num="
|
|
92
|
-
<line num="
|
|
93
|
-
<line num="
|
|
94
|
-
<line num="
|
|
95
|
-
<line num="155" count="463" type="cond" truecount="
|
|
96
|
-
<line num="156" count="
|
|
97
|
-
<line num="
|
|
98
|
-
<line num="
|
|
99
|
-
<line num="
|
|
100
|
-
<line num="164" count="
|
|
101
|
-
<line num="165" count="
|
|
102
|
-
<line num="
|
|
103
|
-
<line num="
|
|
104
|
-
<line num="
|
|
105
|
-
<line num="
|
|
106
|
-
<line num="
|
|
107
|
-
<line num="
|
|
108
|
-
<line num="
|
|
109
|
-
<line num="
|
|
110
|
-
<line num="
|
|
111
|
-
<line num="
|
|
112
|
-
<line num="
|
|
113
|
-
<line num="
|
|
114
|
-
<line num="
|
|
115
|
-
<line num="
|
|
116
|
-
<line num="
|
|
117
|
-
<line num="215" count="111" type="
|
|
118
|
-
<line num="216" count="
|
|
119
|
-
<line num="
|
|
120
|
-
<line num="
|
|
121
|
-
<line num="
|
|
122
|
-
<line num="
|
|
123
|
-
<line num="226" count="
|
|
124
|
-
<line num="
|
|
125
|
-
<line num="
|
|
126
|
-
<line num="
|
|
127
|
-
<line num="
|
|
128
|
-
<line num="
|
|
129
|
-
<line num="
|
|
61
|
+
<line num="97" count="26" type="stmt"/>
|
|
62
|
+
<line num="99" count="26" type="stmt"/>
|
|
63
|
+
<line num="100" count="111" type="stmt"/>
|
|
64
|
+
<line num="101" count="18827" type="cond" truecount="2" falsecount="0"/>
|
|
65
|
+
<line num="104" count="993" type="cond" truecount="2" falsecount="0"/>
|
|
66
|
+
<line num="105" count="993" type="stmt"/>
|
|
67
|
+
<line num="106" count="993" type="stmt"/>
|
|
68
|
+
<line num="107" count="27484" type="stmt"/>
|
|
69
|
+
<line num="108" count="26688" type="cond" truecount="2" falsecount="0"/>
|
|
70
|
+
<line num="109" count="26688" type="stmt"/>
|
|
71
|
+
<line num="110" count="27484" type="cond" truecount="2" falsecount="0"/>
|
|
72
|
+
<line num="111" count="26812" type="stmt"/>
|
|
73
|
+
<line num="113" count="672" type="stmt"/>
|
|
74
|
+
<line num="114" count="673" type="stmt"/>
|
|
75
|
+
<line num="115" count="673" type="cond" truecount="2" falsecount="0"/>
|
|
76
|
+
<line num="116" count="646" type="stmt"/>
|
|
77
|
+
<line num="119" count="26" type="stmt"/>
|
|
78
|
+
<line num="123" count="993" type="cond" truecount="2" falsecount="0"/>
|
|
79
|
+
<line num="124" count="11737" type="cond" truecount="2" falsecount="0"/>
|
|
80
|
+
<line num="125" count="9876" type="stmt"/>
|
|
81
|
+
<line num="127" count="48580" type="stmt"/>
|
|
82
|
+
<line num="128" count="1861" type="cond" truecount="2" falsecount="0"/>
|
|
83
|
+
<line num="129" count="963" type="stmt"/>
|
|
84
|
+
<line num="131" count="898" type="stmt"/>
|
|
85
|
+
<line num="133" count="993" type="stmt"/>
|
|
86
|
+
<line num="137" count="993" type="stmt"/>
|
|
87
|
+
<line num="138" count="5858" type="stmt"/>
|
|
88
|
+
<line num="139" count="5858" type="cond" truecount="2" falsecount="0"/>
|
|
89
|
+
<line num="140" count="5526" type="stmt"/>
|
|
90
|
+
<line num="142" count="332" type="stmt"/>
|
|
91
|
+
<line num="143" count="332" type="stmt"/>
|
|
92
|
+
<line num="145" count="993" type="cond" truecount="2" falsecount="0"/>
|
|
93
|
+
<line num="146" count="538" type="cond" truecount="4" falsecount="0"/>
|
|
94
|
+
<line num="147" count="75" type="stmt"/>
|
|
95
|
+
<line num="148" count="75" type="stmt"/>
|
|
96
|
+
<line num="155" count="463" type="cond" truecount="1" falsecount="1"/>
|
|
97
|
+
<line num="156" count="463" type="stmt"/>
|
|
98
|
+
<line num="158" count="463" type="cond" truecount="4" falsecount="0"/>
|
|
99
|
+
<line num="159" count="61" type="stmt"/>
|
|
100
|
+
<line num="160" count="61" type="stmt"/>
|
|
101
|
+
<line num="164" count="857" type="cond" truecount="2" falsecount="0"/>
|
|
102
|
+
<line num="165" count="585" type="stmt"/>
|
|
103
|
+
<line num="167" count="272" type="cond" truecount="2" falsecount="0"/>
|
|
104
|
+
<line num="168" count="151" type="stmt"/>
|
|
105
|
+
<line num="169" count="151" type="cond" truecount="2" falsecount="0"/>
|
|
106
|
+
<line num="170" count="85" type="stmt"/>
|
|
107
|
+
<line num="173" count="66" type="stmt"/>
|
|
108
|
+
<line num="174" count="66" type="stmt"/>
|
|
109
|
+
<line num="181" count="121" type="cond" truecount="1" falsecount="1"/>
|
|
110
|
+
<line num="183" count="121" type="stmt"/>
|
|
111
|
+
<line num="185" count="0" type="stmt"/>
|
|
112
|
+
<line num="187" count="736" type="stmt"/>
|
|
113
|
+
<line num="190" count="26" type="stmt"/>
|
|
114
|
+
<line num="211" count="14" type="stmt"/>
|
|
115
|
+
<line num="212" count="13" type="stmt"/>
|
|
116
|
+
<line num="213" count="13" type="stmt"/>
|
|
117
|
+
<line num="214" count="13" type="stmt"/>
|
|
118
|
+
<line num="215" count="111" type="stmt"/>
|
|
119
|
+
<line num="216" count="111" type="cond" truecount="3" falsecount="1"/>
|
|
120
|
+
<line num="218" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
121
|
+
<line num="219" count="85" type="stmt"/>
|
|
122
|
+
<line num="222" count="26" type="stmt"/>
|
|
123
|
+
<line num="224" count="111" type="stmt"/>
|
|
124
|
+
<line num="226" count="13" type="stmt"/>
|
|
125
|
+
<line num="228" count="14" type="stmt"/>
|
|
126
|
+
<line num="229" count="111" type="stmt"/>
|
|
127
|
+
<line num="230" count="1104" type="stmt"/>
|
|
128
|
+
<line num="231" count="1104" type="stmt"/>
|
|
129
|
+
<line num="232" count="3703" type="stmt"/>
|
|
130
|
+
<line num="233" count="3703" type="cond" truecount="1" falsecount="1"/>
|
|
131
|
+
<line num="234" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
130
132
|
<line num="235" count="0" type="stmt"/>
|
|
131
|
-
<line num="238" count="
|
|
132
|
-
<line num="
|
|
133
|
-
<line num="
|
|
134
|
-
<line num="
|
|
135
|
-
<line num="
|
|
136
|
-
<line num="
|
|
137
|
-
<line num="
|
|
138
|
-
<line num="
|
|
139
|
-
<line num="
|
|
140
|
-
<line num="
|
|
141
|
-
<line num="
|
|
142
|
-
<line num="
|
|
143
|
-
<line num="260" count="
|
|
144
|
-
<line num="
|
|
145
|
-
<line num="262" count="0" type="stmt"/>
|
|
133
|
+
<line num="238" count="0" type="stmt"/>
|
|
134
|
+
<line num="241" count="3703" type="stmt"/>
|
|
135
|
+
<line num="242" count="3703" type="stmt"/>
|
|
136
|
+
<line num="244" count="1104" type="stmt"/>
|
|
137
|
+
<line num="251" count="14" type="stmt"/>
|
|
138
|
+
<line num="252" count="111" type="stmt"/>
|
|
139
|
+
<line num="253" count="3703" type="stmt"/>
|
|
140
|
+
<line num="254" count="3703" type="stmt"/>
|
|
141
|
+
<line num="255" count="3703" type="cond" truecount="3" falsecount="1"/>
|
|
142
|
+
<line num="256" count="0" type="stmt"/>
|
|
143
|
+
<line num="258" count="3703" type="cond" truecount="2" falsecount="0"/>
|
|
144
|
+
<line num="259" count="3703" type="stmt"/>
|
|
145
|
+
<line num="260" count="3703" type="stmt"/>
|
|
146
|
+
<line num="263" count="14" type="stmt"/>
|
|
146
147
|
<line num="264" count="13" type="cond" truecount="1" falsecount="1"/>
|
|
147
148
|
<line num="265" count="13" type="stmt"/>
|
|
148
149
|
<line num="266" count="13" type="stmt"/>
|
|
@@ -150,138 +151,39 @@
|
|
|
150
151
|
<line num="268" count="13" type="stmt"/>
|
|
151
152
|
<line num="269" count="26" type="stmt"/>
|
|
152
153
|
<line num="270" count="13" type="stmt"/>
|
|
153
|
-
<line num="271" count="13" type="
|
|
154
|
-
<line num="273" count="
|
|
155
|
-
<line num="274" count="
|
|
156
|
-
<line num="275" count="
|
|
157
|
-
<line num="
|
|
158
|
-
<line num="
|
|
159
|
-
<line num="
|
|
160
|
-
<line num="
|
|
161
|
-
<line num="
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="
|
|
164
|
-
<line num="
|
|
165
|
-
<line num="
|
|
166
|
-
<line num="
|
|
167
|
-
<line num="
|
|
168
|
-
<line num="
|
|
169
|
-
<line num="
|
|
170
|
-
<line num="
|
|
171
|
-
<line num="
|
|
172
|
-
<line num="
|
|
173
|
-
<line num="
|
|
174
|
-
<line num="301" count="0" type="stmt"/>
|
|
175
|
-
<line num="302" count="0" type="stmt"/>
|
|
154
|
+
<line num="271" count="13" type="stmt"/>
|
|
155
|
+
<line num="273" count="14" type="stmt"/>
|
|
156
|
+
<line num="274" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
157
|
+
<line num="275" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
158
|
+
<line num="278" count="0" type="stmt"/>
|
|
159
|
+
<line num="280" count="0" type="stmt"/>
|
|
160
|
+
<line num="282" count="14" type="stmt"/>
|
|
161
|
+
<line num="283" count="4" type="cond" truecount="3" falsecount="1"/>
|
|
162
|
+
<line num="284" count="0" type="stmt"/>
|
|
163
|
+
<line num="286" count="4" type="stmt"/>
|
|
164
|
+
<line num="287" count="4" type="cond" truecount="4" falsecount="1"/>
|
|
165
|
+
<line num="288" count="0" type="stmt"/>
|
|
166
|
+
<line num="290" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
167
|
+
<line num="291" count="0" type="stmt"/>
|
|
168
|
+
<line num="293" count="4" type="stmt"/>
|
|
169
|
+
<line num="295" count="14" type="stmt"/>
|
|
170
|
+
<line num="296" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
171
|
+
<line num="297" count="0" type="stmt"/>
|
|
172
|
+
<line num="299" count="0" type="stmt"/>
|
|
173
|
+
<line num="301" count="14" type="stmt"/>
|
|
174
|
+
<line num="302" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
176
175
|
<line num="303" count="0" type="stmt"/>
|
|
177
176
|
<line num="305" count="0" type="stmt"/>
|
|
178
|
-
<line num="
|
|
179
|
-
<line num="
|
|
180
|
-
<line num="
|
|
181
|
-
<line num="
|
|
182
|
-
<line num="311" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
183
|
-
<line num="312" count="0" type="stmt"/>
|
|
184
|
-
<line num="313" count="0" type="stmt"/>
|
|
185
|
-
<line num="314" count="0" type="stmt"/>
|
|
186
|
-
<line num="315" count="0" type="stmt"/>
|
|
187
|
-
<line num="316" count="0" type="stmt"/>
|
|
188
|
-
<line num="317" count="0" type="stmt"/>
|
|
189
|
-
<line num="318" count="0" type="stmt"/>
|
|
190
|
-
<line num="319" count="0" type="stmt"/>
|
|
191
|
-
<line num="320" count="0" type="stmt"/>
|
|
192
|
-
<line num="321" count="0" type="stmt"/>
|
|
193
|
-
<line num="323" count="8" type="stmt"/>
|
|
194
|
-
<line num="324" count="0" type="stmt"/>
|
|
195
|
-
<line num="325" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
196
|
-
<line num="328" count="0" type="stmt"/>
|
|
197
|
-
<line num="329" count="0" type="stmt"/>
|
|
198
|
-
<line num="331" count="0" type="stmt"/>
|
|
199
|
-
<line num="332" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
200
|
-
<line num="335" count="0" type="stmt"/>
|
|
201
|
-
<line num="336" count="0" type="stmt"/>
|
|
202
|
-
<line num="340" count="8" type="stmt"/>
|
|
203
|
-
<line num="341" count="0" type="stmt"/>
|
|
204
|
-
<line num="342" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
205
|
-
<line num="345" count="0" type="stmt"/>
|
|
206
|
-
<line num="346" count="0" type="stmt"/>
|
|
207
|
-
<line num="348" count="0" type="stmt"/>
|
|
208
|
-
<line num="349" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
209
|
-
<line num="352" count="0" type="stmt"/>
|
|
210
|
-
<line num="353" count="0" type="stmt"/>
|
|
211
|
-
<line num="354" count="0" type="stmt"/>
|
|
212
|
-
<line num="356" count="8" type="stmt"/>
|
|
213
|
-
<line num="357" count="0" type="stmt"/>
|
|
214
|
-
<line num="358" count="0" type="stmt"/>
|
|
215
|
-
<line num="359" count="0" type="stmt"/>
|
|
216
|
-
<line num="360" count="0" type="stmt"/>
|
|
217
|
-
<line num="361" count="0" type="stmt"/>
|
|
218
|
-
<line num="363" count="0" type="stmt"/>
|
|
219
|
-
<line num="365" count="8" type="stmt"/>
|
|
220
|
-
<line num="366" count="0" type="stmt"/>
|
|
221
|
-
<line num="371" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
222
|
-
<line num="372" count="0" type="stmt"/>
|
|
223
|
-
<line num="374" count="0" type="stmt"/>
|
|
224
|
-
<line num="377" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
225
|
-
<line num="378" count="0" type="stmt"/>
|
|
226
|
-
<line num="380" count="0" type="stmt"/>
|
|
227
|
-
<line num="383" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
228
|
-
<line num="384" count="0" type="stmt"/>
|
|
229
|
-
<line num="386" count="0" type="stmt"/>
|
|
230
|
-
<line num="389" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
231
|
-
<line num="390" count="0" type="stmt"/>
|
|
232
|
-
<line num="392" count="0" type="stmt"/>
|
|
233
|
-
<line num="395" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
234
|
-
<line num="396" count="0" type="stmt"/>
|
|
235
|
-
<line num="398" count="0" type="stmt"/>
|
|
236
|
-
<line num="405" count="8" type="stmt"/>
|
|
237
|
-
<line num="406" count="0" type="stmt"/>
|
|
238
|
-
<line num="407" count="0" type="stmt"/>
|
|
239
|
-
<line num="412" count="0" type="stmt"/>
|
|
240
|
-
<line num="415" count="8" type="cond" truecount="0" falsecount="2"/>
|
|
241
|
-
<line num="416" count="0" type="stmt"/>
|
|
242
|
-
<line num="417" count="0" type="stmt"/>
|
|
243
|
-
<line num="423" count="0" type="stmt"/>
|
|
244
|
-
<line num="426" count="8" type="stmt"/>
|
|
245
|
-
<line num="427" count="0" type="stmt"/>
|
|
246
|
-
<line num="428" count="0" type="stmt"/>
|
|
247
|
-
<line num="432" count="0" type="stmt"/>
|
|
248
|
-
<line num="434" count="8" type="stmt"/>
|
|
249
|
-
<line num="435" count="0" type="stmt"/>
|
|
250
|
-
<line num="436" count="0" type="stmt"/>
|
|
251
|
-
<line num="440" count="0" type="stmt"/>
|
|
252
|
-
<line num="442" count="8" type="stmt"/>
|
|
253
|
-
<line num="443" count="0" type="stmt"/>
|
|
254
|
-
<line num="444" count="0" type="stmt"/>
|
|
255
|
-
<line num="449" count="0" type="stmt"/>
|
|
256
|
-
<line num="451" count="8" type="stmt"/>
|
|
257
|
-
<line num="452" count="0" type="stmt"/>
|
|
258
|
-
<line num="453" count="0" type="stmt"/>
|
|
259
|
-
<line num="458" count="0" type="stmt"/>
|
|
260
|
-
<line num="460" count="8" type="stmt"/>
|
|
261
|
-
<line num="461" count="0" type="stmt"/>
|
|
262
|
-
<line num="462" count="0" type="stmt"/>
|
|
263
|
-
<line num="467" count="0" type="stmt"/>
|
|
264
|
-
<line num="469" count="8" type="stmt"/>
|
|
265
|
-
<line num="470" count="0" type="stmt"/>
|
|
266
|
-
<line num="471" count="0" type="stmt"/>
|
|
267
|
-
<line num="476" count="0" type="stmt"/>
|
|
268
|
-
<line num="478" count="8" type="stmt"/>
|
|
269
|
-
<line num="511" count="50" type="stmt"/>
|
|
270
|
-
<line num="514" count="50" type="stmt"/>
|
|
271
|
-
<line num="520" count="1" type="stmt"/>
|
|
272
|
-
</file>
|
|
273
|
-
<file name="index.js" path="/Users/craigmartin/projects/pure-orm/dist/src/index.js">
|
|
274
|
-
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
275
|
-
<line num="2" count="1" type="stmt"/>
|
|
276
|
-
<line num="3" count="1" type="stmt"/>
|
|
277
|
-
<line num="4" count="1" type="stmt"/>
|
|
278
|
-
<line num="5" count="8" type="stmt"/>
|
|
177
|
+
<line num="307" count="14" type="stmt"/>
|
|
178
|
+
<line num="316" count="139" type="stmt"/>
|
|
179
|
+
<line num="319" count="139" type="stmt"/>
|
|
180
|
+
<line num="323" count="1" type="stmt"/>
|
|
279
181
|
</file>
|
|
280
182
|
</package>
|
|
281
183
|
<package name="dist.test-utils.blog">
|
|
282
|
-
<metrics statements="
|
|
283
|
-
<file name="
|
|
284
|
-
<metrics statements="
|
|
184
|
+
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
185
|
+
<file name="entities.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/blog/entities.js">
|
|
186
|
+
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
285
187
|
<line num="2" count="1" type="stmt"/>
|
|
286
188
|
<line num="3" count="1" type="stmt"/>
|
|
287
189
|
<line num="4" count="1" type="stmt"/>
|
|
@@ -289,7 +191,6 @@
|
|
|
289
191
|
<line num="6" count="1" type="stmt"/>
|
|
290
192
|
<line num="7" count="1" type="stmt"/>
|
|
291
193
|
<line num="8" count="1" type="stmt"/>
|
|
292
|
-
<line num="12" count="1" type="stmt"/>
|
|
293
194
|
</file>
|
|
294
195
|
</package>
|
|
295
196
|
<package name="dist.test-utils.blog.models">
|
|
@@ -377,9 +278,9 @@
|
|
|
377
278
|
</file>
|
|
378
279
|
</package>
|
|
379
280
|
<package name="dist.test-utils.five">
|
|
380
|
-
<metrics statements="
|
|
381
|
-
<file name="
|
|
382
|
-
<metrics statements="
|
|
281
|
+
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
282
|
+
<file name="entities.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/five/entities.js">
|
|
283
|
+
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
383
284
|
<line num="2" count="1" type="stmt"/>
|
|
384
285
|
<line num="3" count="1" type="stmt"/>
|
|
385
286
|
<line num="4" count="1" type="stmt"/>
|
|
@@ -388,7 +289,6 @@
|
|
|
388
289
|
<line num="7" count="1" type="stmt"/>
|
|
389
290
|
<line num="8" count="1" type="stmt"/>
|
|
390
291
|
<line num="9" count="1" type="stmt"/>
|
|
391
|
-
<line num="19" count="1" type="stmt"/>
|
|
392
292
|
</file>
|
|
393
293
|
</package>
|
|
394
294
|
<package name="dist.test-utils.five.models">
|
|
@@ -470,14 +370,13 @@
|
|
|
470
370
|
</file>
|
|
471
371
|
</package>
|
|
472
372
|
<package name="dist.test-utils.nine">
|
|
473
|
-
<metrics statements="
|
|
474
|
-
<file name="
|
|
475
|
-
<metrics statements="
|
|
373
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
374
|
+
<file name="entities.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/nine/entities.js">
|
|
375
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
476
376
|
<line num="2" count="1" type="stmt"/>
|
|
477
377
|
<line num="3" count="1" type="stmt"/>
|
|
478
378
|
<line num="4" count="1" type="stmt"/>
|
|
479
379
|
<line num="5" count="1" type="stmt"/>
|
|
480
|
-
<line num="9" count="1" type="stmt"/>
|
|
481
380
|
</file>
|
|
482
381
|
</package>
|
|
483
382
|
<package name="dist.test-utils.nine.models">
|
|
@@ -499,9 +398,9 @@
|
|
|
499
398
|
</file>
|
|
500
399
|
</package>
|
|
501
400
|
<package name="dist.test-utils.order">
|
|
502
|
-
<metrics statements="
|
|
503
|
-
<file name="
|
|
504
|
-
<metrics statements="
|
|
401
|
+
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
402
|
+
<file name="entities.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order/entities.js">
|
|
403
|
+
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
505
404
|
<line num="2" count="1" type="stmt"/>
|
|
506
405
|
<line num="3" count="1" type="stmt"/>
|
|
507
406
|
<line num="4" count="1" type="stmt"/>
|
|
@@ -510,13 +409,12 @@
|
|
|
510
409
|
<line num="7" count="1" type="stmt"/>
|
|
511
410
|
<line num="8" count="1" type="stmt"/>
|
|
512
411
|
<line num="9" count="1" type="stmt"/>
|
|
513
|
-
<line num="19" count="1" type="stmt"/>
|
|
514
412
|
</file>
|
|
515
413
|
</package>
|
|
516
414
|
<package name="dist.test-utils.order-more">
|
|
517
|
-
<metrics statements="
|
|
518
|
-
<file name="
|
|
519
|
-
<metrics statements="
|
|
415
|
+
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
416
|
+
<file name="entities.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/entities.js">
|
|
417
|
+
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
520
418
|
<line num="2" count="1" type="stmt"/>
|
|
521
419
|
<line num="3" count="1" type="stmt"/>
|
|
522
420
|
<line num="4" count="1" type="stmt"/>
|
|
@@ -540,7 +438,6 @@
|
|
|
540
438
|
<line num="22" count="1" type="stmt"/>
|
|
541
439
|
<line num="23" count="1" type="stmt"/>
|
|
542
440
|
<line num="24" count="1" type="stmt"/>
|
|
543
|
-
<line num="49" count="1" type="stmt"/>
|
|
544
441
|
</file>
|
|
545
442
|
</package>
|
|
546
443
|
<package name="dist.test-utils.order-more.models">
|
|
@@ -1078,9 +975,9 @@
|
|
|
1078
975
|
</file>
|
|
1079
976
|
</package>
|
|
1080
977
|
<package name="dist.test-utils.six">
|
|
1081
|
-
<metrics statements="
|
|
1082
|
-
<file name="
|
|
1083
|
-
<metrics statements="
|
|
978
|
+
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
979
|
+
<file name="entities.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/six/entities.js">
|
|
980
|
+
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1084
981
|
<line num="2" count="1" type="stmt"/>
|
|
1085
982
|
<line num="3" count="1" type="stmt"/>
|
|
1086
983
|
<line num="4" count="1" type="stmt"/>
|
|
@@ -1089,7 +986,6 @@
|
|
|
1089
986
|
<line num="7" count="1" type="stmt"/>
|
|
1090
987
|
<line num="8" count="1" type="stmt"/>
|
|
1091
988
|
<line num="9" count="1" type="stmt"/>
|
|
1092
|
-
<line num="19" count="1" type="stmt"/>
|
|
1093
989
|
</file>
|
|
1094
990
|
</package>
|
|
1095
991
|
<package name="dist.test-utils.six.models">
|
|
@@ -1169,9 +1065,9 @@
|
|
|
1169
1065
|
</file>
|
|
1170
1066
|
</package>
|
|
1171
1067
|
<package name="dist.test-utils.thirteen">
|
|
1172
|
-
<metrics statements="
|
|
1173
|
-
<file name="
|
|
1174
|
-
<metrics statements="
|
|
1068
|
+
<metrics statements="11" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1069
|
+
<file name="entities.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/thirteen/entities.js">
|
|
1070
|
+
<metrics statements="11" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1175
1071
|
<line num="2" count="1" type="stmt"/>
|
|
1176
1072
|
<line num="3" count="1" type="stmt"/>
|
|
1177
1073
|
<line num="4" count="1" type="stmt"/>
|
|
@@ -1183,7 +1079,6 @@
|
|
|
1183
1079
|
<line num="10" count="1" type="stmt"/>
|
|
1184
1080
|
<line num="11" count="1" type="stmt"/>
|
|
1185
1081
|
<line num="12" count="1" type="stmt"/>
|
|
1186
|
-
<line num="25" count="1" type="stmt"/>
|
|
1187
1082
|
</file>
|
|
1188
1083
|
</package>
|
|
1189
1084
|
<package name="dist.test-utils.thirteen.models">
|
|
@@ -1317,15 +1212,14 @@
|
|
|
1317
1212
|
</file>
|
|
1318
1213
|
</package>
|
|
1319
1214
|
<package name="dist.test-utils.twelve">
|
|
1320
|
-
<metrics statements="
|
|
1321
|
-
<file name="
|
|
1322
|
-
<metrics statements="
|
|
1215
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1216
|
+
<file name="entities.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/twelve/entities.js">
|
|
1217
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1323
1218
|
<line num="2" count="1" type="stmt"/>
|
|
1324
1219
|
<line num="3" count="1" type="stmt"/>
|
|
1325
1220
|
<line num="4" count="1" type="stmt"/>
|
|
1326
1221
|
<line num="5" count="1" type="stmt"/>
|
|
1327
1222
|
<line num="6" count="1" type="stmt"/>
|
|
1328
|
-
<line num="10" count="1" type="stmt"/>
|
|
1329
1223
|
</file>
|
|
1330
1224
|
</package>
|
|
1331
1225
|
<package name="dist.test-utils.twelve.models">
|
|
@@ -1368,292 +1262,192 @@
|
|
|
1368
1262
|
</file>
|
|
1369
1263
|
</package>
|
|
1370
1264
|
<package name="src">
|
|
1371
|
-
<metrics statements="
|
|
1372
|
-
<file name="
|
|
1373
|
-
<metrics statements="
|
|
1374
|
-
<line num="
|
|
1375
|
-
<line num="
|
|
1376
|
-
<line num="
|
|
1377
|
-
<line num="
|
|
1378
|
-
<line num="
|
|
1379
|
-
<line num="
|
|
1380
|
-
<line num="
|
|
1381
|
-
<line num="
|
|
1382
|
-
<line num="
|
|
1383
|
-
<line num="
|
|
1384
|
-
<line num="
|
|
1385
|
-
<line num="
|
|
1386
|
-
<line num="
|
|
1387
|
-
<line num="
|
|
1388
|
-
<line num="
|
|
1389
|
-
<line num="
|
|
1390
|
-
<line num="
|
|
1391
|
-
<line num="
|
|
1392
|
-
<line num="
|
|
1393
|
-
<line num="
|
|
1394
|
-
<line num="
|
|
1395
|
-
<line num="
|
|
1396
|
-
<line num="
|
|
1397
|
-
<line num="
|
|
1398
|
-
<line num="
|
|
1399
|
-
<line num="
|
|
1400
|
-
<line num="
|
|
1401
|
-
<line num="
|
|
1402
|
-
<line num="
|
|
1403
|
-
<line num="
|
|
1404
|
-
<line num="
|
|
1405
|
-
<line num="
|
|
1406
|
-
<line num="
|
|
1407
|
-
<line num="
|
|
1408
|
-
<line num="
|
|
1409
|
-
<line num="
|
|
1410
|
-
<line num="
|
|
1411
|
-
<line num="
|
|
1412
|
-
<line num="
|
|
1413
|
-
<line num="
|
|
1414
|
-
<line num="
|
|
1415
|
-
<line num="
|
|
1416
|
-
<line num="
|
|
1417
|
-
<line num="
|
|
1418
|
-
<line num="
|
|
1419
|
-
<line num="
|
|
1420
|
-
<line num="
|
|
1421
|
-
<line num="
|
|
1422
|
-
<line num="
|
|
1423
|
-
<line num="
|
|
1424
|
-
<line num="
|
|
1425
|
-
<line num="
|
|
1426
|
-
<line num="
|
|
1427
|
-
<line num="
|
|
1428
|
-
<line num="196" count="993" type="stmt"/>
|
|
1429
|
-
<line num="198" count="18827" type="cond" truecount="2" falsecount="0"/>
|
|
1430
|
-
<line num="202" count="993" type="cond" truecount="2" falsecount="0"/>
|
|
1431
|
-
<line num="203" count="993" type="stmt"/>
|
|
1432
|
-
<line num="204" count="993" type="stmt"/>
|
|
1433
|
-
<line num="205" count="27484" type="stmt"/>
|
|
1434
|
-
<line num="207" count="26688" type="cond" truecount="2" falsecount="0"/>
|
|
1435
|
-
<line num="209" count="26688" type="stmt"/>
|
|
1436
|
-
<line num="210" count="27484" type="cond" truecount="2" falsecount="0"/>
|
|
1437
|
-
<line num="211" count="26812" type="stmt"/>
|
|
1438
|
-
<line num="213" count="672" type="stmt"/>
|
|
1439
|
-
<line num="214" count="673" type="stmt"/>
|
|
1440
|
-
<line num="217" count="673" type="cond" truecount="2" falsecount="0"/>
|
|
1441
|
-
<line num="218" count="646" type="stmt"/>
|
|
1442
|
-
<line num="221" count="26" type="stmt"/>
|
|
1443
|
-
<line num="226" count="993" type="cond" truecount="2" falsecount="0"/>
|
|
1444
|
-
<line num="227" count="11737" type="cond" truecount="2" falsecount="0"/>
|
|
1445
|
-
<line num="228" count="9876" type="stmt"/>
|
|
1446
|
-
<line num="230" count="1861" type="stmt"/>
|
|
1447
|
-
<line num="231" count="48580" type="stmt"/>
|
|
1448
|
-
<line num="233" count="1861" type="cond" truecount="2" falsecount="0"/>
|
|
1449
|
-
<line num="234" count="963" type="stmt"/>
|
|
1450
|
-
<line num="236" count="898" type="stmt"/>
|
|
1451
|
-
<line num="238" count="993" type="stmt"/>
|
|
1265
|
+
<metrics statements="172" coveredstatements="152" conditionals="97" coveredconditionals="68" methods="47" coveredmethods="43"/>
|
|
1266
|
+
<file name="core.ts" path="/Users/craigmartin/projects/pure-orm/src/core.ts">
|
|
1267
|
+
<metrics statements="172" coveredstatements="152" conditionals="97" coveredconditionals="68" methods="47" coveredmethods="43"/>
|
|
1268
|
+
<line num="98" count="1" type="stmt"/>
|
|
1269
|
+
<line num="101" count="14" type="stmt"/>
|
|
1270
|
+
<line num="103" count="139" type="stmt"/>
|
|
1271
|
+
<line num="104" count="139" type="cond" truecount="2" falsecount="0"/>
|
|
1272
|
+
<line num="106" count="139" type="cond" truecount="2" falsecount="0"/>
|
|
1273
|
+
<line num="107" count="139" type="stmt"/>
|
|
1274
|
+
<line num="110" count="899" type="cond" truecount="2" falsecount="0"/>
|
|
1275
|
+
<line num="111" count="767" type="stmt"/>
|
|
1276
|
+
<line num="117" count="132" type="stmt"/>
|
|
1277
|
+
<line num="124" count="139" type="stmt"/>
|
|
1278
|
+
<line num="125" count="899" type="stmt"/>
|
|
1279
|
+
<line num="127" count="899" type="stmt"/>
|
|
1280
|
+
<line num="128" count="139" type="stmt"/>
|
|
1281
|
+
<line num="129" count="899" type="stmt"/>
|
|
1282
|
+
<line num="131" count="139" type="stmt"/>
|
|
1283
|
+
<line num="132" count="139" type="stmt"/>
|
|
1284
|
+
<line num="134" count="139" type="stmt"/>
|
|
1285
|
+
<line num="135" count="899" type="stmt"/>
|
|
1286
|
+
<line num="137" count="139" type="stmt"/>
|
|
1287
|
+
<line num="138" count="139" type="cond" truecount="1" falsecount="1"/>
|
|
1288
|
+
<line num="141" count="139" type="stmt"/>
|
|
1289
|
+
<line num="142" count="2379" type="stmt"/>
|
|
1290
|
+
<line num="143" count="2379" type="stmt"/>
|
|
1291
|
+
<line num="147" count="139" type="stmt"/>
|
|
1292
|
+
<line num="148" count="899" type="stmt"/>
|
|
1293
|
+
<line num="151" count="132" type="stmt"/>
|
|
1294
|
+
<line num="157" count="139" type="stmt"/>
|
|
1295
|
+
<line num="160" count="899" type="stmt"/>
|
|
1296
|
+
<line num="164" count="139" type="stmt"/>
|
|
1297
|
+
<line num="182" count="14" type="stmt"/>
|
|
1298
|
+
<line num="187" count="139" type="stmt"/>
|
|
1299
|
+
<line num="188" count="139" type="stmt"/>
|
|
1300
|
+
<line num="193" count="14" type="stmt"/>
|
|
1301
|
+
<line num="194" count="1104" type="stmt"/>
|
|
1302
|
+
<line num="195" count="1104" type="cond" truecount="1" falsecount="1"/>
|
|
1303
|
+
<line num="196" count="0" type="stmt"/>
|
|
1304
|
+
<line num="198" count="1104" type="stmt"/>
|
|
1305
|
+
<line num="201" count="14" type="stmt"/>
|
|
1306
|
+
<line num="206" count="139" type="stmt"/>
|
|
1307
|
+
<line num="207" count="139" type="stmt"/>
|
|
1308
|
+
<line num="212" count="14" type="stmt"/>
|
|
1309
|
+
<line num="213" count="38207" type="stmt"/>
|
|
1310
|
+
<line num="214" count="38207" type="cond" truecount="1" falsecount="1"/>
|
|
1311
|
+
<line num="215" count="0" type="stmt"/>
|
|
1312
|
+
<line num="217" count="38207" type="stmt"/>
|
|
1313
|
+
<line num="229" count="14" type="stmt"/>
|
|
1314
|
+
<line num="230" count="111" type="stmt"/>
|
|
1315
|
+
<line num="231" count="26" type="stmt"/>
|
|
1316
|
+
<line num="232" count="26" type="stmt"/>
|
|
1317
|
+
<line num="233" count="1104" type="stmt"/>
|
|
1318
|
+
<line num="235" count="26" type="stmt"/>
|
|
1319
|
+
<line num="237" count="26" type="stmt"/>
|
|
1320
|
+
<line num="240" count="26" type="stmt"/>
|
|
1321
|
+
<line num="241" count="111" type="stmt"/>
|
|
1452
1322
|
<line num="242" count="993" type="stmt"/>
|
|
1453
|
-
<line num="
|
|
1454
|
-
<line num="
|
|
1455
|
-
<line num="
|
|
1456
|
-
<line num="
|
|
1457
|
-
<line num="
|
|
1458
|
-
<line num="
|
|
1459
|
-
<line num="255" count="
|
|
1460
|
-
<line num="256" count="
|
|
1461
|
-
<line num="257" count="
|
|
1462
|
-
<line num="
|
|
1463
|
-
<line num="
|
|
1464
|
-
<line num="
|
|
1465
|
-
<line num="
|
|
1466
|
-
<line num="
|
|
1467
|
-
<line num="
|
|
1468
|
-
<line num="
|
|
1469
|
-
<line num="
|
|
1470
|
-
<line num="
|
|
1471
|
-
<line num="
|
|
1472
|
-
<line num="
|
|
1473
|
-
<line num="
|
|
1474
|
-
<line num="
|
|
1475
|
-
<line num="
|
|
1476
|
-
<line num="
|
|
1477
|
-
<line num="
|
|
1478
|
-
<line num="
|
|
1479
|
-
<line num="
|
|
1480
|
-
<line num="
|
|
1481
|
-
<line num="
|
|
1482
|
-
<line num="
|
|
1483
|
-
<line num="
|
|
1484
|
-
<line num="
|
|
1485
|
-
<line num="
|
|
1486
|
-
<line num="
|
|
1487
|
-
<line num="
|
|
1488
|
-
<line num="
|
|
1489
|
-
<line num="
|
|
1490
|
-
<line num="
|
|
1491
|
-
<line num="
|
|
1492
|
-
<line num="
|
|
1493
|
-
<line num="
|
|
1494
|
-
<line num="
|
|
1495
|
-
<line num="
|
|
1496
|
-
<line num="
|
|
1497
|
-
<line num="
|
|
1498
|
-
<line num="
|
|
1499
|
-
<line num="
|
|
1500
|
-
<line num="
|
|
1501
|
-
<line num="
|
|
1502
|
-
<line num="
|
|
1503
|
-
<line num="
|
|
1323
|
+
<line num="244" count="18827" type="cond" truecount="2" falsecount="0"/>
|
|
1324
|
+
<line num="248" count="993" type="cond" truecount="2" falsecount="0"/>
|
|
1325
|
+
<line num="249" count="993" type="stmt"/>
|
|
1326
|
+
<line num="250" count="993" type="stmt"/>
|
|
1327
|
+
<line num="251" count="27484" type="stmt"/>
|
|
1328
|
+
<line num="253" count="26688" type="cond" truecount="2" falsecount="0"/>
|
|
1329
|
+
<line num="255" count="26688" type="stmt"/>
|
|
1330
|
+
<line num="256" count="27484" type="cond" truecount="2" falsecount="0"/>
|
|
1331
|
+
<line num="257" count="26812" type="stmt"/>
|
|
1332
|
+
<line num="259" count="672" type="stmt"/>
|
|
1333
|
+
<line num="260" count="673" type="stmt"/>
|
|
1334
|
+
<line num="263" count="673" type="cond" truecount="2" falsecount="0"/>
|
|
1335
|
+
<line num="264" count="646" type="stmt"/>
|
|
1336
|
+
<line num="267" count="26" type="stmt"/>
|
|
1337
|
+
<line num="272" count="993" type="cond" truecount="2" falsecount="0"/>
|
|
1338
|
+
<line num="273" count="11737" type="cond" truecount="2" falsecount="0"/>
|
|
1339
|
+
<line num="274" count="9876" type="stmt"/>
|
|
1340
|
+
<line num="276" count="1861" type="stmt"/>
|
|
1341
|
+
<line num="277" count="48580" type="stmt"/>
|
|
1342
|
+
<line num="279" count="1861" type="cond" truecount="2" falsecount="0"/>
|
|
1343
|
+
<line num="280" count="963" type="stmt"/>
|
|
1344
|
+
<line num="282" count="898" type="stmt"/>
|
|
1345
|
+
<line num="284" count="993" type="stmt"/>
|
|
1346
|
+
<line num="288" count="993" type="stmt"/>
|
|
1347
|
+
<line num="289" count="5858" type="stmt"/>
|
|
1348
|
+
<line num="292" count="5858" type="cond" truecount="2" falsecount="0"/>
|
|
1349
|
+
<line num="293" count="5526" type="stmt"/>
|
|
1350
|
+
<line num="295" count="332" type="stmt"/>
|
|
1351
|
+
<line num="298" count="332" type="stmt"/>
|
|
1352
|
+
<line num="300" count="993" type="cond" truecount="2" falsecount="0"/>
|
|
1353
|
+
<line num="301" count="538" type="cond" truecount="4" falsecount="0"/>
|
|
1354
|
+
<line num="302" count="75" type="stmt"/>
|
|
1355
|
+
<line num="303" count="75" type="stmt"/>
|
|
1356
|
+
<line num="310" count="463" type="cond" truecount="1" falsecount="1"/>
|
|
1357
|
+
<line num="312" count="463" type="stmt"/>
|
|
1358
|
+
<line num="316" count="463" type="cond" truecount="4" falsecount="0"/>
|
|
1359
|
+
<line num="317" count="61" type="stmt"/>
|
|
1360
|
+
<line num="318" count="61" type="stmt"/>
|
|
1361
|
+
<line num="322" count="857" type="cond" truecount="2" falsecount="0"/>
|
|
1362
|
+
<line num="323" count="585" type="stmt"/>
|
|
1363
|
+
<line num="324" count="272" type="cond" truecount="2" falsecount="0"/>
|
|
1364
|
+
<line num="326" count="151" type="stmt"/>
|
|
1365
|
+
<line num="327" count="151" type="cond" truecount="2" falsecount="0"/>
|
|
1366
|
+
<line num="328" count="85" type="stmt"/>
|
|
1367
|
+
<line num="330" count="66" type="stmt"/>
|
|
1368
|
+
<line num="331" count="66" type="stmt"/>
|
|
1369
|
+
<line num="337" count="121" type="cond" truecount="1" falsecount="1"/>
|
|
1370
|
+
<line num="339" count="121" type="stmt"/>
|
|
1371
|
+
<line num="341" count="0" type="stmt"/>
|
|
1372
|
+
<line num="347" count="736" type="stmt"/>
|
|
1373
|
+
<line num="351" count="26" type="stmt"/>
|
|
1374
|
+
<line num="373" count="14" type="stmt"/>
|
|
1375
|
+
<line num="376" count="13" type="stmt"/>
|
|
1376
|
+
<line num="377" count="13" type="stmt"/>
|
|
1377
|
+
<line num="378" count="13" type="stmt"/>
|
|
1504
1378
|
<line num="379" count="111" type="stmt"/>
|
|
1505
|
-
<line num="
|
|
1506
|
-
<line num="
|
|
1507
|
-
<line num="
|
|
1508
|
-
<line num="
|
|
1509
|
-
<line num="
|
|
1510
|
-
<line num="
|
|
1511
|
-
<line num="
|
|
1512
|
-
<line num="
|
|
1513
|
-
<line num="
|
|
1514
|
-
<line num="
|
|
1515
|
-
<line num="
|
|
1516
|
-
<line num="
|
|
1517
|
-
<line num="
|
|
1518
|
-
<line num="
|
|
1519
|
-
<line num="
|
|
1520
|
-
<line num="
|
|
1521
|
-
<line num="
|
|
1522
|
-
<line num="
|
|
1523
|
-
<line num="
|
|
1524
|
-
<line num="
|
|
1525
|
-
<line num="
|
|
1526
|
-
<line num="
|
|
1527
|
-
<line num="
|
|
1528
|
-
<line num="
|
|
1529
|
-
<line num="
|
|
1530
|
-
<line num="
|
|
1531
|
-
<line num="
|
|
1532
|
-
<line num="
|
|
1533
|
-
<line num="
|
|
1534
|
-
<line num="
|
|
1535
|
-
<line num="
|
|
1536
|
-
<line num="
|
|
1537
|
-
<line num="
|
|
1538
|
-
<line num="
|
|
1539
|
-
<line num="
|
|
1540
|
-
<line num="
|
|
1541
|
-
<line num="
|
|
1542
|
-
<line num="
|
|
1543
|
-
<line num="
|
|
1544
|
-
<line num="
|
|
1545
|
-
<line num="
|
|
1546
|
-
<line num="
|
|
1547
|
-
<line num="
|
|
1548
|
-
<line num="
|
|
1549
|
-
<line num="
|
|
1550
|
-
<line num="
|
|
1551
|
-
<line num="
|
|
1552
|
-
<line num="
|
|
1553
|
-
<line num="462" count="0" type="stmt"/>
|
|
1554
|
-
<line num="465" count="0" type="stmt"/>
|
|
1379
|
+
<line num="382" count="111" type="stmt"/>
|
|
1380
|
+
<line num="385" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
1381
|
+
<line num="386" count="85" type="stmt"/>
|
|
1382
|
+
<line num="388" count="26" type="stmt"/>
|
|
1383
|
+
<line num="390" count="111" type="stmt"/>
|
|
1384
|
+
<line num="392" count="13" type="stmt"/>
|
|
1385
|
+
<line num="395" count="14" type="stmt"/>
|
|
1386
|
+
<line num="396" count="111" type="stmt"/>
|
|
1387
|
+
<line num="397" count="1104" type="stmt"/>
|
|
1388
|
+
<line num="398" count="1104" type="stmt"/>
|
|
1389
|
+
<line num="401" count="3703" type="stmt"/>
|
|
1390
|
+
<line num="402" count="3703" type="cond" truecount="1" falsecount="1"/>
|
|
1391
|
+
<line num="403" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1392
|
+
<line num="404" count="0" type="stmt"/>
|
|
1393
|
+
<line num="406" count="0" type="stmt"/>
|
|
1394
|
+
<line num="411" count="3703" type="stmt"/>
|
|
1395
|
+
<line num="412" count="3703" type="stmt"/>
|
|
1396
|
+
<line num="416" count="1104" type="stmt"/>
|
|
1397
|
+
<line num="424" count="14" type="stmt"/>
|
|
1398
|
+
<line num="425" count="111" type="stmt"/>
|
|
1399
|
+
<line num="426" count="3703" type="stmt"/>
|
|
1400
|
+
<line num="427" count="3703" type="stmt"/>
|
|
1401
|
+
<line num="428" count="3703" type="cond" truecount="3" falsecount="1"/>
|
|
1402
|
+
<line num="429" count="0" type="stmt"/>
|
|
1403
|
+
<line num="431" count="3703" type="cond" truecount="2" falsecount="0"/>
|
|
1404
|
+
<line num="432" count="3703" type="stmt"/>
|
|
1405
|
+
<line num="433" count="3703" type="stmt"/>
|
|
1406
|
+
<line num="437" count="14" type="stmt"/>
|
|
1407
|
+
<line num="438" count="13" type="cond" truecount="1" falsecount="1"/>
|
|
1408
|
+
<line num="439" count="13" type="stmt"/>
|
|
1409
|
+
<line num="440" count="13" type="stmt"/>
|
|
1410
|
+
<line num="441" count="13" type="stmt"/>
|
|
1411
|
+
<line num="442" count="13" type="stmt"/>
|
|
1412
|
+
<line num="443" count="26" type="stmt"/>
|
|
1413
|
+
<line num="444" count="13" type="stmt"/>
|
|
1414
|
+
<line num="445" count="13" type="stmt"/>
|
|
1415
|
+
<line num="448" count="14" type="stmt"/>
|
|
1416
|
+
<line num="452" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1417
|
+
<line num="454" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1418
|
+
<line num="457" count="0" type="stmt"/>
|
|
1419
|
+
<line num="459" count="0" type="stmt"/>
|
|
1420
|
+
<line num="462" count="14" type="stmt"/>
|
|
1421
|
+
<line num="463" count="4" type="cond" truecount="3" falsecount="1"/>
|
|
1422
|
+
<line num="464" count="0" type="stmt"/>
|
|
1423
|
+
<line num="466" count="4" type="stmt"/>
|
|
1424
|
+
<line num="467" count="4" type="cond" truecount="4" falsecount="1"/>
|
|
1425
|
+
<line num="468" count="0" type="stmt"/>
|
|
1426
|
+
<line num="469" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1555
1427
|
<line num="470" count="0" type="stmt"/>
|
|
1556
|
-
<line num="472" count="
|
|
1557
|
-
<line num="
|
|
1558
|
-
<line num="
|
|
1559
|
-
<line num="476" count="0" type="stmt"/>
|
|
1560
|
-
<line num="478" count="0" type="stmt"/>
|
|
1428
|
+
<line num="472" count="4" type="stmt"/>
|
|
1429
|
+
<line num="475" count="14" type="stmt"/>
|
|
1430
|
+
<line num="478" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1561
1431
|
<line num="479" count="0" type="stmt"/>
|
|
1562
|
-
<line num="
|
|
1563
|
-
<line num="
|
|
1564
|
-
<line num="
|
|
1565
|
-
<line num="
|
|
1566
|
-
<line num="
|
|
1567
|
-
<line num="493" count="
|
|
1568
|
-
<line num="
|
|
1569
|
-
<line num="
|
|
1570
|
-
<line num="501" count="0" type="stmt"/>
|
|
1571
|
-
<line num="502" count="0" type="stmt"/>
|
|
1572
|
-
<line num="507" count="8" type="stmt"/>
|
|
1573
|
-
<line num="508" count="0" type="stmt"/>
|
|
1574
|
-
<line num="510" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1575
|
-
<line num="516" count="0" type="stmt"/>
|
|
1576
|
-
<line num="517" count="0" type="stmt"/>
|
|
1577
|
-
<line num="519" count="0" type="stmt"/>
|
|
1578
|
-
<line num="521" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1579
|
-
<line num="525" count="0" type="stmt"/>
|
|
1580
|
-
<line num="528" count="0" type="stmt"/>
|
|
1581
|
-
<line num="531" count="0" type="stmt"/>
|
|
1582
|
-
<line num="534" count="8" type="stmt"/>
|
|
1583
|
-
<line num="535" count="0" type="stmt"/>
|
|
1584
|
-
<line num="536" count="0" type="stmt"/>
|
|
1585
|
-
<line num="538" count="0" type="stmt"/>
|
|
1586
|
-
<line num="542" count="0" type="stmt"/>
|
|
1587
|
-
<line num="544" count="0" type="stmt"/>
|
|
1588
|
-
<line num="545" count="0" type="stmt"/>
|
|
1589
|
-
<line num="549" count="0" type="stmt"/>
|
|
1590
|
-
<line num="552" count="8" type="stmt"/>
|
|
1591
|
-
<line num="553" count="0" type="stmt"/>
|
|
1592
|
-
<line num="563" count="8" type="stmt"/>
|
|
1593
|
-
<line num="568" count="0" type="stmt"/>
|
|
1594
|
-
<line num="570" count="0" type="stmt"/>
|
|
1595
|
-
<line num="574" count="8" type="stmt"/>
|
|
1596
|
-
<line num="579" count="0" type="stmt"/>
|
|
1597
|
-
<line num="581" count="0" type="stmt"/>
|
|
1598
|
-
<line num="585" count="8" type="stmt"/>
|
|
1599
|
-
<line num="590" count="0" type="stmt"/>
|
|
1600
|
-
<line num="592" count="0" type="stmt"/>
|
|
1601
|
-
<line num="596" count="8" type="stmt"/>
|
|
1602
|
-
<line num="601" count="0" type="stmt"/>
|
|
1603
|
-
<line num="603" count="0" type="stmt"/>
|
|
1604
|
-
<line num="607" count="8" type="stmt"/>
|
|
1605
|
-
<line num="612" count="0" type="stmt"/>
|
|
1606
|
-
<line num="614" count="0" type="stmt"/>
|
|
1607
|
-
<line num="623" count="8" type="stmt"/>
|
|
1608
|
-
<line num="624" count="0" type="stmt"/>
|
|
1609
|
-
<line num="625" count="0" type="stmt"/>
|
|
1610
|
-
<line num="630" count="0" type="stmt"/>
|
|
1611
|
-
<line num="634" count="8" type="cond" truecount="0" falsecount="2"/>
|
|
1612
|
-
<line num="635" count="0" type="stmt"/>
|
|
1613
|
-
<line num="636" count="0" type="stmt"/>
|
|
1614
|
-
<line num="642" count="0" type="stmt"/>
|
|
1615
|
-
<line num="646" count="8" type="stmt"/>
|
|
1616
|
-
<line num="647" count="0" type="stmt"/>
|
|
1617
|
-
<line num="648" count="0" type="stmt"/>
|
|
1618
|
-
<line num="652" count="0" type="stmt"/>
|
|
1619
|
-
<line num="655" count="8" type="stmt"/>
|
|
1620
|
-
<line num="656" count="0" type="stmt"/>
|
|
1621
|
-
<line num="657" count="0" type="stmt"/>
|
|
1622
|
-
<line num="661" count="0" type="stmt"/>
|
|
1623
|
-
<line num="664" count="8" type="stmt"/>
|
|
1624
|
-
<line num="665" count="0" type="stmt"/>
|
|
1625
|
-
<line num="666" count="0" type="stmt"/>
|
|
1626
|
-
<line num="671" count="0" type="stmt"/>
|
|
1627
|
-
<line num="674" count="8" type="stmt"/>
|
|
1628
|
-
<line num="675" count="0" type="stmt"/>
|
|
1629
|
-
<line num="676" count="0" type="stmt"/>
|
|
1630
|
-
<line num="681" count="0" type="stmt"/>
|
|
1631
|
-
<line num="684" count="8" type="stmt"/>
|
|
1632
|
-
<line num="687" count="0" type="stmt"/>
|
|
1633
|
-
<line num="688" count="0" type="stmt"/>
|
|
1634
|
-
<line num="693" count="0" type="stmt"/>
|
|
1635
|
-
<line num="696" count="8" type="stmt"/>
|
|
1636
|
-
<line num="697" count="0" type="stmt"/>
|
|
1637
|
-
<line num="698" count="0" type="stmt"/>
|
|
1638
|
-
<line num="703" count="0" type="stmt"/>
|
|
1639
|
-
<line num="706" count="8" type="stmt"/>
|
|
1640
|
-
<line num="739" count="50" type="stmt"/>
|
|
1641
|
-
<line num="742" count="50" type="stmt"/>
|
|
1642
|
-
</file>
|
|
1643
|
-
<file name="index.ts" path="/Users/craigmartin/projects/pure-orm/src/index.ts">
|
|
1644
|
-
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1432
|
+
<line num="481" count="0" type="stmt"/>
|
|
1433
|
+
<line num="484" count="14" type="stmt"/>
|
|
1434
|
+
<line num="487" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1435
|
+
<line num="488" count="0" type="stmt"/>
|
|
1436
|
+
<line num="490" count="0" type="stmt"/>
|
|
1437
|
+
<line num="493" count="14" type="stmt"/>
|
|
1438
|
+
<line num="502" count="139" type="stmt"/>
|
|
1439
|
+
<line num="505" count="139" type="stmt"/>
|
|
1645
1440
|
</file>
|
|
1646
1441
|
</package>
|
|
1647
1442
|
<package name="test-utils.blog">
|
|
1648
|
-
<metrics statements="
|
|
1649
|
-
<file name="
|
|
1650
|
-
<metrics statements="
|
|
1443
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1444
|
+
<file name="entities.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/blog/entities.ts">
|
|
1445
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1651
1446
|
<line num="1" count="1" type="stmt"/>
|
|
1652
1447
|
<line num="2" count="1" type="stmt"/>
|
|
1653
1448
|
<line num="3" count="1" type="stmt"/>
|
|
1654
1449
|
<line num="4" count="1" type="stmt"/>
|
|
1655
|
-
<line num="
|
|
1656
|
-
<line num="7" count="1" type="stmt"/>
|
|
1450
|
+
<line num="6" count="1" type="stmt"/>
|
|
1657
1451
|
</file>
|
|
1658
1452
|
</package>
|
|
1659
1453
|
<package name="test-utils.blog.models">
|
|
@@ -1723,9 +1517,9 @@
|
|
|
1723
1517
|
</package>
|
|
1724
1518
|
<package name="test-utils.five">
|
|
1725
1519
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1726
|
-
<file name="
|
|
1520
|
+
<file name="entities.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/five/entities.ts">
|
|
1727
1521
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1728
|
-
<line num="
|
|
1522
|
+
<line num="6" count="1" type="stmt"/>
|
|
1729
1523
|
</file>
|
|
1730
1524
|
</package>
|
|
1731
1525
|
<package name="test-utils.five.models">
|
|
@@ -1784,9 +1578,9 @@
|
|
|
1784
1578
|
</package>
|
|
1785
1579
|
<package name="test-utils.nine">
|
|
1786
1580
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1787
|
-
<file name="
|
|
1581
|
+
<file name="entities.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/nine/entities.ts">
|
|
1788
1582
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1789
|
-
<line num="
|
|
1583
|
+
<line num="2" count="1" type="stmt"/>
|
|
1790
1584
|
</file>
|
|
1791
1585
|
</package>
|
|
1792
1586
|
<package name="test-utils.nine.models">
|
|
@@ -1805,16 +1599,16 @@
|
|
|
1805
1599
|
</package>
|
|
1806
1600
|
<package name="test-utils.order">
|
|
1807
1601
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1808
|
-
<file name="
|
|
1602
|
+
<file name="entities.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order/entities.ts">
|
|
1809
1603
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1810
|
-
<line num="
|
|
1604
|
+
<line num="7" count="1" type="stmt"/>
|
|
1811
1605
|
</file>
|
|
1812
1606
|
</package>
|
|
1813
1607
|
<package name="test-utils.order-more">
|
|
1814
1608
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1815
|
-
<file name="
|
|
1609
|
+
<file name="entities.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order-more/entities.ts">
|
|
1816
1610
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1817
|
-
<line num="
|
|
1611
|
+
<line num="22" count="1" type="stmt"/>
|
|
1818
1612
|
</file>
|
|
1819
1613
|
</package>
|
|
1820
1614
|
<package name="test-utils.order-more.models">
|
|
@@ -2230,9 +2024,9 @@
|
|
|
2230
2024
|
</package>
|
|
2231
2025
|
<package name="test-utils.six">
|
|
2232
2026
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2233
|
-
<file name="
|
|
2027
|
+
<file name="entities.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/six/entities.ts">
|
|
2234
2028
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2235
|
-
<line num="
|
|
2029
|
+
<line num="6" count="1" type="stmt"/>
|
|
2236
2030
|
</file>
|
|
2237
2031
|
</package>
|
|
2238
2032
|
<package name="test-utils.six.models">
|
|
@@ -2289,9 +2083,9 @@
|
|
|
2289
2083
|
</package>
|
|
2290
2084
|
<package name="test-utils.thirteen">
|
|
2291
2085
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2292
|
-
<file name="
|
|
2086
|
+
<file name="entities.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/thirteen/entities.ts">
|
|
2293
2087
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2294
|
-
<line num="
|
|
2088
|
+
<line num="9" count="1" type="stmt"/>
|
|
2295
2089
|
</file>
|
|
2296
2090
|
</package>
|
|
2297
2091
|
<package name="test-utils.thirteen.models">
|
|
@@ -2386,9 +2180,9 @@
|
|
|
2386
2180
|
</package>
|
|
2387
2181
|
<package name="test-utils.twelve">
|
|
2388
2182
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2389
|
-
<file name="
|
|
2183
|
+
<file name="entities.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/twelve/entities.ts">
|
|
2390
2184
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2391
|
-
<line num="
|
|
2185
|
+
<line num="3" count="1" type="stmt"/>
|
|
2392
2186
|
</file>
|
|
2393
2187
|
</package>
|
|
2394
2188
|
<package name="test-utils.twelve.models">
|