pure-orm 4.0.0 → 4.0.1
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 +97 -43
- package/coverage/clover.xml +888 -624
- package/coverage/coverage-final.json +28 -22
- package/coverage/lcov-report/dist/src/core.js.html +195 -186
- package/coverage/lcov-report/dist/src/driver-integrations/index.html +97 -0
- package/coverage/lcov-report/dist/src/driver-integrations/pgp.js.html +240 -0
- package/coverage/lcov-report/dist/src/index.html +44 -18
- package/coverage/lcov-report/dist/src/index.js.html +2 -2
- package/coverage/lcov-report/dist/src/orm.js.html +125 -119
- package/coverage/lcov-report/dist/test-utils/blog/entities.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/blog/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/blog/models/article.js.html +15 -15
- package/coverage/lcov-report/dist/test-utils/blog/models/article_tag.js.html +7 -7
- 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 +13 -13
- package/coverage/lcov-report/dist/test-utils/blog/models/tag.js.html +4 -4
- package/coverage/lcov-report/dist/test-utils/five/entities.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/index.html +1 -1
- 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/nine/entities.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/nine/index.html +1 -1
- 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/order/entities.js.html +11 -11
- package/coverage/lcov-report/dist/test-utils/order/index.html +1 -1
- 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 +24 -24
- package/coverage/lcov-report/dist/test-utils/order/models/order.js.html +42 -42
- package/coverage/lcov-report/dist/test-utils/order/models/product-variant.js.html +23 -23
- package/coverage/lcov-report/dist/test-utils/order/models/product.js.html +17 -17
- package/coverage/lcov-report/dist/test-utils/order/models/utm-source.js.html +12 -12
- package/coverage/lcov-report/dist/test-utils/order-more/entities.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/index.html +1 -1
- 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/six/entities.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/index.html +1 -1
- 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/thirteen/entities.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/index.html +1 -1
- 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/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 +1 -1
- package/coverage/lcov-report/dist/test-utils/twelve/index.html +1 -1
- 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/two/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/two/results.js.html +1 -1
- package/coverage/lcov-report/index.html +53 -27
- package/coverage/lcov-report/src/core.ts.html +206 -188
- package/coverage/lcov-report/src/driver-integrations/index.html +97 -0
- package/coverage/lcov-report/src/driver-integrations/pgp.ts.html +345 -0
- package/coverage/lcov-report/src/index.html +44 -18
- package/coverage/lcov-report/src/index.ts.html +3 -15
- package/coverage/lcov-report/src/orm.ts.html +256 -130
- package/coverage/lcov-report/test-utils/blog/entities.ts.html +1 -1
- package/coverage/lcov-report/test-utils/blog/index.html +1 -1
- package/coverage/lcov-report/test-utils/blog/models/article.ts.html +15 -15
- package/coverage/lcov-report/test-utils/blog/models/article_tag.ts.html +7 -7
- package/coverage/lcov-report/test-utils/blog/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/blog/models/person.ts.html +13 -13
- package/coverage/lcov-report/test-utils/blog/models/tag.ts.html +4 -4
- package/coverage/lcov-report/test-utils/five/entities.ts.html +1 -1
- package/coverage/lcov-report/test-utils/five/index.html +1 -1
- 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/nine/entities.ts.html +1 -1
- package/coverage/lcov-report/test-utils/nine/index.html +1 -1
- 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/order/entities.ts.html +5 -5
- package/coverage/lcov-report/test-utils/order/index.html +1 -1
- package/coverage/lcov-report/test-utils/order/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/order/models/line-item.ts.html +18 -18
- package/coverage/lcov-report/test-utils/order/models/order.ts.html +37 -37
- package/coverage/lcov-report/test-utils/order/models/product-variant.ts.html +18 -18
- package/coverage/lcov-report/test-utils/order/models/product.ts.html +13 -13
- package/coverage/lcov-report/test-utils/order/models/utm-source.ts.html +8 -8
- package/coverage/lcov-report/test-utils/order-more/entities.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/index.html +1 -1
- 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/six/entities.ts.html +1 -1
- package/coverage/lcov-report/test-utils/six/index.html +1 -1
- 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/thirteen/entities.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/index.html +1 -1
- 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/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 +1 -1
- package/coverage/lcov-report/test-utils/twelve/index.html +1 -1
- 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/two/index.html +1 -1
- package/coverage/lcov-report/test-utils/two/results.js.html +1 -1
- package/coverage/lcov.info +1542 -996
- package/dist/src/core.d.ts +1 -1
- package/dist/src/core.js +7 -4
- package/dist/src/core.spec.js +628 -540
- package/dist/src/driver-integrations/index.d.ts +1 -0
- package/dist/src/orm.d.ts +21 -0
- package/dist/src/orm.js +6 -2
- package/dist/src/orm.spec.d.ts +1 -0
- package/dist/src/orm.spec.js +102 -0
- package/dist/test-utils/order/entities.js +2 -2
- package/dist/test-utils/order/entities.ts +2 -2
- package/dist/test-utils/order/models/order.js +1 -1
- package/dist/test-utils/order/models/order.ts +1 -1
- package/package.json +1 -1
- package/src/core.spec.ts +1097 -986
- package/src/core.ts +12 -6
- package/src/driver-integrations/index.ts +2 -0
- package/src/orm.spec.ts +113 -0
- package/src/orm.ts +54 -8
- package/test-utils/order/entities.ts +2 -2
- package/test-utils/order/models/order.ts +1 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,183 +1,321 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1687468817404" clover="3.2.0">
|
|
3
|
+
<project timestamp="1687468817404" name="All files">
|
|
4
|
+
<metrics statements="1973" coveredstatements="1814" conditionals="249" coveredconditionals="198" methods="399" coveredmethods="302" elements="2621" coveredelements="2314" complexity="0" loc="1973" ncloc="1973" packages="40" files="128" classes="128"/>
|
|
5
5
|
<package name="dist.src">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="273" coveredstatements="234" conditionals="121" coveredconditionals="103" methods="89" coveredmethods="76"/>
|
|
7
7
|
<file name="core.js" path="/Users/craigmartin/projects/pure-orm/dist/src/core.js">
|
|
8
|
-
<metrics statements="
|
|
9
|
-
<line num="2" count="
|
|
10
|
-
<line num="3" count="
|
|
11
|
-
<line num="5" count="
|
|
12
|
-
<line num="6" count="
|
|
13
|
-
<line num="7" count="
|
|
14
|
-
<line num="8" count="
|
|
15
|
-
<line num="9" count="
|
|
16
|
-
<line num="10" count="
|
|
17
|
-
<line num="11" count="
|
|
18
|
-
<line num="12" count="
|
|
19
|
-
<line num="13" count="
|
|
20
|
-
<line num="14" count="
|
|
21
|
-
<line num="15" count="
|
|
22
|
-
<line num="21" count="
|
|
23
|
-
<line num="23" count="
|
|
24
|
-
<line num="24" count="
|
|
25
|
-
<line num="25" count="
|
|
26
|
-
<line num="26" count="
|
|
27
|
-
<line num="27" count="
|
|
28
|
-
<line num="28" count="
|
|
29
|
-
<line num="29" count="
|
|
30
|
-
<line num="30" count="
|
|
31
|
-
<line num="32" count="
|
|
32
|
-
<line num="33" count="
|
|
33
|
-
<line num="34" count="
|
|
34
|
-
<line num="37" count="
|
|
35
|
-
<line num="38" count="
|
|
36
|
-
<line num="39" count="
|
|
37
|
-
<line num="42" count="
|
|
38
|
-
<line num="43" count="
|
|
39
|
-
<line num="45" count="
|
|
40
|
-
<line num="61" count="
|
|
41
|
-
<line num="62" count="
|
|
42
|
-
<line num="63" count="
|
|
43
|
-
<line num="65" count="
|
|
44
|
-
<line num="66" count="
|
|
45
|
-
<line num="67" count="
|
|
8
|
+
<metrics statements="174" coveredstatements="166" conditionals="108" coveredconditionals="93" methods="49" coveredmethods="48"/>
|
|
9
|
+
<line num="2" count="2" type="cond" truecount="2" falsecount="1"/>
|
|
10
|
+
<line num="3" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
11
|
+
<line num="5" count="2" type="stmt"/>
|
|
12
|
+
<line num="6" count="2" type="stmt"/>
|
|
13
|
+
<line num="7" count="2" type="stmt"/>
|
|
14
|
+
<line num="8" count="2" type="stmt"/>
|
|
15
|
+
<line num="9" count="33" type="stmt"/>
|
|
16
|
+
<line num="10" count="225" type="stmt"/>
|
|
17
|
+
<line num="11" count="225" type="cond" truecount="2" falsecount="0"/>
|
|
18
|
+
<line num="12" count="225" type="cond" truecount="2" falsecount="0"/>
|
|
19
|
+
<line num="13" count="225" type="cond" truecount="1" falsecount="1"/>
|
|
20
|
+
<line num="14" count="1789" type="cond" truecount="2" falsecount="0"/>
|
|
21
|
+
<line num="15" count="1578" type="stmt"/>
|
|
22
|
+
<line num="21" count="211" type="cond" truecount="6" falsecount="0"/>
|
|
23
|
+
<line num="23" count="1789" type="stmt"/>
|
|
24
|
+
<line num="24" count="1789" type="stmt"/>
|
|
25
|
+
<line num="25" count="1789" type="stmt"/>
|
|
26
|
+
<line num="26" count="225" type="stmt"/>
|
|
27
|
+
<line num="27" count="225" type="stmt"/>
|
|
28
|
+
<line num="28" count="1789" type="stmt"/>
|
|
29
|
+
<line num="29" count="225" type="stmt"/>
|
|
30
|
+
<line num="30" count="225" type="cond" truecount="1" falsecount="1"/>
|
|
31
|
+
<line num="32" count="225" type="stmt"/>
|
|
32
|
+
<line num="33" count="3611" type="stmt"/>
|
|
33
|
+
<line num="34" count="3611" type="stmt"/>
|
|
34
|
+
<line num="37" count="225" type="stmt"/>
|
|
35
|
+
<line num="38" count="1789" type="stmt"/>
|
|
36
|
+
<line num="39" count="199" type="stmt"/>
|
|
37
|
+
<line num="42" count="225" type="stmt"/>
|
|
38
|
+
<line num="43" count="1789" type="stmt"/>
|
|
39
|
+
<line num="45" count="225" type="stmt"/>
|
|
40
|
+
<line num="61" count="33" type="stmt"/>
|
|
41
|
+
<line num="62" count="225" type="stmt"/>
|
|
42
|
+
<line num="63" count="225" type="stmt"/>
|
|
43
|
+
<line num="65" count="33" type="stmt"/>
|
|
44
|
+
<line num="66" count="1433" type="stmt"/>
|
|
45
|
+
<line num="67" count="1433" 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="76" count="
|
|
52
|
-
<line num="77" count="
|
|
53
|
-
<line num="78" count="
|
|
47
|
+
<line num="70" count="1433" type="stmt"/>
|
|
48
|
+
<line num="72" count="33" type="stmt"/>
|
|
49
|
+
<line num="73" count="225" type="stmt"/>
|
|
50
|
+
<line num="74" count="225" type="stmt"/>
|
|
51
|
+
<line num="76" count="33" type="stmt"/>
|
|
52
|
+
<line num="77" count="42886" type="stmt"/>
|
|
53
|
+
<line num="78" count="42886" type="cond" truecount="1" falsecount="1"/>
|
|
54
54
|
<line num="79" count="0" type="stmt"/>
|
|
55
|
-
<line num="81" count="
|
|
56
|
-
<line num="
|
|
57
|
-
<line num="
|
|
58
|
-
<line num="
|
|
59
|
-
<line num="
|
|
60
|
-
<line num="
|
|
61
|
-
<line num="
|
|
62
|
-
<line num="99" count="
|
|
63
|
-
<line num="100" count="
|
|
64
|
-
<line num="
|
|
65
|
-
<line num="
|
|
66
|
-
<line num="
|
|
67
|
-
<line num="
|
|
68
|
-
<line num="
|
|
69
|
-
<line num="
|
|
70
|
-
<line num="
|
|
71
|
-
<line num="
|
|
72
|
-
<line num="
|
|
73
|
-
<line num="113" count="
|
|
74
|
-
<line num="114" count="
|
|
75
|
-
<line num="
|
|
76
|
-
<line num="
|
|
77
|
-
<line num="
|
|
78
|
-
<line num="
|
|
79
|
-
<line num="
|
|
80
|
-
<line num="
|
|
81
|
-
<line num="127" count="
|
|
82
|
-
<line num="128" count="
|
|
83
|
-
<line num="
|
|
84
|
-
<line num="131" count="
|
|
85
|
-
<line num="
|
|
86
|
-
<line num="
|
|
87
|
-
<line num="
|
|
88
|
-
<line num="
|
|
89
|
-
<line num="
|
|
90
|
-
<line num="142" count="
|
|
91
|
-
<line num="143" count="
|
|
92
|
-
<line num="145" count="
|
|
93
|
-
<line num="146" count="
|
|
94
|
-
<line num="
|
|
95
|
-
<line num="
|
|
96
|
-
<line num="
|
|
97
|
-
<line num="
|
|
98
|
-
<line num="158" count="
|
|
99
|
-
<line num="159" count="
|
|
100
|
-
<line num="
|
|
101
|
-
<line num="
|
|
102
|
-
<line num="
|
|
103
|
-
<line num="167" count="
|
|
104
|
-
<line num="168" count="
|
|
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="
|
|
118
|
-
<line num="
|
|
119
|
-
<line num="
|
|
120
|
-
<line num="218" count="
|
|
121
|
-
<line num="219" count="
|
|
122
|
-
<line num="
|
|
123
|
-
<line num="
|
|
124
|
-
<line num="
|
|
125
|
-
<line num="
|
|
126
|
-
<line num="229" count="
|
|
127
|
-
<line num="
|
|
128
|
-
<line num="
|
|
129
|
-
<line num="
|
|
130
|
-
<line num="
|
|
131
|
-
<line num="
|
|
132
|
-
<line num="
|
|
55
|
+
<line num="81" count="42886" type="stmt"/>
|
|
56
|
+
<line num="83" count="33" type="stmt"/>
|
|
57
|
+
<line num="84" count="42885" type="stmt"/>
|
|
58
|
+
<line num="95" count="33" type="stmt"/>
|
|
59
|
+
<line num="96" count="187" type="stmt"/>
|
|
60
|
+
<line num="97" count="38" type="stmt"/>
|
|
61
|
+
<line num="98" count="1432" type="stmt"/>
|
|
62
|
+
<line num="99" count="38" type="stmt"/>
|
|
63
|
+
<line num="100" count="38" type="stmt"/>
|
|
64
|
+
<line num="102" count="38" type="stmt"/>
|
|
65
|
+
<line num="103" count="187" type="stmt"/>
|
|
66
|
+
<line num="104" count="21303" type="cond" truecount="2" falsecount="0"/>
|
|
67
|
+
<line num="107" count="1245" type="cond" truecount="2" falsecount="0"/>
|
|
68
|
+
<line num="108" count="1245" type="stmt"/>
|
|
69
|
+
<line num="109" count="1245" type="stmt"/>
|
|
70
|
+
<line num="110" count="29444" type="stmt"/>
|
|
71
|
+
<line num="111" count="28144" type="cond" truecount="2" falsecount="0"/>
|
|
72
|
+
<line num="112" count="28144" type="stmt"/>
|
|
73
|
+
<line num="113" count="29444" type="cond" truecount="2" falsecount="0"/>
|
|
74
|
+
<line num="114" count="28596" type="stmt"/>
|
|
75
|
+
<line num="116" count="848" type="stmt"/>
|
|
76
|
+
<line num="117" count="849" type="stmt"/>
|
|
77
|
+
<line num="118" count="849" type="cond" truecount="2" falsecount="0"/>
|
|
78
|
+
<line num="119" count="822" type="stmt"/>
|
|
79
|
+
<line num="122" count="26" type="stmt"/>
|
|
80
|
+
<line num="126" count="1245" type="cond" truecount="2" falsecount="0"/>
|
|
81
|
+
<line num="127" count="12589" type="cond" truecount="2" falsecount="0"/>
|
|
82
|
+
<line num="128" count="10448" type="stmt"/>
|
|
83
|
+
<line num="130" count="49132" type="stmt"/>
|
|
84
|
+
<line num="131" count="2141" type="cond" truecount="2" falsecount="0"/>
|
|
85
|
+
<line num="132" count="1203" type="stmt"/>
|
|
86
|
+
<line num="134" count="938" type="stmt"/>
|
|
87
|
+
<line num="136" count="1245" type="stmt"/>
|
|
88
|
+
<line num="140" count="1245" type="stmt"/>
|
|
89
|
+
<line num="141" count="6558" type="stmt"/>
|
|
90
|
+
<line num="142" count="6558" type="cond" truecount="2" falsecount="0"/>
|
|
91
|
+
<line num="143" count="6150" type="stmt"/>
|
|
92
|
+
<line num="145" count="408" type="stmt"/>
|
|
93
|
+
<line num="146" count="408" type="stmt"/>
|
|
94
|
+
<line num="148" count="1245" type="cond" truecount="2" falsecount="0"/>
|
|
95
|
+
<line num="149" count="614" type="cond" truecount="4" falsecount="0"/>
|
|
96
|
+
<line num="150" count="75" type="stmt"/>
|
|
97
|
+
<line num="151" count="75" type="stmt"/>
|
|
98
|
+
<line num="158" count="539" type="cond" truecount="1" falsecount="1"/>
|
|
99
|
+
<line num="159" count="539" type="stmt"/>
|
|
100
|
+
<line num="161" count="539" type="cond" truecount="4" falsecount="0"/>
|
|
101
|
+
<line num="162" count="61" type="stmt"/>
|
|
102
|
+
<line num="163" count="61" type="stmt"/>
|
|
103
|
+
<line num="167" count="1109" type="cond" truecount="2" falsecount="0"/>
|
|
104
|
+
<line num="168" count="761" type="stmt"/>
|
|
105
|
+
<line num="170" count="348" type="cond" truecount="2" falsecount="0"/>
|
|
106
|
+
<line num="171" count="227" type="stmt"/>
|
|
107
|
+
<line num="172" count="227" type="cond" truecount="2" falsecount="0"/>
|
|
108
|
+
<line num="173" count="149" type="stmt"/>
|
|
109
|
+
<line num="176" count="78" type="stmt"/>
|
|
110
|
+
<line num="177" count="78" type="stmt"/>
|
|
111
|
+
<line num="184" count="121" type="cond" truecount="1" falsecount="1"/>
|
|
112
|
+
<line num="186" count="121" type="stmt"/>
|
|
113
|
+
<line num="188" count="0" type="stmt"/>
|
|
114
|
+
<line num="190" count="988" type="stmt"/>
|
|
115
|
+
<line num="193" count="38" type="stmt"/>
|
|
116
|
+
<line num="214" count="33" type="stmt"/>
|
|
117
|
+
<line num="215" count="21" type="stmt"/>
|
|
118
|
+
<line num="216" count="21" type="stmt"/>
|
|
119
|
+
<line num="217" count="21" type="stmt"/>
|
|
120
|
+
<line num="218" count="187" type="stmt"/>
|
|
121
|
+
<line num="219" count="187" type="cond" truecount="3" falsecount="1"/>
|
|
122
|
+
<line num="221" count="187" type="cond" truecount="2" falsecount="0"/>
|
|
123
|
+
<line num="222" count="149" type="stmt"/>
|
|
124
|
+
<line num="225" count="38" type="stmt"/>
|
|
125
|
+
<line num="227" count="187" type="stmt"/>
|
|
126
|
+
<line num="229" count="21" type="stmt"/>
|
|
127
|
+
<line num="231" count="33" type="stmt"/>
|
|
128
|
+
<line num="232" count="187" type="stmt"/>
|
|
129
|
+
<line num="233" count="1432" type="stmt"/>
|
|
130
|
+
<line num="234" count="1432" type="stmt"/>
|
|
131
|
+
<line num="235" count="6743" type="stmt"/>
|
|
132
|
+
<line num="236" count="6743" type="cond" truecount="1" falsecount="1"/>
|
|
133
|
+
<line num="237" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
133
134
|
<line num="238" count="0" type="stmt"/>
|
|
134
|
-
<line num="241" count="
|
|
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="
|
|
144
|
-
<line num="
|
|
145
|
-
<line num="
|
|
146
|
-
<line num="263" count="
|
|
147
|
-
<line num="
|
|
148
|
-
<line num="
|
|
149
|
-
<line num="
|
|
150
|
-
<line num="
|
|
151
|
-
<line num="
|
|
152
|
-
<line num="
|
|
153
|
-
<line num="
|
|
154
|
-
<line num="
|
|
155
|
-
<line num="
|
|
156
|
-
<line num="
|
|
157
|
-
<line num="
|
|
158
|
-
<line num="278" count="
|
|
159
|
-
<line num="
|
|
160
|
-
<line num="
|
|
161
|
-
<line num="
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="
|
|
164
|
-
<line num="
|
|
165
|
-
<line num="
|
|
166
|
-
<line num="290" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
135
|
+
<line num="241" count="0" type="stmt"/>
|
|
136
|
+
<line num="244" count="6743" type="stmt"/>
|
|
137
|
+
<line num="245" count="6743" type="stmt"/>
|
|
138
|
+
<line num="247" count="1432" type="stmt"/>
|
|
139
|
+
<line num="254" count="33" type="stmt"/>
|
|
140
|
+
<line num="255" count="187" type="stmt"/>
|
|
141
|
+
<line num="256" count="6743" type="stmt"/>
|
|
142
|
+
<line num="257" count="6743" type="stmt"/>
|
|
143
|
+
<line num="258" count="6743" type="cond" truecount="3" falsecount="1"/>
|
|
144
|
+
<line num="259" count="0" type="stmt"/>
|
|
145
|
+
<line num="261" count="6743" type="cond" truecount="2" falsecount="0"/>
|
|
146
|
+
<line num="262" count="6743" type="stmt"/>
|
|
147
|
+
<line num="263" count="6743" type="stmt"/>
|
|
148
|
+
<line num="266" count="33" type="stmt"/>
|
|
149
|
+
<line num="267" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
150
|
+
<line num="268" count="21" type="stmt"/>
|
|
151
|
+
<line num="269" count="21" type="stmt"/>
|
|
152
|
+
<line num="270" count="21" type="stmt"/>
|
|
153
|
+
<line num="271" count="21" type="stmt"/>
|
|
154
|
+
<line num="272" count="38" type="stmt"/>
|
|
155
|
+
<line num="273" count="21" type="stmt"/>
|
|
156
|
+
<line num="274" count="21" type="stmt"/>
|
|
157
|
+
<line num="276" count="33" type="stmt"/>
|
|
158
|
+
<line num="277" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
159
|
+
<line num="278" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
160
|
+
<line num="281" count="2" type="stmt"/>
|
|
161
|
+
<line num="283" count="2" type="stmt"/>
|
|
162
|
+
<line num="285" count="33" type="stmt"/>
|
|
163
|
+
<line num="286" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
164
|
+
<line num="287" count="1" type="stmt"/>
|
|
165
|
+
<line num="289" count="4" type="stmt"/>
|
|
166
|
+
<line num="290" count="4" type="cond" truecount="4" falsecount="1"/>
|
|
167
167
|
<line num="291" count="0" type="stmt"/>
|
|
168
|
-
<line num="293" count="4" type="
|
|
169
|
-
<line num="
|
|
170
|
-
<line num="296" count="
|
|
171
|
-
<line num="
|
|
172
|
-
<line num="299" count="
|
|
173
|
-
<line num="
|
|
174
|
-
<line num="302" count="
|
|
175
|
-
<line num="
|
|
176
|
-
<line num="305" count="
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="
|
|
179
|
-
<line num="
|
|
180
|
-
<line num="
|
|
168
|
+
<line num="293" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
169
|
+
<line num="294" count="2" type="stmt"/>
|
|
170
|
+
<line num="296" count="2" type="stmt"/>
|
|
171
|
+
<line num="298" count="33" type="stmt"/>
|
|
172
|
+
<line num="299" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
173
|
+
<line num="300" count="1" type="stmt"/>
|
|
174
|
+
<line num="302" count="2" type="stmt"/>
|
|
175
|
+
<line num="304" count="33" type="stmt"/>
|
|
176
|
+
<line num="305" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
177
|
+
<line num="306" count="1" type="stmt"/>
|
|
178
|
+
<line num="308" count="2" type="stmt"/>
|
|
179
|
+
<line num="310" count="33" type="stmt"/>
|
|
180
|
+
<line num="319" count="225" type="stmt"/>
|
|
181
|
+
<line num="322" count="225" type="stmt"/>
|
|
182
|
+
<line num="326" count="2" type="stmt"/>
|
|
183
|
+
</file>
|
|
184
|
+
<file name="index.js" path="/Users/craigmartin/projects/pure-orm/dist/src/index.js">
|
|
185
|
+
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
|
|
186
|
+
<line num="2" count="1" type="stmt"/>
|
|
187
|
+
<line num="3" count="1" type="stmt"/>
|
|
188
|
+
<line num="4" count="1" type="stmt"/>
|
|
189
|
+
<line num="5" count="1" type="stmt"/>
|
|
190
|
+
<line num="6" count="1" type="stmt"/>
|
|
191
|
+
<line num="7" count="6" type="stmt"/>
|
|
192
|
+
</file>
|
|
193
|
+
<file name="orm.js" path="/Users/craigmartin/projects/pure-orm/dist/src/orm.js">
|
|
194
|
+
<metrics statements="93" coveredstatements="62" conditionals="13" coveredconditionals="10" methods="38" coveredmethods="27"/>
|
|
195
|
+
<line num="2" count="1" type="stmt"/>
|
|
196
|
+
<line num="3" count="1" type="stmt"/>
|
|
197
|
+
<line num="4" count="1" type="stmt"/>
|
|
198
|
+
<line num="5" count="1" type="stmt"/>
|
|
199
|
+
<line num="6" count="1" type="stmt"/>
|
|
200
|
+
<line num="7" count="6" type="stmt"/>
|
|
201
|
+
<line num="9" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
202
|
+
<line num="10" count="6" type="stmt"/>
|
|
203
|
+
<line num="13" count="0" type="stmt"/>
|
|
204
|
+
<line num="18" count="6" type="stmt"/>
|
|
205
|
+
<line num="19" count="1" type="stmt"/>
|
|
206
|
+
<line num="21" count="24" type="stmt"/>
|
|
207
|
+
<line num="22" count="4" type="stmt"/>
|
|
208
|
+
<line num="24" count="1" type="stmt"/>
|
|
209
|
+
<line num="26" count="24" type="stmt"/>
|
|
210
|
+
<line num="27" count="24" type="stmt"/>
|
|
211
|
+
<line num="28" count="4" type="stmt"/>
|
|
212
|
+
<line num="29" count="1" type="stmt"/>
|
|
213
|
+
<line num="31" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
214
|
+
<line num="32" count="1" type="stmt"/>
|
|
215
|
+
<line num="34" count="24" type="stmt"/>
|
|
216
|
+
<line num="35" count="4" type="stmt"/>
|
|
217
|
+
<line num="36" count="1" type="stmt"/>
|
|
218
|
+
<line num="37" count="1" type="stmt"/>
|
|
219
|
+
<line num="38" count="1" type="stmt"/>
|
|
220
|
+
<line num="40" count="24" type="stmt"/>
|
|
221
|
+
<line num="41" count="24" type="stmt"/>
|
|
222
|
+
<line num="42" count="1" type="stmt"/>
|
|
223
|
+
<line num="43" count="1" type="stmt"/>
|
|
224
|
+
<line num="45" count="6" type="stmt"/>
|
|
225
|
+
<line num="46" count="1" type="stmt"/>
|
|
226
|
+
<line num="48" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
227
|
+
<line num="51" count="24" type="stmt"/>
|
|
228
|
+
<line num="52" count="4" type="stmt"/>
|
|
229
|
+
<line num="54" count="1" type="stmt"/>
|
|
230
|
+
<line num="56" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
231
|
+
<line num="59" count="24" type="stmt"/>
|
|
232
|
+
<line num="60" count="1" type="stmt"/>
|
|
233
|
+
<line num="64" count="6" type="stmt"/>
|
|
234
|
+
<line num="65" count="1" type="stmt"/>
|
|
235
|
+
<line num="67" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
236
|
+
<line num="70" count="24" type="stmt"/>
|
|
237
|
+
<line num="71" count="4" type="stmt"/>
|
|
238
|
+
<line num="73" count="1" type="stmt"/>
|
|
239
|
+
<line num="75" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
240
|
+
<line num="78" count="24" type="stmt"/>
|
|
241
|
+
<line num="79" count="4" type="stmt"/>
|
|
242
|
+
<line num="80" count="1" type="stmt"/>
|
|
243
|
+
<line num="82" count="6" type="stmt"/>
|
|
244
|
+
<line num="83" count="0" type="stmt"/>
|
|
245
|
+
<line num="84" count="0" type="stmt"/>
|
|
246
|
+
<line num="85" count="0" type="stmt"/>
|
|
247
|
+
<line num="86" count="0" type="stmt"/>
|
|
248
|
+
<line num="87" count="0" type="stmt"/>
|
|
249
|
+
<line num="89" count="0" type="stmt"/>
|
|
250
|
+
<line num="91" count="6" type="stmt"/>
|
|
251
|
+
<line num="92" count="4" type="stmt"/>
|
|
252
|
+
<line num="94" count="6" type="stmt"/>
|
|
253
|
+
<line num="95" count="3" type="stmt"/>
|
|
254
|
+
<line num="101" count="6" type="stmt"/>
|
|
255
|
+
<line num="102" count="0" type="stmt"/>
|
|
256
|
+
<line num="103" count="0" type="stmt"/>
|
|
257
|
+
<line num="108" count="0" type="stmt"/>
|
|
258
|
+
<line num="111" count="6" type="cond" truecount="0" falsecount="2"/>
|
|
259
|
+
<line num="112" count="0" type="stmt"/>
|
|
260
|
+
<line num="113" count="0" type="stmt"/>
|
|
261
|
+
<line num="119" count="0" type="stmt"/>
|
|
262
|
+
<line num="122" count="6" type="stmt"/>
|
|
263
|
+
<line num="123" count="0" type="stmt"/>
|
|
264
|
+
<line num="124" count="0" type="stmt"/>
|
|
265
|
+
<line num="128" count="0" type="stmt"/>
|
|
266
|
+
<line num="130" count="6" type="stmt"/>
|
|
267
|
+
<line num="131" count="0" type="stmt"/>
|
|
268
|
+
<line num="132" count="0" type="stmt"/>
|
|
269
|
+
<line num="136" count="0" type="stmt"/>
|
|
270
|
+
<line num="138" count="6" type="stmt"/>
|
|
271
|
+
<line num="139" count="0" type="stmt"/>
|
|
272
|
+
<line num="140" count="0" type="stmt"/>
|
|
273
|
+
<line num="145" count="0" type="stmt"/>
|
|
274
|
+
<line num="147" count="6" type="stmt"/>
|
|
275
|
+
<line num="148" count="0" type="stmt"/>
|
|
276
|
+
<line num="149" count="0" type="stmt"/>
|
|
277
|
+
<line num="154" count="0" type="stmt"/>
|
|
278
|
+
<line num="156" count="6" type="stmt"/>
|
|
279
|
+
<line num="157" count="0" type="stmt"/>
|
|
280
|
+
<line num="158" count="0" type="stmt"/>
|
|
281
|
+
<line num="163" count="0" type="stmt"/>
|
|
282
|
+
<line num="165" count="6" type="stmt"/>
|
|
283
|
+
<line num="166" count="0" type="stmt"/>
|
|
284
|
+
<line num="167" count="0" type="stmt"/>
|
|
285
|
+
<line num="172" count="0" type="stmt"/>
|
|
286
|
+
<line num="174" count="6" type="stmt"/>
|
|
287
|
+
<line num="194" count="1" type="stmt"/>
|
|
288
|
+
</file>
|
|
289
|
+
</package>
|
|
290
|
+
<package name="dist.src.driver-integrations">
|
|
291
|
+
<metrics statements="25" coveredstatements="11" conditionals="9" coveredconditionals="0" methods="12" coveredmethods="1"/>
|
|
292
|
+
<file name="pgp.js" path="/Users/craigmartin/projects/pure-orm/dist/src/driver-integrations/pgp.js">
|
|
293
|
+
<metrics statements="25" coveredstatements="11" conditionals="9" coveredconditionals="0" methods="12" coveredmethods="1"/>
|
|
294
|
+
<line num="2" count="1" type="stmt"/>
|
|
295
|
+
<line num="3" count="1" type="stmt"/>
|
|
296
|
+
<line num="4" count="1" type="stmt"/>
|
|
297
|
+
<line num="5" count="6" type="stmt"/>
|
|
298
|
+
<line num="6" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
299
|
+
<line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
300
|
+
<line num="8" count="0" type="stmt"/>
|
|
301
|
+
<line num="11" count="0" type="stmt"/>
|
|
302
|
+
<line num="16" count="6" type="cond" truecount="0" falsecount="1"/>
|
|
303
|
+
<line num="17" count="0" type="stmt"/>
|
|
304
|
+
<line num="19" count="0" type="stmt"/>
|
|
305
|
+
<line num="22" count="6" type="cond" truecount="0" falsecount="1"/>
|
|
306
|
+
<line num="23" count="0" type="stmt"/>
|
|
307
|
+
<line num="25" count="0" type="stmt"/>
|
|
308
|
+
<line num="28" count="6" type="cond" truecount="0" falsecount="1"/>
|
|
309
|
+
<line num="29" count="0" type="stmt"/>
|
|
310
|
+
<line num="31" count="0" type="stmt"/>
|
|
311
|
+
<line num="34" count="6" type="cond" truecount="0" falsecount="1"/>
|
|
312
|
+
<line num="35" count="0" type="stmt"/>
|
|
313
|
+
<line num="37" count="0" type="stmt"/>
|
|
314
|
+
<line num="40" count="6" type="cond" truecount="0" falsecount="1"/>
|
|
315
|
+
<line num="41" count="0" type="stmt"/>
|
|
316
|
+
<line num="43" count="0" type="stmt"/>
|
|
317
|
+
<line num="46" count="6" type="stmt"/>
|
|
318
|
+
<line num="57" count="1" type="stmt"/>
|
|
181
319
|
</file>
|
|
182
320
|
</package>
|
|
183
321
|
<package name="dist.test-utils.blog">
|
|
@@ -202,21 +340,21 @@
|
|
|
202
340
|
<line num="4" count="1" type="stmt"/>
|
|
203
341
|
<line num="5" count="1" type="stmt"/>
|
|
204
342
|
<line num="6" count="1" type="stmt"/>
|
|
205
|
-
<line num="22" count="
|
|
206
|
-
<line num="23" count="
|
|
207
|
-
<line num="24" count="
|
|
208
|
-
<line num="25" count="
|
|
209
|
-
<line num="26" count="
|
|
210
|
-
<line num="27" count="
|
|
211
|
-
<line num="28" count="
|
|
212
|
-
<line num="29" count="
|
|
213
|
-
<line num="30" count="
|
|
214
|
-
<line num="31" count="
|
|
215
|
-
<line num="32" count="
|
|
216
|
-
<line num="33" count="
|
|
217
|
-
<line num="34" count="
|
|
343
|
+
<line num="22" count="75" type="stmt"/>
|
|
344
|
+
<line num="23" count="75" type="stmt"/>
|
|
345
|
+
<line num="24" count="75" type="stmt"/>
|
|
346
|
+
<line num="25" count="75" type="stmt"/>
|
|
347
|
+
<line num="26" count="75" type="stmt"/>
|
|
348
|
+
<line num="27" count="75" type="stmt"/>
|
|
349
|
+
<line num="28" count="75" type="stmt"/>
|
|
350
|
+
<line num="29" count="75" type="stmt"/>
|
|
351
|
+
<line num="30" count="75" type="stmt"/>
|
|
352
|
+
<line num="31" count="75" type="stmt"/>
|
|
353
|
+
<line num="32" count="75" type="stmt"/>
|
|
354
|
+
<line num="33" count="75" type="stmt"/>
|
|
355
|
+
<line num="34" count="75" type="stmt"/>
|
|
218
356
|
<line num="37" count="1" type="stmt"/>
|
|
219
|
-
<line num="40" count="
|
|
357
|
+
<line num="40" count="8" type="stmt"/>
|
|
220
358
|
<line num="43" count="1" type="stmt"/>
|
|
221
359
|
<line num="44" count="1" type="stmt"/>
|
|
222
360
|
</file>
|
|
@@ -228,13 +366,13 @@
|
|
|
228
366
|
<line num="5" count="1" type="stmt"/>
|
|
229
367
|
<line num="6" count="1" type="stmt"/>
|
|
230
368
|
<line num="7" count="1" type="stmt"/>
|
|
231
|
-
<line num="14" count="
|
|
232
|
-
<line num="15" count="
|
|
233
|
-
<line num="16" count="
|
|
234
|
-
<line num="17" count="
|
|
235
|
-
<line num="18" count="
|
|
369
|
+
<line num="14" count="75" type="stmt"/>
|
|
370
|
+
<line num="15" count="75" type="stmt"/>
|
|
371
|
+
<line num="16" count="75" type="stmt"/>
|
|
372
|
+
<line num="17" count="75" type="stmt"/>
|
|
373
|
+
<line num="18" count="75" type="stmt"/>
|
|
236
374
|
<line num="21" count="1" type="stmt"/>
|
|
237
|
-
<line num="24" count="
|
|
375
|
+
<line num="24" count="11" type="stmt"/>
|
|
238
376
|
<line num="27" count="1" type="stmt"/>
|
|
239
377
|
<line num="28" count="1" type="stmt"/>
|
|
240
378
|
</file>
|
|
@@ -244,18 +382,18 @@
|
|
|
244
382
|
<line num="3" count="1" type="stmt"/>
|
|
245
383
|
<line num="4" count="1" type="stmt"/>
|
|
246
384
|
<line num="5" count="1" type="stmt"/>
|
|
247
|
-
<line num="21" count="
|
|
248
|
-
<line num="22" count="
|
|
249
|
-
<line num="23" count="
|
|
250
|
-
<line num="24" count="
|
|
251
|
-
<line num="25" count="
|
|
252
|
-
<line num="26" count="
|
|
253
|
-
<line num="27" count="
|
|
254
|
-
<line num="28" count="
|
|
255
|
-
<line num="29" count="
|
|
256
|
-
<line num="30" count="
|
|
257
|
-
<line num="31" count="
|
|
258
|
-
<line num="32" count="
|
|
385
|
+
<line num="21" count="75" type="stmt"/>
|
|
386
|
+
<line num="22" count="75" type="stmt"/>
|
|
387
|
+
<line num="23" count="75" type="stmt"/>
|
|
388
|
+
<line num="24" count="75" type="stmt"/>
|
|
389
|
+
<line num="25" count="75" type="stmt"/>
|
|
390
|
+
<line num="26" count="75" type="stmt"/>
|
|
391
|
+
<line num="27" count="75" type="stmt"/>
|
|
392
|
+
<line num="28" count="75" type="stmt"/>
|
|
393
|
+
<line num="29" count="75" type="stmt"/>
|
|
394
|
+
<line num="30" count="75" type="stmt"/>
|
|
395
|
+
<line num="31" count="75" type="stmt"/>
|
|
396
|
+
<line num="32" count="75" type="stmt"/>
|
|
259
397
|
<line num="35" count="1" type="stmt"/>
|
|
260
398
|
<line num="38" count="0" type="stmt"/>
|
|
261
399
|
<line num="39" count="0" type="stmt"/>
|
|
@@ -268,9 +406,9 @@
|
|
|
268
406
|
<line num="3" count="1" type="stmt"/>
|
|
269
407
|
<line num="4" count="1" type="stmt"/>
|
|
270
408
|
<line num="5" count="1" type="stmt"/>
|
|
271
|
-
<line num="8" count="
|
|
272
|
-
<line num="9" count="
|
|
273
|
-
<line num="10" count="
|
|
409
|
+
<line num="8" count="75" type="stmt"/>
|
|
410
|
+
<line num="9" count="75" type="stmt"/>
|
|
411
|
+
<line num="10" count="75" type="stmt"/>
|
|
274
412
|
<line num="13" count="1" type="stmt"/>
|
|
275
413
|
<line num="16" count="0" type="stmt"/>
|
|
276
414
|
<line num="19" count="1" type="stmt"/>
|
|
@@ -401,14 +539,14 @@
|
|
|
401
539
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
402
540
|
<file name="entities.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order/entities.js">
|
|
403
541
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
404
|
-
<line num="2" count="
|
|
405
|
-
<line num="3" count="
|
|
406
|
-
<line num="4" count="
|
|
407
|
-
<line num="5" count="
|
|
408
|
-
<line num="6" count="
|
|
409
|
-
<line num="7" count="
|
|
410
|
-
<line num="8" count="
|
|
411
|
-
<line num="9" count="
|
|
542
|
+
<line num="2" count="2" type="stmt"/>
|
|
543
|
+
<line num="3" count="2" type="stmt"/>
|
|
544
|
+
<line num="4" count="2" type="stmt"/>
|
|
545
|
+
<line num="5" count="2" type="stmt"/>
|
|
546
|
+
<line num="6" count="2" type="stmt"/>
|
|
547
|
+
<line num="7" count="2" type="stmt"/>
|
|
548
|
+
<line num="8" count="2" type="stmt"/>
|
|
549
|
+
<line num="9" count="2" type="stmt"/>
|
|
412
550
|
</file>
|
|
413
551
|
</package>
|
|
414
552
|
<package name="dist.test-utils.order-more">
|
|
@@ -845,133 +983,133 @@
|
|
|
845
983
|
<metrics statements="115" coveredstatements="112" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="7"/>
|
|
846
984
|
<file name="line-item.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/line-item.js">
|
|
847
985
|
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
848
|
-
<line num="2" count="
|
|
849
|
-
<line num="3" count="
|
|
850
|
-
<line num="4" count="
|
|
851
|
-
<line num="5" count="
|
|
852
|
-
<line num="6" count="
|
|
853
|
-
<line num="7" count="
|
|
854
|
-
<line num="23" count="
|
|
855
|
-
<line num="24" count="
|
|
856
|
-
<line num="25" count="
|
|
857
|
-
<line num="26" count="
|
|
858
|
-
<line num="27" count="
|
|
859
|
-
<line num="28" count="
|
|
860
|
-
<line num="29" count="
|
|
861
|
-
<line num="30" count="
|
|
862
|
-
<line num="31" count="
|
|
863
|
-
<line num="32" count="
|
|
864
|
-
<line num="33" count="
|
|
865
|
-
<line num="34" count="
|
|
866
|
-
<line num="35" count="
|
|
867
|
-
<line num="38" count="
|
|
868
|
-
<line num="41" count="
|
|
869
|
-
<line num="44" count="
|
|
870
|
-
<line num="45" count="
|
|
986
|
+
<line num="2" count="2" type="stmt"/>
|
|
987
|
+
<line num="3" count="2" type="stmt"/>
|
|
988
|
+
<line num="4" count="2" type="stmt"/>
|
|
989
|
+
<line num="5" count="2" type="stmt"/>
|
|
990
|
+
<line num="6" count="2" type="stmt"/>
|
|
991
|
+
<line num="7" count="2" type="stmt"/>
|
|
992
|
+
<line num="23" count="30" type="stmt"/>
|
|
993
|
+
<line num="24" count="30" type="stmt"/>
|
|
994
|
+
<line num="25" count="30" type="stmt"/>
|
|
995
|
+
<line num="26" count="30" type="stmt"/>
|
|
996
|
+
<line num="27" count="30" type="stmt"/>
|
|
997
|
+
<line num="28" count="30" type="stmt"/>
|
|
998
|
+
<line num="29" count="30" type="stmt"/>
|
|
999
|
+
<line num="30" count="30" type="stmt"/>
|
|
1000
|
+
<line num="31" count="30" type="stmt"/>
|
|
1001
|
+
<line num="32" count="30" type="stmt"/>
|
|
1002
|
+
<line num="33" count="30" type="stmt"/>
|
|
1003
|
+
<line num="34" count="30" type="stmt"/>
|
|
1004
|
+
<line num="35" count="30" type="stmt"/>
|
|
1005
|
+
<line num="38" count="2" type="stmt"/>
|
|
1006
|
+
<line num="41" count="5" type="stmt"/>
|
|
1007
|
+
<line num="44" count="2" type="stmt"/>
|
|
1008
|
+
<line num="45" count="2" type="stmt"/>
|
|
871
1009
|
</file>
|
|
872
1010
|
<file name="order.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/order.js">
|
|
873
1011
|
<metrics statements="40" coveredstatements="40" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
874
|
-
<line num="2" count="
|
|
875
|
-
<line num="3" count="
|
|
876
|
-
<line num="4" count="
|
|
877
|
-
<line num="5" count="
|
|
878
|
-
<line num="6" count="
|
|
879
|
-
<line num="34" count="
|
|
880
|
-
<line num="35" count="
|
|
881
|
-
<line num="36" count="
|
|
882
|
-
<line num="37" count="
|
|
883
|
-
<line num="38" count="
|
|
884
|
-
<line num="39" count="
|
|
885
|
-
<line num="40" count="
|
|
886
|
-
<line num="41" count="
|
|
887
|
-
<line num="42" count="
|
|
888
|
-
<line num="43" count="
|
|
889
|
-
<line num="44" count="
|
|
890
|
-
<line num="45" count="
|
|
891
|
-
<line num="46" count="
|
|
892
|
-
<line num="47" count="
|
|
893
|
-
<line num="48" count="
|
|
894
|
-
<line num="49" count="
|
|
895
|
-
<line num="50" count="
|
|
896
|
-
<line num="51" count="
|
|
897
|
-
<line num="52" count="
|
|
898
|
-
<line num="53" count="
|
|
899
|
-
<line num="54" count="
|
|
900
|
-
<line num="55" count="
|
|
901
|
-
<line num="56" count="
|
|
902
|
-
<line num="57" count="
|
|
903
|
-
<line num="58" count="
|
|
904
|
-
<line num="59" count="
|
|
905
|
-
<line num="60" count="
|
|
906
|
-
<line num="61" count="
|
|
907
|
-
<line num="62" count="
|
|
908
|
-
<line num="63" count="
|
|
909
|
-
<line num="64" count="
|
|
910
|
-
<line num="67" count="
|
|
911
|
-
<line num="70" count="
|
|
912
|
-
<line num="73" count="
|
|
913
|
-
<line num="74" count="
|
|
1012
|
+
<line num="2" count="2" type="stmt"/>
|
|
1013
|
+
<line num="3" count="2" type="stmt"/>
|
|
1014
|
+
<line num="4" count="2" type="stmt"/>
|
|
1015
|
+
<line num="5" count="2" type="stmt"/>
|
|
1016
|
+
<line num="6" count="2" type="stmt"/>
|
|
1017
|
+
<line num="34" count="36" type="stmt"/>
|
|
1018
|
+
<line num="35" count="36" type="stmt"/>
|
|
1019
|
+
<line num="36" count="36" type="stmt"/>
|
|
1020
|
+
<line num="37" count="36" type="stmt"/>
|
|
1021
|
+
<line num="38" count="36" type="stmt"/>
|
|
1022
|
+
<line num="39" count="36" type="stmt"/>
|
|
1023
|
+
<line num="40" count="36" type="stmt"/>
|
|
1024
|
+
<line num="41" count="36" type="stmt"/>
|
|
1025
|
+
<line num="42" count="36" type="stmt"/>
|
|
1026
|
+
<line num="43" count="36" type="stmt"/>
|
|
1027
|
+
<line num="44" count="36" type="stmt"/>
|
|
1028
|
+
<line num="45" count="36" type="stmt"/>
|
|
1029
|
+
<line num="46" count="36" type="stmt"/>
|
|
1030
|
+
<line num="47" count="36" type="stmt"/>
|
|
1031
|
+
<line num="48" count="36" type="stmt"/>
|
|
1032
|
+
<line num="49" count="36" type="stmt"/>
|
|
1033
|
+
<line num="50" count="36" type="stmt"/>
|
|
1034
|
+
<line num="51" count="36" type="stmt"/>
|
|
1035
|
+
<line num="52" count="36" type="stmt"/>
|
|
1036
|
+
<line num="53" count="36" type="stmt"/>
|
|
1037
|
+
<line num="54" count="36" type="stmt"/>
|
|
1038
|
+
<line num="55" count="36" type="stmt"/>
|
|
1039
|
+
<line num="56" count="36" type="stmt"/>
|
|
1040
|
+
<line num="57" count="36" type="stmt"/>
|
|
1041
|
+
<line num="58" count="36" type="stmt"/>
|
|
1042
|
+
<line num="59" count="36" type="stmt"/>
|
|
1043
|
+
<line num="60" count="36" type="stmt"/>
|
|
1044
|
+
<line num="61" count="36" type="stmt"/>
|
|
1045
|
+
<line num="62" count="36" type="stmt"/>
|
|
1046
|
+
<line num="63" count="36" type="stmt"/>
|
|
1047
|
+
<line num="64" count="36" type="stmt"/>
|
|
1048
|
+
<line num="67" count="2" type="stmt"/>
|
|
1049
|
+
<line num="70" count="5" type="stmt"/>
|
|
1050
|
+
<line num="73" count="2" type="stmt"/>
|
|
1051
|
+
<line num="74" count="2" type="stmt"/>
|
|
914
1052
|
</file>
|
|
915
1053
|
<file name="product-variant.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/product-variant.js">
|
|
916
1054
|
<metrics statements="23" coveredstatements="22" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
|
|
917
|
-
<line num="2" count="
|
|
918
|
-
<line num="3" count="
|
|
919
|
-
<line num="4" count="
|
|
920
|
-
<line num="5" count="
|
|
921
|
-
<line num="6" count="
|
|
922
|
-
<line num="23" count="
|
|
923
|
-
<line num="24" count="
|
|
924
|
-
<line num="25" count="
|
|
925
|
-
<line num="26" count="
|
|
926
|
-
<line num="27" count="
|
|
927
|
-
<line num="28" count="
|
|
928
|
-
<line num="29" count="
|
|
929
|
-
<line num="30" count="
|
|
930
|
-
<line num="31" count="
|
|
931
|
-
<line num="32" count="
|
|
932
|
-
<line num="33" count="
|
|
933
|
-
<line num="34" count="
|
|
934
|
-
<line num="35" count="
|
|
935
|
-
<line num="36" count="
|
|
936
|
-
<line num="39" count="
|
|
1055
|
+
<line num="2" count="2" type="stmt"/>
|
|
1056
|
+
<line num="3" count="2" type="stmt"/>
|
|
1057
|
+
<line num="4" count="2" type="stmt"/>
|
|
1058
|
+
<line num="5" count="2" type="stmt"/>
|
|
1059
|
+
<line num="6" count="2" type="stmt"/>
|
|
1060
|
+
<line num="23" count="30" type="stmt"/>
|
|
1061
|
+
<line num="24" count="30" type="stmt"/>
|
|
1062
|
+
<line num="25" count="30" type="stmt"/>
|
|
1063
|
+
<line num="26" count="30" type="stmt"/>
|
|
1064
|
+
<line num="27" count="30" type="stmt"/>
|
|
1065
|
+
<line num="28" count="30" type="stmt"/>
|
|
1066
|
+
<line num="29" count="30" type="stmt"/>
|
|
1067
|
+
<line num="30" count="30" type="stmt"/>
|
|
1068
|
+
<line num="31" count="30" type="stmt"/>
|
|
1069
|
+
<line num="32" count="30" type="stmt"/>
|
|
1070
|
+
<line num="33" count="30" type="stmt"/>
|
|
1071
|
+
<line num="34" count="30" type="stmt"/>
|
|
1072
|
+
<line num="35" count="30" type="stmt"/>
|
|
1073
|
+
<line num="36" count="30" type="stmt"/>
|
|
1074
|
+
<line num="39" count="2" type="stmt"/>
|
|
937
1075
|
<line num="42" count="0" type="stmt"/>
|
|
938
|
-
<line num="45" count="
|
|
939
|
-
<line num="46" count="
|
|
1076
|
+
<line num="45" count="2" type="stmt"/>
|
|
1077
|
+
<line num="46" count="2" type="stmt"/>
|
|
940
1078
|
</file>
|
|
941
1079
|
<file name="product.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/product.js">
|
|
942
1080
|
<metrics statements="17" coveredstatements="16" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
|
|
943
|
-
<line num="2" count="
|
|
944
|
-
<line num="3" count="
|
|
945
|
-
<line num="4" count="
|
|
946
|
-
<line num="5" count="
|
|
947
|
-
<line num="18" count="
|
|
948
|
-
<line num="19" count="
|
|
949
|
-
<line num="20" count="
|
|
950
|
-
<line num="21" count="
|
|
951
|
-
<line num="22" count="
|
|
952
|
-
<line num="23" count="
|
|
953
|
-
<line num="24" count="
|
|
954
|
-
<line num="25" count="
|
|
955
|
-
<line num="26" count="
|
|
956
|
-
<line num="29" count="
|
|
1081
|
+
<line num="2" count="2" type="stmt"/>
|
|
1082
|
+
<line num="3" count="2" type="stmt"/>
|
|
1083
|
+
<line num="4" count="2" type="stmt"/>
|
|
1084
|
+
<line num="5" count="2" type="stmt"/>
|
|
1085
|
+
<line num="18" count="30" type="stmt"/>
|
|
1086
|
+
<line num="19" count="30" type="stmt"/>
|
|
1087
|
+
<line num="20" count="30" type="stmt"/>
|
|
1088
|
+
<line num="21" count="30" type="stmt"/>
|
|
1089
|
+
<line num="22" count="30" type="stmt"/>
|
|
1090
|
+
<line num="23" count="30" type="stmt"/>
|
|
1091
|
+
<line num="24" count="30" type="stmt"/>
|
|
1092
|
+
<line num="25" count="30" type="stmt"/>
|
|
1093
|
+
<line num="26" count="30" type="stmt"/>
|
|
1094
|
+
<line num="29" count="2" type="stmt"/>
|
|
957
1095
|
<line num="32" count="0" type="stmt"/>
|
|
958
|
-
<line num="35" count="
|
|
959
|
-
<line num="36" count="
|
|
1096
|
+
<line num="35" count="2" type="stmt"/>
|
|
1097
|
+
<line num="36" count="2" type="stmt"/>
|
|
960
1098
|
</file>
|
|
961
1099
|
<file name="utm-source.js" path="/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/utm-source.js">
|
|
962
1100
|
<metrics statements="12" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
|
|
963
|
-
<line num="2" count="
|
|
964
|
-
<line num="3" count="
|
|
965
|
-
<line num="4" count="
|
|
966
|
-
<line num="5" count="
|
|
967
|
-
<line num="8" count="
|
|
968
|
-
<line num="9" count="
|
|
969
|
-
<line num="10" count="
|
|
970
|
-
<line num="11" count="
|
|
971
|
-
<line num="14" count="
|
|
1101
|
+
<line num="2" count="2" type="stmt"/>
|
|
1102
|
+
<line num="3" count="2" type="stmt"/>
|
|
1103
|
+
<line num="4" count="2" type="stmt"/>
|
|
1104
|
+
<line num="5" count="2" type="stmt"/>
|
|
1105
|
+
<line num="8" count="30" type="stmt"/>
|
|
1106
|
+
<line num="9" count="30" type="stmt"/>
|
|
1107
|
+
<line num="10" count="30" type="stmt"/>
|
|
1108
|
+
<line num="11" count="30" type="stmt"/>
|
|
1109
|
+
<line num="14" count="2" type="stmt"/>
|
|
972
1110
|
<line num="17" count="0" type="stmt"/>
|
|
973
|
-
<line num="20" count="
|
|
974
|
-
<line num="21" count="
|
|
1111
|
+
<line num="20" count="2" type="stmt"/>
|
|
1112
|
+
<line num="21" count="2" type="stmt"/>
|
|
975
1113
|
</file>
|
|
976
1114
|
</package>
|
|
977
1115
|
<package name="dist.test-utils.six">
|
|
@@ -1262,181 +1400,307 @@
|
|
|
1262
1400
|
</file>
|
|
1263
1401
|
</package>
|
|
1264
1402
|
<package name="src">
|
|
1265
|
-
<metrics statements="
|
|
1403
|
+
<metrics statements="264" coveredstatements="224" conditionals="110" coveredconditionals="95" methods="86" coveredmethods="74"/>
|
|
1266
1404
|
<file name="core.ts" path="/Users/craigmartin/projects/pure-orm/src/core.ts">
|
|
1267
|
-
<metrics statements="
|
|
1268
|
-
<line num="98" count="
|
|
1269
|
-
<line num="101" count="
|
|
1270
|
-
<line num="103" count="
|
|
1271
|
-
<line num="104" count="
|
|
1272
|
-
<line num="106" count="
|
|
1273
|
-
<line num="107" count="
|
|
1274
|
-
<line num="110" count="
|
|
1275
|
-
<line num="111" count="
|
|
1276
|
-
<line num="117" count="
|
|
1277
|
-
<line num="124" count="
|
|
1278
|
-
<line num="125" count="
|
|
1279
|
-
<line num="127" count="
|
|
1280
|
-
<line num="128" count="
|
|
1281
|
-
<line num="129" count="
|
|
1282
|
-
<line num="131" count="
|
|
1283
|
-
<line num="132" count="
|
|
1284
|
-
<line num="134" count="
|
|
1285
|
-
<line num="135" count="
|
|
1286
|
-
<line num="137" count="
|
|
1287
|
-
<line num="138" count="
|
|
1288
|
-
<line num="141" count="
|
|
1289
|
-
<line num="142" count="
|
|
1290
|
-
<line num="143" count="
|
|
1291
|
-
<line num="147" count="
|
|
1292
|
-
<line num="148" count="
|
|
1293
|
-
<line num="151" count="
|
|
1294
|
-
<line num="157" count="
|
|
1295
|
-
<line num="160" count="
|
|
1296
|
-
<line num="164" count="
|
|
1297
|
-
<line num="182" count="
|
|
1298
|
-
<line num="187" count="
|
|
1299
|
-
<line num="188" count="
|
|
1300
|
-
<line num="193" count="
|
|
1301
|
-
<line num="194" count="
|
|
1302
|
-
<line num="195" count="
|
|
1405
|
+
<metrics statements="174" coveredstatements="166" conditionals="97" coveredconditionals="85" methods="48" coveredmethods="47"/>
|
|
1406
|
+
<line num="98" count="2" type="stmt"/>
|
|
1407
|
+
<line num="101" count="33" type="stmt"/>
|
|
1408
|
+
<line num="103" count="225" type="stmt"/>
|
|
1409
|
+
<line num="104" count="225" type="cond" truecount="2" falsecount="0"/>
|
|
1410
|
+
<line num="106" count="225" type="cond" truecount="2" falsecount="0"/>
|
|
1411
|
+
<line num="107" count="225" type="stmt"/>
|
|
1412
|
+
<line num="110" count="1789" type="cond" truecount="2" falsecount="0"/>
|
|
1413
|
+
<line num="111" count="1578" type="stmt"/>
|
|
1414
|
+
<line num="117" count="211" type="stmt"/>
|
|
1415
|
+
<line num="124" count="225" type="stmt"/>
|
|
1416
|
+
<line num="125" count="1789" type="stmt"/>
|
|
1417
|
+
<line num="127" count="1789" type="stmt"/>
|
|
1418
|
+
<line num="128" count="225" type="stmt"/>
|
|
1419
|
+
<line num="129" count="1789" type="stmt"/>
|
|
1420
|
+
<line num="131" count="225" type="stmt"/>
|
|
1421
|
+
<line num="132" count="225" type="stmt"/>
|
|
1422
|
+
<line num="134" count="225" type="stmt"/>
|
|
1423
|
+
<line num="135" count="1789" type="stmt"/>
|
|
1424
|
+
<line num="137" count="225" type="stmt"/>
|
|
1425
|
+
<line num="138" count="225" type="cond" truecount="1" falsecount="1"/>
|
|
1426
|
+
<line num="141" count="225" type="stmt"/>
|
|
1427
|
+
<line num="142" count="3611" type="stmt"/>
|
|
1428
|
+
<line num="143" count="3611" type="stmt"/>
|
|
1429
|
+
<line num="147" count="225" type="stmt"/>
|
|
1430
|
+
<line num="148" count="1789" type="stmt"/>
|
|
1431
|
+
<line num="151" count="199" type="stmt"/>
|
|
1432
|
+
<line num="157" count="225" type="stmt"/>
|
|
1433
|
+
<line num="160" count="1789" type="stmt"/>
|
|
1434
|
+
<line num="164" count="225" type="stmt"/>
|
|
1435
|
+
<line num="182" count="33" type="stmt"/>
|
|
1436
|
+
<line num="187" count="225" type="stmt"/>
|
|
1437
|
+
<line num="188" count="225" type="stmt"/>
|
|
1438
|
+
<line num="193" count="33" type="stmt"/>
|
|
1439
|
+
<line num="194" count="1433" type="stmt"/>
|
|
1440
|
+
<line num="195" count="1433" type="cond" truecount="1" falsecount="1"/>
|
|
1303
1441
|
<line num="196" count="0" type="stmt"/>
|
|
1304
|
-
<line num="198" count="
|
|
1305
|
-
<line num="201" count="
|
|
1306
|
-
<line num="206" count="
|
|
1307
|
-
<line num="207" count="
|
|
1308
|
-
<line num="212" count="
|
|
1309
|
-
<line num="
|
|
1310
|
-
<line num="
|
|
1311
|
-
<line num="
|
|
1312
|
-
<line num="
|
|
1313
|
-
<line num="
|
|
1314
|
-
<line num="
|
|
1315
|
-
<line num="
|
|
1316
|
-
<line num="
|
|
1317
|
-
<line num="
|
|
1318
|
-
<line num="
|
|
1319
|
-
<line num="
|
|
1320
|
-
<line num="
|
|
1321
|
-
<line num="
|
|
1322
|
-
<line num="
|
|
1323
|
-
<line num="
|
|
1324
|
-
<line num="248" count="
|
|
1325
|
-
<line num="
|
|
1326
|
-
<line num="
|
|
1327
|
-
<line num="
|
|
1328
|
-
<line num="
|
|
1329
|
-
<line num="
|
|
1330
|
-
<line num="
|
|
1331
|
-
<line num="
|
|
1332
|
-
<line num="
|
|
1333
|
-
<line num="
|
|
1334
|
-
<line num="
|
|
1335
|
-
<line num="
|
|
1336
|
-
<line num="
|
|
1337
|
-
<line num="
|
|
1338
|
-
<line num="273" count="
|
|
1339
|
-
<line num="
|
|
1340
|
-
<line num="
|
|
1341
|
-
<line num="
|
|
1342
|
-
<line num="
|
|
1343
|
-
<line num="
|
|
1344
|
-
<line num="
|
|
1345
|
-
<line num="
|
|
1346
|
-
<line num="288" count="
|
|
1347
|
-
<line num="
|
|
1348
|
-
<line num="
|
|
1349
|
-
<line num="
|
|
1350
|
-
<line num="
|
|
1351
|
-
<line num="
|
|
1352
|
-
<line num="
|
|
1353
|
-
<line num="
|
|
1354
|
-
<line num="
|
|
1355
|
-
<line num="
|
|
1356
|
-
<line num="
|
|
1357
|
-
<line num="
|
|
1358
|
-
<line num="316" count="
|
|
1359
|
-
<line num="
|
|
1360
|
-
<line num="
|
|
1361
|
-
<line num="
|
|
1362
|
-
<line num="
|
|
1363
|
-
<line num="
|
|
1364
|
-
<line num="
|
|
1365
|
-
<line num="
|
|
1366
|
-
<line num="
|
|
1367
|
-
<line num="
|
|
1368
|
-
<line num="
|
|
1369
|
-
<line num="
|
|
1370
|
-
<line num="
|
|
1371
|
-
<line num="
|
|
1372
|
-
<line num="
|
|
1373
|
-
<line num="
|
|
1374
|
-
<line num="
|
|
1375
|
-
<line num="
|
|
1376
|
-
<line num="
|
|
1377
|
-
<line num="
|
|
1378
|
-
<line num="
|
|
1379
|
-
<line num="
|
|
1380
|
-
<line num="385" count="
|
|
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="412" count="
|
|
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="454" count="
|
|
1418
|
-
<line num="
|
|
1419
|
-
<line num="
|
|
1420
|
-
<line num="
|
|
1421
|
-
<line num="
|
|
1422
|
-
<line num="
|
|
1423
|
-
<line num="
|
|
1424
|
-
<line num="
|
|
1425
|
-
<line num="468" count="0" type="stmt"/>
|
|
1426
|
-
<line num="469" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1427
|
-
<line num="470" count="0" type="stmt"/>
|
|
1442
|
+
<line num="198" count="1433" type="stmt"/>
|
|
1443
|
+
<line num="201" count="33" type="stmt"/>
|
|
1444
|
+
<line num="206" count="225" type="stmt"/>
|
|
1445
|
+
<line num="207" count="225" type="stmt"/>
|
|
1446
|
+
<line num="212" count="33" type="stmt"/>
|
|
1447
|
+
<line num="215" count="42886" type="stmt"/>
|
|
1448
|
+
<line num="216" count="42886" type="cond" truecount="1" falsecount="1"/>
|
|
1449
|
+
<line num="217" count="0" type="stmt"/>
|
|
1450
|
+
<line num="219" count="42886" type="stmt"/>
|
|
1451
|
+
<line num="222" count="33" type="stmt"/>
|
|
1452
|
+
<line num="223" count="42885" type="stmt"/>
|
|
1453
|
+
<line num="235" count="33" type="stmt"/>
|
|
1454
|
+
<line num="236" count="187" type="stmt"/>
|
|
1455
|
+
<line num="237" count="38" type="stmt"/>
|
|
1456
|
+
<line num="238" count="38" type="stmt"/>
|
|
1457
|
+
<line num="239" count="1432" type="stmt"/>
|
|
1458
|
+
<line num="241" count="38" type="stmt"/>
|
|
1459
|
+
<line num="243" count="38" type="stmt"/>
|
|
1460
|
+
<line num="246" count="38" type="stmt"/>
|
|
1461
|
+
<line num="247" count="187" type="stmt"/>
|
|
1462
|
+
<line num="248" count="1245" type="stmt"/>
|
|
1463
|
+
<line num="250" count="21303" type="cond" truecount="2" falsecount="0"/>
|
|
1464
|
+
<line num="254" count="1245" type="cond" truecount="2" falsecount="0"/>
|
|
1465
|
+
<line num="255" count="1245" type="stmt"/>
|
|
1466
|
+
<line num="256" count="1245" type="stmt"/>
|
|
1467
|
+
<line num="257" count="29444" type="stmt"/>
|
|
1468
|
+
<line num="259" count="28144" type="cond" truecount="2" falsecount="0"/>
|
|
1469
|
+
<line num="261" count="28144" type="stmt"/>
|
|
1470
|
+
<line num="262" count="29444" type="cond" truecount="2" falsecount="0"/>
|
|
1471
|
+
<line num="263" count="28596" type="stmt"/>
|
|
1472
|
+
<line num="265" count="848" type="stmt"/>
|
|
1473
|
+
<line num="266" count="849" type="stmt"/>
|
|
1474
|
+
<line num="269" count="849" type="cond" truecount="2" falsecount="0"/>
|
|
1475
|
+
<line num="270" count="822" type="stmt"/>
|
|
1476
|
+
<line num="273" count="26" type="stmt"/>
|
|
1477
|
+
<line num="278" count="1245" type="cond" truecount="2" falsecount="0"/>
|
|
1478
|
+
<line num="279" count="12589" type="cond" truecount="2" falsecount="0"/>
|
|
1479
|
+
<line num="280" count="10448" type="stmt"/>
|
|
1480
|
+
<line num="282" count="2141" type="stmt"/>
|
|
1481
|
+
<line num="283" count="49132" type="stmt"/>
|
|
1482
|
+
<line num="285" count="2141" type="cond" truecount="2" falsecount="0"/>
|
|
1483
|
+
<line num="286" count="1203" type="stmt"/>
|
|
1484
|
+
<line num="288" count="938" type="stmt"/>
|
|
1485
|
+
<line num="290" count="1245" type="stmt"/>
|
|
1486
|
+
<line num="294" count="1245" type="stmt"/>
|
|
1487
|
+
<line num="295" count="6558" type="stmt"/>
|
|
1488
|
+
<line num="298" count="6558" type="cond" truecount="2" falsecount="0"/>
|
|
1489
|
+
<line num="299" count="6150" type="stmt"/>
|
|
1490
|
+
<line num="301" count="408" type="stmt"/>
|
|
1491
|
+
<line num="304" count="408" type="stmt"/>
|
|
1492
|
+
<line num="306" count="1245" type="cond" truecount="2" falsecount="0"/>
|
|
1493
|
+
<line num="307" count="614" type="cond" truecount="4" falsecount="0"/>
|
|
1494
|
+
<line num="308" count="75" type="stmt"/>
|
|
1495
|
+
<line num="309" count="75" type="stmt"/>
|
|
1496
|
+
<line num="316" count="539" type="cond" truecount="1" falsecount="1"/>
|
|
1497
|
+
<line num="318" count="539" type="stmt"/>
|
|
1498
|
+
<line num="322" count="539" type="cond" truecount="4" falsecount="0"/>
|
|
1499
|
+
<line num="323" count="61" type="stmt"/>
|
|
1500
|
+
<line num="324" count="61" type="stmt"/>
|
|
1501
|
+
<line num="328" count="1109" type="cond" truecount="2" falsecount="0"/>
|
|
1502
|
+
<line num="329" count="761" type="stmt"/>
|
|
1503
|
+
<line num="330" count="348" type="cond" truecount="2" falsecount="0"/>
|
|
1504
|
+
<line num="332" count="227" type="stmt"/>
|
|
1505
|
+
<line num="333" count="227" type="cond" truecount="2" falsecount="0"/>
|
|
1506
|
+
<line num="334" count="149" type="stmt"/>
|
|
1507
|
+
<line num="336" count="78" type="stmt"/>
|
|
1508
|
+
<line num="337" count="78" type="stmt"/>
|
|
1509
|
+
<line num="343" count="121" type="cond" truecount="1" falsecount="1"/>
|
|
1510
|
+
<line num="345" count="121" type="stmt"/>
|
|
1511
|
+
<line num="347" count="0" type="stmt"/>
|
|
1512
|
+
<line num="353" count="988" type="stmt"/>
|
|
1513
|
+
<line num="357" count="38" type="stmt"/>
|
|
1514
|
+
<line num="379" count="33" type="stmt"/>
|
|
1515
|
+
<line num="382" count="21" type="stmt"/>
|
|
1516
|
+
<line num="383" count="21" type="stmt"/>
|
|
1517
|
+
<line num="384" count="21" type="stmt"/>
|
|
1518
|
+
<line num="385" count="187" type="stmt"/>
|
|
1519
|
+
<line num="388" count="187" type="stmt"/>
|
|
1520
|
+
<line num="391" count="187" type="cond" truecount="2" falsecount="0"/>
|
|
1521
|
+
<line num="392" count="149" type="stmt"/>
|
|
1522
|
+
<line num="394" count="38" type="stmt"/>
|
|
1523
|
+
<line num="396" count="187" type="stmt"/>
|
|
1524
|
+
<line num="398" count="21" type="stmt"/>
|
|
1525
|
+
<line num="401" count="33" type="stmt"/>
|
|
1526
|
+
<line num="402" count="187" type="stmt"/>
|
|
1527
|
+
<line num="403" count="1432" type="stmt"/>
|
|
1528
|
+
<line num="404" count="1432" type="stmt"/>
|
|
1529
|
+
<line num="407" count="6743" type="stmt"/>
|
|
1530
|
+
<line num="408" count="6743" type="cond" truecount="1" falsecount="1"/>
|
|
1531
|
+
<line num="409" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1532
|
+
<line num="410" count="0" type="stmt"/>
|
|
1533
|
+
<line num="412" count="0" type="stmt"/>
|
|
1534
|
+
<line num="417" count="6743" type="stmt"/>
|
|
1535
|
+
<line num="418" count="6743" type="stmt"/>
|
|
1536
|
+
<line num="422" count="1432" type="stmt"/>
|
|
1537
|
+
<line num="430" count="33" type="stmt"/>
|
|
1538
|
+
<line num="431" count="187" type="stmt"/>
|
|
1539
|
+
<line num="432" count="6743" type="stmt"/>
|
|
1540
|
+
<line num="433" count="6743" type="stmt"/>
|
|
1541
|
+
<line num="434" count="6743" type="cond" truecount="3" falsecount="1"/>
|
|
1542
|
+
<line num="435" count="0" type="stmt"/>
|
|
1543
|
+
<line num="437" count="6743" type="cond" truecount="2" falsecount="0"/>
|
|
1544
|
+
<line num="438" count="6743" type="stmt"/>
|
|
1545
|
+
<line num="439" count="6743" type="stmt"/>
|
|
1546
|
+
<line num="443" count="33" type="stmt"/>
|
|
1547
|
+
<line num="444" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
1548
|
+
<line num="445" count="21" type="stmt"/>
|
|
1549
|
+
<line num="446" count="21" type="stmt"/>
|
|
1550
|
+
<line num="447" count="21" type="stmt"/>
|
|
1551
|
+
<line num="448" count="21" type="stmt"/>
|
|
1552
|
+
<line num="449" count="38" type="stmt"/>
|
|
1553
|
+
<line num="450" count="21" type="stmt"/>
|
|
1554
|
+
<line num="451" count="21" type="stmt"/>
|
|
1555
|
+
<line num="454" count="33" type="stmt"/>
|
|
1556
|
+
<line num="458" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
1557
|
+
<line num="460" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1558
|
+
<line num="463" count="2" type="stmt"/>
|
|
1559
|
+
<line num="465" count="2" type="stmt"/>
|
|
1560
|
+
<line num="468" count="33" type="stmt"/>
|
|
1561
|
+
<line num="469" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
1562
|
+
<line num="470" count="1" type="stmt"/>
|
|
1428
1563
|
<line num="472" count="4" type="stmt"/>
|
|
1429
|
-
<line num="
|
|
1430
|
-
<line num="
|
|
1431
|
-
<line num="
|
|
1432
|
-
<line num="
|
|
1433
|
-
<line num="
|
|
1434
|
-
<line num="
|
|
1435
|
-
<line num="
|
|
1436
|
-
<line num="
|
|
1437
|
-
<line num="
|
|
1438
|
-
<line num="
|
|
1439
|
-
<line num="
|
|
1564
|
+
<line num="473" count="4" type="cond" truecount="4" falsecount="1"/>
|
|
1565
|
+
<line num="474" count="0" type="stmt"/>
|
|
1566
|
+
<line num="475" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1567
|
+
<line num="476" count="2" type="stmt"/>
|
|
1568
|
+
<line num="478" count="2" type="stmt"/>
|
|
1569
|
+
<line num="481" count="33" type="stmt"/>
|
|
1570
|
+
<line num="484" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1571
|
+
<line num="485" count="1" type="stmt"/>
|
|
1572
|
+
<line num="487" count="2" type="stmt"/>
|
|
1573
|
+
<line num="490" count="33" type="stmt"/>
|
|
1574
|
+
<line num="493" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1575
|
+
<line num="494" count="1" type="stmt"/>
|
|
1576
|
+
<line num="496" count="2" type="stmt"/>
|
|
1577
|
+
<line num="499" count="33" type="stmt"/>
|
|
1578
|
+
<line num="508" count="225" type="stmt"/>
|
|
1579
|
+
<line num="511" count="225" type="stmt"/>
|
|
1580
|
+
</file>
|
|
1581
|
+
<file name="index.ts" path="/Users/craigmartin/projects/pure-orm/src/index.ts">
|
|
1582
|
+
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1583
|
+
</file>
|
|
1584
|
+
<file name="orm.ts" path="/Users/craigmartin/projects/pure-orm/src/orm.ts">
|
|
1585
|
+
<metrics statements="90" coveredstatements="58" conditionals="13" coveredconditionals="10" methods="38" coveredmethods="27"/>
|
|
1586
|
+
<line num="58" count="1" type="stmt"/>
|
|
1587
|
+
<line num="63" count="6" type="stmt"/>
|
|
1588
|
+
<line num="66" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1589
|
+
<line num="67" count="6" type="stmt"/>
|
|
1590
|
+
<line num="69" count="0" type="stmt"/>
|
|
1591
|
+
<line num="78" count="6" type="stmt"/>
|
|
1592
|
+
<line num="81" count="1" type="stmt"/>
|
|
1593
|
+
<line num="85" count="24" type="stmt"/>
|
|
1594
|
+
<line num="91" count="4" type="stmt"/>
|
|
1595
|
+
<line num="93" count="1" type="stmt"/>
|
|
1596
|
+
<line num="96" count="24" type="stmt"/>
|
|
1597
|
+
<line num="98" count="24" type="stmt"/>
|
|
1598
|
+
<line num="99" count="1" type="stmt"/>
|
|
1599
|
+
<line num="100" count="4" type="stmt"/>
|
|
1600
|
+
<line num="102" count="1" type="stmt"/>
|
|
1601
|
+
<line num="105" count="6" type="stmt"/>
|
|
1602
|
+
<line num="109" count="1" type="stmt"/>
|
|
1603
|
+
<line num="113" count="24" type="stmt"/>
|
|
1604
|
+
<line num="120" count="4" type="stmt"/>
|
|
1605
|
+
<line num="122" count="1" type="stmt"/>
|
|
1606
|
+
<line num="123" count="1" type="stmt"/>
|
|
1607
|
+
<line num="124" count="1" type="stmt"/>
|
|
1608
|
+
<line num="127" count="24" type="stmt"/>
|
|
1609
|
+
<line num="129" count="24" type="stmt"/>
|
|
1610
|
+
<line num="130" count="1" type="stmt"/>
|
|
1611
|
+
<line num="131" count="1" type="stmt"/>
|
|
1612
|
+
<line num="134" count="6" type="stmt"/>
|
|
1613
|
+
<line num="137" count="1" type="stmt"/>
|
|
1614
|
+
<line num="140" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
1615
|
+
<line num="146" count="24" type="stmt"/>
|
|
1616
|
+
<line num="147" count="4" type="stmt"/>
|
|
1617
|
+
<line num="149" count="1" type="stmt"/>
|
|
1618
|
+
<line num="152" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
1619
|
+
<line num="156" count="24" type="stmt"/>
|
|
1620
|
+
<line num="157" count="1" type="stmt"/>
|
|
1621
|
+
<line num="162" count="6" type="stmt"/>
|
|
1622
|
+
<line num="165" count="1" type="stmt"/>
|
|
1623
|
+
<line num="168" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
1624
|
+
<line num="174" count="24" type="stmt"/>
|
|
1625
|
+
<line num="175" count="4" type="stmt"/>
|
|
1626
|
+
<line num="177" count="1" type="stmt"/>
|
|
1627
|
+
<line num="180" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
1628
|
+
<line num="184" count="24" type="stmt"/>
|
|
1629
|
+
<line num="187" count="4" type="stmt"/>
|
|
1630
|
+
<line num="190" count="1" type="stmt"/>
|
|
1631
|
+
<line num="193" count="6" type="stmt"/>
|
|
1632
|
+
<line num="194" count="0" type="stmt"/>
|
|
1633
|
+
<line num="195" count="0" type="stmt"/>
|
|
1634
|
+
<line num="197" count="0" type="stmt"/>
|
|
1635
|
+
<line num="201" count="0" type="stmt"/>
|
|
1636
|
+
<line num="203" count="0" type="stmt"/>
|
|
1637
|
+
<line num="204" count="0" type="stmt"/>
|
|
1638
|
+
<line num="208" count="0" type="stmt"/>
|
|
1639
|
+
<line num="211" count="6" type="stmt"/>
|
|
1640
|
+
<line num="212" count="4" type="stmt"/>
|
|
1641
|
+
<line num="219" count="6" type="stmt"/>
|
|
1642
|
+
<line num="223" count="3" type="stmt"/>
|
|
1643
|
+
<line num="233" count="6" type="stmt"/>
|
|
1644
|
+
<line num="234" count="0" type="stmt"/>
|
|
1645
|
+
<line num="235" count="0" type="stmt"/>
|
|
1646
|
+
<line num="240" count="0" type="stmt"/>
|
|
1647
|
+
<line num="244" count="6" type="cond" truecount="0" falsecount="2"/>
|
|
1648
|
+
<line num="245" count="0" type="stmt"/>
|
|
1649
|
+
<line num="246" count="0" type="stmt"/>
|
|
1650
|
+
<line num="254" count="0" type="stmt"/>
|
|
1651
|
+
<line num="258" count="6" type="stmt"/>
|
|
1652
|
+
<line num="259" count="0" type="stmt"/>
|
|
1653
|
+
<line num="260" count="0" type="stmt"/>
|
|
1654
|
+
<line num="264" count="0" type="stmt"/>
|
|
1655
|
+
<line num="267" count="6" type="stmt"/>
|
|
1656
|
+
<line num="268" count="0" type="stmt"/>
|
|
1657
|
+
<line num="269" count="0" type="stmt"/>
|
|
1658
|
+
<line num="273" count="0" type="stmt"/>
|
|
1659
|
+
<line num="276" count="6" type="stmt"/>
|
|
1660
|
+
<line num="277" count="0" type="stmt"/>
|
|
1661
|
+
<line num="278" count="0" type="stmt"/>
|
|
1662
|
+
<line num="283" count="0" type="stmt"/>
|
|
1663
|
+
<line num="286" count="6" type="stmt"/>
|
|
1664
|
+
<line num="287" count="0" type="stmt"/>
|
|
1665
|
+
<line num="288" count="0" type="stmt"/>
|
|
1666
|
+
<line num="293" count="0" type="stmt"/>
|
|
1667
|
+
<line num="296" count="6" type="stmt"/>
|
|
1668
|
+
<line num="299" count="0" type="stmt"/>
|
|
1669
|
+
<line num="300" count="0" type="stmt"/>
|
|
1670
|
+
<line num="305" count="0" type="stmt"/>
|
|
1671
|
+
<line num="308" count="6" type="stmt"/>
|
|
1672
|
+
<line num="309" count="0" type="stmt"/>
|
|
1673
|
+
<line num="310" count="0" type="stmt"/>
|
|
1674
|
+
<line num="315" count="0" type="stmt"/>
|
|
1675
|
+
<line num="318" count="6" type="stmt"/>
|
|
1676
|
+
</file>
|
|
1677
|
+
</package>
|
|
1678
|
+
<package name="src.driver-integrations">
|
|
1679
|
+
<metrics statements="22" coveredstatements="8" conditionals="9" coveredconditionals="0" methods="12" coveredmethods="1"/>
|
|
1680
|
+
<file name="pgp.ts" path="/Users/craigmartin/projects/pure-orm/src/driver-integrations/pgp.ts">
|
|
1681
|
+
<metrics statements="22" coveredstatements="8" conditionals="9" coveredconditionals="0" methods="12" coveredmethods="1"/>
|
|
1682
|
+
<line num="4" count="1" type="stmt"/>
|
|
1683
|
+
<line num="9" count="6" type="stmt"/>
|
|
1684
|
+
<line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1685
|
+
<line num="11" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1686
|
+
<line num="12" count="0" type="stmt"/>
|
|
1687
|
+
<line num="15" count="0" type="stmt"/>
|
|
1688
|
+
<line num="22" count="6" type="stmt"/>
|
|
1689
|
+
<line num="27" count="0" type="stmt"/>
|
|
1690
|
+
<line num="29" count="0" type="stmt"/>
|
|
1691
|
+
<line num="33" count="6" type="stmt"/>
|
|
1692
|
+
<line num="38" count="0" type="stmt"/>
|
|
1693
|
+
<line num="40" count="0" type="stmt"/>
|
|
1694
|
+
<line num="44" count="6" type="stmt"/>
|
|
1695
|
+
<line num="49" count="0" type="stmt"/>
|
|
1696
|
+
<line num="51" count="0" type="stmt"/>
|
|
1697
|
+
<line num="55" count="6" type="stmt"/>
|
|
1698
|
+
<line num="60" count="0" type="stmt"/>
|
|
1699
|
+
<line num="63" count="0" type="stmt"/>
|
|
1700
|
+
<line num="71" count="6" type="stmt"/>
|
|
1701
|
+
<line num="76" count="0" type="stmt"/>
|
|
1702
|
+
<line num="78" count="0" type="stmt"/>
|
|
1703
|
+
<line num="82" count="6" type="stmt"/>
|
|
1440
1704
|
</file>
|
|
1441
1705
|
</package>
|
|
1442
1706
|
<package name="test-utils.blog">
|
|
@@ -1456,50 +1720,50 @@
|
|
|
1456
1720
|
<metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1457
1721
|
<line num="4" count="1" type="stmt"/>
|
|
1458
1722
|
<line num="6" count="1" type="stmt"/>
|
|
1459
|
-
<line num="37" count="
|
|
1460
|
-
<line num="38" count="
|
|
1461
|
-
<line num="39" count="
|
|
1462
|
-
<line num="40" count="
|
|
1463
|
-
<line num="41" count="
|
|
1464
|
-
<line num="42" count="
|
|
1465
|
-
<line num="43" count="
|
|
1466
|
-
<line num="44" count="
|
|
1467
|
-
<line num="45" count="
|
|
1468
|
-
<line num="46" count="
|
|
1469
|
-
<line num="47" count="
|
|
1470
|
-
<line num="48" count="
|
|
1471
|
-
<line num="49" count="
|
|
1472
|
-
<line num="56" count="
|
|
1723
|
+
<line num="37" count="75" type="stmt"/>
|
|
1724
|
+
<line num="38" count="75" type="stmt"/>
|
|
1725
|
+
<line num="39" count="75" type="stmt"/>
|
|
1726
|
+
<line num="40" count="75" type="stmt"/>
|
|
1727
|
+
<line num="41" count="75" type="stmt"/>
|
|
1728
|
+
<line num="42" count="75" type="stmt"/>
|
|
1729
|
+
<line num="43" count="75" type="stmt"/>
|
|
1730
|
+
<line num="44" count="75" type="stmt"/>
|
|
1731
|
+
<line num="45" count="75" type="stmt"/>
|
|
1732
|
+
<line num="46" count="75" type="stmt"/>
|
|
1733
|
+
<line num="47" count="75" type="stmt"/>
|
|
1734
|
+
<line num="48" count="75" type="stmt"/>
|
|
1735
|
+
<line num="49" count="75" type="stmt"/>
|
|
1736
|
+
<line num="56" count="8" type="stmt"/>
|
|
1473
1737
|
<line num="60" count="1" type="stmt"/>
|
|
1474
1738
|
</file>
|
|
1475
1739
|
<file name="article_tag.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/blog/models/article_tag.ts">
|
|
1476
1740
|
<metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1477
1741
|
<line num="5" count="1" type="stmt"/>
|
|
1478
1742
|
<line num="7" count="1" type="stmt"/>
|
|
1479
|
-
<line num="21" count="
|
|
1480
|
-
<line num="22" count="
|
|
1481
|
-
<line num="23" count="
|
|
1482
|
-
<line num="24" count="
|
|
1483
|
-
<line num="25" count="
|
|
1484
|
-
<line num="32" count="
|
|
1743
|
+
<line num="21" count="75" type="stmt"/>
|
|
1744
|
+
<line num="22" count="75" type="stmt"/>
|
|
1745
|
+
<line num="23" count="75" type="stmt"/>
|
|
1746
|
+
<line num="24" count="75" type="stmt"/>
|
|
1747
|
+
<line num="25" count="75" type="stmt"/>
|
|
1748
|
+
<line num="32" count="11" type="stmt"/>
|
|
1485
1749
|
<line num="36" count="1" type="stmt"/>
|
|
1486
1750
|
</file>
|
|
1487
1751
|
<file name="person.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/blog/models/person.ts">
|
|
1488
1752
|
<metrics statements="17" coveredstatements="15" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
|
|
1489
1753
|
<line num="3" count="1" type="stmt"/>
|
|
1490
1754
|
<line num="5" count="1" type="stmt"/>
|
|
1491
|
-
<line num="50" count="
|
|
1492
|
-
<line num="51" count="
|
|
1493
|
-
<line num="52" count="
|
|
1494
|
-
<line num="53" count="
|
|
1495
|
-
<line num="54" count="
|
|
1496
|
-
<line num="55" count="
|
|
1497
|
-
<line num="56" count="
|
|
1498
|
-
<line num="57" count="
|
|
1499
|
-
<line num="58" count="
|
|
1500
|
-
<line num="59" count="
|
|
1501
|
-
<line num="60" count="
|
|
1502
|
-
<line num="61" count="
|
|
1755
|
+
<line num="50" count="75" type="stmt"/>
|
|
1756
|
+
<line num="51" count="75" type="stmt"/>
|
|
1757
|
+
<line num="52" count="75" type="stmt"/>
|
|
1758
|
+
<line num="53" count="75" type="stmt"/>
|
|
1759
|
+
<line num="54" count="75" type="stmt"/>
|
|
1760
|
+
<line num="55" count="75" type="stmt"/>
|
|
1761
|
+
<line num="56" count="75" type="stmt"/>
|
|
1762
|
+
<line num="57" count="75" type="stmt"/>
|
|
1763
|
+
<line num="58" count="75" type="stmt"/>
|
|
1764
|
+
<line num="59" count="75" type="stmt"/>
|
|
1765
|
+
<line num="60" count="75" type="stmt"/>
|
|
1766
|
+
<line num="61" count="75" type="stmt"/>
|
|
1503
1767
|
<line num="68" count="0" type="stmt"/>
|
|
1504
1768
|
<line num="69" count="0" type="stmt"/>
|
|
1505
1769
|
<line num="73" count="1" type="stmt"/>
|
|
@@ -1508,9 +1772,9 @@
|
|
|
1508
1772
|
<metrics statements="7" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
|
|
1509
1773
|
<line num="4" count="1" type="stmt"/>
|
|
1510
1774
|
<line num="6" count="1" type="stmt"/>
|
|
1511
|
-
<line num="14" count="
|
|
1512
|
-
<line num="15" count="
|
|
1513
|
-
<line num="16" count="
|
|
1775
|
+
<line num="14" count="75" type="stmt"/>
|
|
1776
|
+
<line num="15" count="75" type="stmt"/>
|
|
1777
|
+
<line num="16" count="75" type="stmt"/>
|
|
1514
1778
|
<line num="23" count="0" type="stmt"/>
|
|
1515
1779
|
<line num="27" count="1" type="stmt"/>
|
|
1516
1780
|
</file>
|
|
@@ -1601,7 +1865,7 @@
|
|
|
1601
1865
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1602
1866
|
<file name="entities.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order/entities.ts">
|
|
1603
1867
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1604
|
-
<line num="7" count="
|
|
1868
|
+
<line num="7" count="2" type="stmt"/>
|
|
1605
1869
|
</file>
|
|
1606
1870
|
</package>
|
|
1607
1871
|
<package name="test-utils.order-more">
|
|
@@ -1917,109 +2181,109 @@
|
|
|
1917
2181
|
<metrics statements="91" coveredstatements="88" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="7"/>
|
|
1918
2182
|
<file name="line-item.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order/models/line-item.ts">
|
|
1919
2183
|
<metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1920
|
-
<line num="5" count="
|
|
1921
|
-
<line num="7" count="
|
|
1922
|
-
<line num="38" count="
|
|
1923
|
-
<line num="39" count="
|
|
1924
|
-
<line num="40" count="
|
|
1925
|
-
<line num="41" count="
|
|
1926
|
-
<line num="42" count="
|
|
1927
|
-
<line num="43" count="
|
|
1928
|
-
<line num="44" count="
|
|
1929
|
-
<line num="45" count="
|
|
1930
|
-
<line num="46" count="
|
|
1931
|
-
<line num="47" count="
|
|
1932
|
-
<line num="48" count="
|
|
1933
|
-
<line num="49" count="
|
|
1934
|
-
<line num="50" count="
|
|
1935
|
-
<line num="57" count="
|
|
1936
|
-
<line num="61" count="
|
|
2184
|
+
<line num="5" count="2" type="stmt"/>
|
|
2185
|
+
<line num="7" count="2" type="stmt"/>
|
|
2186
|
+
<line num="38" count="30" type="stmt"/>
|
|
2187
|
+
<line num="39" count="30" type="stmt"/>
|
|
2188
|
+
<line num="40" count="30" type="stmt"/>
|
|
2189
|
+
<line num="41" count="30" type="stmt"/>
|
|
2190
|
+
<line num="42" count="30" type="stmt"/>
|
|
2191
|
+
<line num="43" count="30" type="stmt"/>
|
|
2192
|
+
<line num="44" count="30" type="stmt"/>
|
|
2193
|
+
<line num="45" count="30" type="stmt"/>
|
|
2194
|
+
<line num="46" count="30" type="stmt"/>
|
|
2195
|
+
<line num="47" count="30" type="stmt"/>
|
|
2196
|
+
<line num="48" count="30" type="stmt"/>
|
|
2197
|
+
<line num="49" count="30" type="stmt"/>
|
|
2198
|
+
<line num="50" count="30" type="stmt"/>
|
|
2199
|
+
<line num="57" count="5" type="stmt"/>
|
|
2200
|
+
<line num="61" count="2" type="stmt"/>
|
|
1937
2201
|
</file>
|
|
1938
2202
|
<file name="order.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order/models/order.ts">
|
|
1939
2203
|
<metrics statements="35" coveredstatements="35" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1940
|
-
<line num="4" count="
|
|
1941
|
-
<line num="6" count="
|
|
1942
|
-
<line num="61" count="
|
|
1943
|
-
<line num="62" count="
|
|
1944
|
-
<line num="63" count="
|
|
1945
|
-
<line num="64" count="
|
|
1946
|
-
<line num="65" count="
|
|
1947
|
-
<line num="66" count="
|
|
1948
|
-
<line num="67" count="
|
|
1949
|
-
<line num="68" count="
|
|
1950
|
-
<line num="69" count="
|
|
1951
|
-
<line num="70" count="
|
|
1952
|
-
<line num="71" count="
|
|
1953
|
-
<line num="72" count="
|
|
1954
|
-
<line num="73" count="
|
|
1955
|
-
<line num="74" count="
|
|
1956
|
-
<line num="75" count="
|
|
1957
|
-
<line num="76" count="
|
|
1958
|
-
<line num="77" count="
|
|
1959
|
-
<line num="78" count="
|
|
1960
|
-
<line num="79" count="
|
|
1961
|
-
<line num="80" count="
|
|
1962
|
-
<line num="81" count="
|
|
1963
|
-
<line num="82" count="
|
|
1964
|
-
<line num="83" count="
|
|
1965
|
-
<line num="84" count="
|
|
1966
|
-
<line num="85" count="
|
|
1967
|
-
<line num="86" count="
|
|
1968
|
-
<line num="87" count="
|
|
1969
|
-
<line num="88" count="
|
|
1970
|
-
<line num="89" count="
|
|
1971
|
-
<line num="90" count="
|
|
1972
|
-
<line num="91" count="
|
|
1973
|
-
<line num="98" count="
|
|
1974
|
-
<line num="102" count="
|
|
2204
|
+
<line num="4" count="2" type="stmt"/>
|
|
2205
|
+
<line num="6" count="2" type="stmt"/>
|
|
2206
|
+
<line num="61" count="36" type="stmt"/>
|
|
2207
|
+
<line num="62" count="36" type="stmt"/>
|
|
2208
|
+
<line num="63" count="36" type="stmt"/>
|
|
2209
|
+
<line num="64" count="36" type="stmt"/>
|
|
2210
|
+
<line num="65" count="36" type="stmt"/>
|
|
2211
|
+
<line num="66" count="36" type="stmt"/>
|
|
2212
|
+
<line num="67" count="36" type="stmt"/>
|
|
2213
|
+
<line num="68" count="36" type="stmt"/>
|
|
2214
|
+
<line num="69" count="36" type="stmt"/>
|
|
2215
|
+
<line num="70" count="36" type="stmt"/>
|
|
2216
|
+
<line num="71" count="36" type="stmt"/>
|
|
2217
|
+
<line num="72" count="36" type="stmt"/>
|
|
2218
|
+
<line num="73" count="36" type="stmt"/>
|
|
2219
|
+
<line num="74" count="36" type="stmt"/>
|
|
2220
|
+
<line num="75" count="36" type="stmt"/>
|
|
2221
|
+
<line num="76" count="36" type="stmt"/>
|
|
2222
|
+
<line num="77" count="36" type="stmt"/>
|
|
2223
|
+
<line num="78" count="36" type="stmt"/>
|
|
2224
|
+
<line num="79" count="36" type="stmt"/>
|
|
2225
|
+
<line num="80" count="36" type="stmt"/>
|
|
2226
|
+
<line num="81" count="36" type="stmt"/>
|
|
2227
|
+
<line num="82" count="36" type="stmt"/>
|
|
2228
|
+
<line num="83" count="36" type="stmt"/>
|
|
2229
|
+
<line num="84" count="36" type="stmt"/>
|
|
2230
|
+
<line num="85" count="36" type="stmt"/>
|
|
2231
|
+
<line num="86" count="36" type="stmt"/>
|
|
2232
|
+
<line num="87" count="36" type="stmt"/>
|
|
2233
|
+
<line num="88" count="36" type="stmt"/>
|
|
2234
|
+
<line num="89" count="36" type="stmt"/>
|
|
2235
|
+
<line num="90" count="36" type="stmt"/>
|
|
2236
|
+
<line num="91" count="36" type="stmt"/>
|
|
2237
|
+
<line num="98" count="5" type="stmt"/>
|
|
2238
|
+
<line num="102" count="2" type="stmt"/>
|
|
1975
2239
|
</file>
|
|
1976
2240
|
<file name="product-variant.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order/models/product-variant.ts">
|
|
1977
2241
|
<metrics statements="18" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
|
|
1978
|
-
<line num="4" count="
|
|
1979
|
-
<line num="6" count="
|
|
1980
|
-
<line num="39" count="
|
|
1981
|
-
<line num="40" count="
|
|
1982
|
-
<line num="41" count="
|
|
1983
|
-
<line num="42" count="
|
|
1984
|
-
<line num="43" count="
|
|
1985
|
-
<line num="44" count="
|
|
1986
|
-
<line num="45" count="
|
|
1987
|
-
<line num="46" count="
|
|
1988
|
-
<line num="47" count="
|
|
1989
|
-
<line num="48" count="
|
|
1990
|
-
<line num="49" count="
|
|
1991
|
-
<line num="50" count="
|
|
1992
|
-
<line num="51" count="
|
|
1993
|
-
<line num="52" count="
|
|
2242
|
+
<line num="4" count="2" type="stmt"/>
|
|
2243
|
+
<line num="6" count="2" type="stmt"/>
|
|
2244
|
+
<line num="39" count="30" type="stmt"/>
|
|
2245
|
+
<line num="40" count="30" type="stmt"/>
|
|
2246
|
+
<line num="41" count="30" type="stmt"/>
|
|
2247
|
+
<line num="42" count="30" type="stmt"/>
|
|
2248
|
+
<line num="43" count="30" type="stmt"/>
|
|
2249
|
+
<line num="44" count="30" type="stmt"/>
|
|
2250
|
+
<line num="45" count="30" type="stmt"/>
|
|
2251
|
+
<line num="46" count="30" type="stmt"/>
|
|
2252
|
+
<line num="47" count="30" type="stmt"/>
|
|
2253
|
+
<line num="48" count="30" type="stmt"/>
|
|
2254
|
+
<line num="49" count="30" type="stmt"/>
|
|
2255
|
+
<line num="50" count="30" type="stmt"/>
|
|
2256
|
+
<line num="51" count="30" type="stmt"/>
|
|
2257
|
+
<line num="52" count="30" type="stmt"/>
|
|
1994
2258
|
<line num="59" count="0" type="stmt"/>
|
|
1995
|
-
<line num="63" count="
|
|
2259
|
+
<line num="63" count="2" type="stmt"/>
|
|
1996
2260
|
</file>
|
|
1997
2261
|
<file name="product.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order/models/product.ts">
|
|
1998
2262
|
<metrics statements="13" coveredstatements="12" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
|
|
1999
|
-
<line num="3" count="
|
|
2000
|
-
<line num="5" count="
|
|
2001
|
-
<line num="29" count="
|
|
2002
|
-
<line num="30" count="
|
|
2003
|
-
<line num="31" count="
|
|
2004
|
-
<line num="32" count="
|
|
2005
|
-
<line num="33" count="
|
|
2006
|
-
<line num="34" count="
|
|
2007
|
-
<line num="35" count="
|
|
2008
|
-
<line num="36" count="
|
|
2009
|
-
<line num="37" count="
|
|
2263
|
+
<line num="3" count="2" type="stmt"/>
|
|
2264
|
+
<line num="5" count="2" type="stmt"/>
|
|
2265
|
+
<line num="29" count="30" type="stmt"/>
|
|
2266
|
+
<line num="30" count="30" type="stmt"/>
|
|
2267
|
+
<line num="31" count="30" type="stmt"/>
|
|
2268
|
+
<line num="32" count="30" type="stmt"/>
|
|
2269
|
+
<line num="33" count="30" type="stmt"/>
|
|
2270
|
+
<line num="34" count="30" type="stmt"/>
|
|
2271
|
+
<line num="35" count="30" type="stmt"/>
|
|
2272
|
+
<line num="36" count="30" type="stmt"/>
|
|
2273
|
+
<line num="37" count="30" type="stmt"/>
|
|
2010
2274
|
<line num="44" count="0" type="stmt"/>
|
|
2011
|
-
<line num="48" count="
|
|
2275
|
+
<line num="48" count="2" type="stmt"/>
|
|
2012
2276
|
</file>
|
|
2013
2277
|
<file name="utm-source.ts" path="/Users/craigmartin/projects/pure-orm/test-utils/order/models/utm-source.ts">
|
|
2014
2278
|
<metrics statements="8" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
|
|
2015
|
-
<line num="3" count="
|
|
2016
|
-
<line num="5" count="
|
|
2017
|
-
<line num="14" count="
|
|
2018
|
-
<line num="15" count="
|
|
2019
|
-
<line num="16" count="
|
|
2020
|
-
<line num="17" count="
|
|
2279
|
+
<line num="3" count="2" type="stmt"/>
|
|
2280
|
+
<line num="5" count="2" type="stmt"/>
|
|
2281
|
+
<line num="14" count="30" type="stmt"/>
|
|
2282
|
+
<line num="15" count="30" type="stmt"/>
|
|
2283
|
+
<line num="16" count="30" type="stmt"/>
|
|
2284
|
+
<line num="17" count="30" type="stmt"/>
|
|
2021
2285
|
<line num="24" count="0" type="stmt"/>
|
|
2022
|
-
<line num="28" count="
|
|
2286
|
+
<line num="28" count="2" type="stmt"/>
|
|
2023
2287
|
</file>
|
|
2024
2288
|
</package>
|
|
2025
2289
|
<package name="test-utils.six">
|