bard-legends-framework 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/dist/_interfaces/index.js +1 -2
  2. package/dist/game-entities/attachable/attachable.d.ts +0 -8
  3. package/dist/game-entities/attachable/attachable.js +16 -26
  4. package/dist/game-entities/attachable/attachable.js.map +1 -1
  5. package/dist/game-entities/attachable/attachable.spec.js.map +1 -1
  6. package/dist/game-entities/attachable/helpers/decorate-actions-lib.d.ts +17 -0
  7. package/dist/game-entities/attachable/helpers/decorate-actions-lib.js +73 -0
  8. package/dist/game-entities/attachable/helpers/decorate-actions-lib.js.map +1 -0
  9. package/dist/game-entities/controller/controller.js +5 -10
  10. package/dist/game-entities/controller/controller.js.map +1 -1
  11. package/dist/game-entities/controller/controller.spec.js.map +1 -1
  12. package/dist/game-entities/entity/entity.js +19 -24
  13. package/dist/game-entities/entity/entity.js.map +1 -1
  14. package/dist/game-entities/entity/entity.spec.js.map +1 -1
  15. package/dist/game-entities/entity/helpers/entity-store.helper.js +8 -10
  16. package/dist/game-entities/entity/helpers/entity-store.helper.js.map +1 -1
  17. package/dist/game-entities/entity/helpers/view-creation.helper.js +10 -12
  18. package/dist/game-entities/entity/helpers/view-creation.helper.js.map +1 -1
  19. package/dist/game-entities/index.d.ts +1 -1
  20. package/dist/game-entities/index.js +6 -20
  21. package/dist/game-entities/index.js.map +1 -1
  22. package/dist/game-entities/scene/scene.js +16 -17
  23. package/dist/game-entities/scene/scene.js.map +1 -1
  24. package/dist/game-entities/scene/scene.spec.js.map +1 -1
  25. package/dist/game-entities/service/service.js +8 -11
  26. package/dist/game-entities/service/service.js.map +1 -1
  27. package/dist/game-entities/service/service.spec.js.map +1 -1
  28. package/dist/game-entities/view/view.js +15 -18
  29. package/dist/game-entities/view/view.js.map +1 -1
  30. package/dist/game-entities/view/view.spec.js.map +1 -1
  31. package/dist/index.d.ts +0 -1
  32. package/dist/index.js +8 -30
  33. package/dist/index.js.map +1 -1
  34. package/dist/lib/animator/animations.js +12 -20
  35. package/dist/lib/animator/animations.js.map +1 -1
  36. package/dist/lib/animator/animator.js +17 -19
  37. package/dist/lib/animator/animator.js.map +1 -1
  38. package/dist/lib/animator/animator.spec.js.map +1 -1
  39. package/dist/lib/animator/index.js +2 -18
  40. package/dist/lib/animator/index.js.map +1 -1
  41. package/dist/lib/path-finder/path-finder.js +3 -7
  42. package/dist/lib/path-finder/path-finder.js.map +1 -1
  43. package/dist/lib/update-loop.js +17 -13
  44. package/dist/lib/update-loop.js.map +1 -1
  45. package/dist/services/keyboard/keyboard.js +6 -9
  46. package/dist/services/keyboard/keyboard.js.map +1 -1
  47. package/dist/services/mouse/mouse.service.js +13 -14
  48. package/dist/services/mouse/mouse.service.js.map +1 -1
  49. package/dist/services/mouse/mouser-target-focus.service.js +14 -15
  50. package/dist/services/mouse/mouser-target-focus.service.js.map +1 -1
  51. package/package.json +2 -2
  52. package/tsconfig.json +1 -1
  53. package/coverage/clover.xml +0 -539
  54. package/coverage/coverage-final.json +0 -12
  55. package/coverage/lcov-report/base.css +0 -224
  56. package/coverage/lcov-report/block-navigation.js +0 -87
  57. package/coverage/lcov-report/favicon.png +0 -0
  58. package/coverage/lcov-report/game-entities/controller.ts.html +0 -235
  59. package/coverage/lcov-report/game-entities/entity-base.ts.html +0 -202
  60. package/coverage/lcov-report/game-entities/entity.ts.html +0 -526
  61. package/coverage/lcov-report/game-entities/index.html +0 -191
  62. package/coverage/lcov-report/game-entities/service.ts.html +0 -379
  63. package/coverage/lcov-report/game-entities/store.ts.html +0 -391
  64. package/coverage/lcov-report/game-entities/view.ts.html +0 -154
  65. package/coverage/lcov-report/helpers/animator/animator.ts.html +0 -658
  66. package/coverage/lcov-report/helpers/animator/index.html +0 -116
  67. package/coverage/lcov-report/helpers/auto-destroy/auto-destroy.ts.html +0 -184
  68. package/coverage/lcov-report/helpers/auto-destroy/index.html +0 -116
  69. package/coverage/lcov-report/helpers/index.html +0 -116
  70. package/coverage/lcov-report/helpers/update-loop.ts.html +0 -127
  71. package/coverage/lcov-report/helpers/view-array/index.html +0 -116
  72. package/coverage/lcov-report/helpers/view-array/view-array.ts.html +0 -388
  73. package/coverage/lcov-report/index.html +0 -191
  74. package/coverage/lcov-report/lib/vector/index.html +0 -116
  75. package/coverage/lcov-report/lib/vector/vector.ts.html +0 -484
  76. package/coverage/lcov-report/prettify.css +0 -1
  77. package/coverage/lcov-report/prettify.js +0 -2
  78. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  79. package/coverage/lcov-report/sorter.js +0 -196
  80. package/coverage/lcov.info +0 -1056
  81. package/dist/app.d.ts +0 -21
  82. package/dist/app.js +0 -54
  83. package/dist/app.js.map +0 -1
  84. package/dist/game-assets/container/container.d.ts +0 -26
  85. package/dist/game-assets/container/container.js +0 -94
  86. package/dist/game-assets/container/container.js.map +0 -1
  87. package/dist/game-assets/display-object/container.d.ts +0 -59
  88. package/dist/game-assets/display-object/container.js +0 -219
  89. package/dist/game-assets/display-object/container.js.map +0 -1
  90. package/dist/game-assets/display-object/container.spec.js.map +0 -1
  91. package/dist/game-assets/display-object/display-object.d.ts +0 -56
  92. package/dist/game-assets/display-object/display-object.js +0 -214
  93. package/dist/game-assets/display-object/display-object.js.map +0 -1
  94. package/dist/game-assets/display-object/display-object.spec.js.map +0 -1
  95. package/dist/game-assets/display-object/interfaces.d.ts +0 -23
  96. package/dist/game-assets/display-object/interfaces.js +0 -3
  97. package/dist/game-assets/display-object/interfaces.js.map +0 -1
  98. package/dist/game-assets/display-object/objects/container.d.ts +0 -9
  99. package/dist/game-assets/display-object/objects/container.js +0 -41
  100. package/dist/game-assets/display-object/objects/container.js.map +0 -1
  101. package/dist/game-assets/display-object/objects/graphics.d.ts +0 -23
  102. package/dist/game-assets/display-object/objects/graphics.js +0 -117
  103. package/dist/game-assets/display-object/objects/graphics.js.map +0 -1
  104. package/dist/game-assets/display-object/objects/image.d.ts +0 -29
  105. package/dist/game-assets/display-object/objects/image.js +0 -130
  106. package/dist/game-assets/display-object/objects/image.js.map +0 -1
  107. package/dist/game-assets/display-object/objects/sprite.d.ts +0 -34
  108. package/dist/game-assets/display-object/objects/sprite.js +0 -87
  109. package/dist/game-assets/display-object/objects/sprite.js.map +0 -1
  110. package/dist/game-assets/display-object/premade-display-objects/image-with-glowing-shapes.d.ts +0 -19
  111. package/dist/game-assets/display-object/premade-display-objects/image-with-glowing-shapes.js +0 -94
  112. package/dist/game-assets/display-object/premade-display-objects/image-with-glowing-shapes.js.map +0 -1
  113. package/dist/game-assets/filters/filters.d.ts +0 -38
  114. package/dist/game-assets/filters/filters.js +0 -162
  115. package/dist/game-assets/filters/filters.js.map +0 -1
  116. package/dist/game-assets/filters/glow-filter.d.ts +0 -11
  117. package/dist/game-assets/filters/glow-filter.js +0 -33
  118. package/dist/game-assets/filters/glow-filter.js.map +0 -1
  119. package/dist/game-assets/filters/shaders.d.ts +0 -8
  120. package/dist/game-assets/filters/shaders.js +0 -82
  121. package/dist/game-assets/filters/shaders.js.map +0 -1
  122. package/dist/game-assets/game-assets.d.ts +0 -14
  123. package/dist/game-assets/game-assets.js +0 -92
  124. package/dist/game-assets/game-assets.js.map +0 -1
  125. package/dist/game-assets/graphics/graphics.d.ts +0 -26
  126. package/dist/game-assets/graphics/graphics.js +0 -104
  127. package/dist/game-assets/graphics/graphics.js.map +0 -1
  128. package/dist/game-assets/helpers/glow.helper.d.ts +0 -1
  129. package/dist/game-assets/helpers/glow.helper.js +0 -77
  130. package/dist/game-assets/helpers/glow.helper.js.map +0 -1
  131. package/dist/game-assets/image/image-creator.d.ts +0 -23
  132. package/dist/game-assets/image/image-creator.js +0 -96
  133. package/dist/game-assets/image/image-creator.js.map +0 -1
  134. package/dist/game-assets/image/image.d.ts +0 -34
  135. package/dist/game-assets/image/image.js +0 -139
  136. package/dist/game-assets/image/image.js.map +0 -1
  137. package/dist/game-assets/image-data.helper.d.ts +0 -16
  138. package/dist/game-assets/image-data.helper.js +0 -53
  139. package/dist/game-assets/image-data.helper.js.map +0 -1
  140. package/dist/game-assets/index.d.ts +0 -8
  141. package/dist/game-assets/index.js +0 -34
  142. package/dist/game-assets/index.js.map +0 -1
  143. package/dist/game-assets/pixel-perfect-interaction.d.ts +0 -2
  144. package/dist/game-assets/pixel-perfect-interaction.js +0 -111
  145. package/dist/game-assets/pixel-perfect-interaction.js.map +0 -1
  146. package/dist/game-entities/controller.d.ts +0 -10
  147. package/dist/game-entities/controller.js +0 -53
  148. package/dist/game-entities/controller.js.map +0 -1
  149. package/dist/game-entities/entity-base/entity-base.d.ts +0 -10
  150. package/dist/game-entities/entity-base/entity-base.js +0 -38
  151. package/dist/game-entities/entity-base/entity-base.js.map +0 -1
  152. package/dist/game-entities/entity-base/entity-base.spec.js.map +0 -1
  153. package/dist/game-entities/entity-base.d.ts +0 -12
  154. package/dist/game-entities/entity-base.js +0 -55
  155. package/dist/game-entities/entity-base.js.map +0 -1
  156. package/dist/game-entities/entity.d.ts +0 -22
  157. package/dist/game-entities/entity.js +0 -126
  158. package/dist/game-entities/entity.js.map +0 -1
  159. package/dist/game-entities/service.d.ts +0 -10
  160. package/dist/game-entities/service.js +0 -93
  161. package/dist/game-entities/service.js.map +0 -1
  162. package/dist/game-entities/store/store.d.ts +0 -19
  163. package/dist/game-entities/store/store.js +0 -131
  164. package/dist/game-entities/store/store.js.map +0 -1
  165. package/dist/game-entities/store/store.spec.js.map +0 -1
  166. package/dist/game-entities/store.d.ts +0 -18
  167. package/dist/game-entities/store.js +0 -121
  168. package/dist/game-entities/store.js.map +0 -1
  169. package/dist/game-entities/tests/controller.spec.js.map +0 -1
  170. package/dist/game-entities/tests/entity-base.spec.js.map +0 -1
  171. package/dist/game-entities/tests/entity.spec.js.map +0 -1
  172. package/dist/game-entities/tests/service.spec.js.map +0 -1
  173. package/dist/game-entities/tests/store.spec.js.map +0 -1
  174. package/dist/game-entities/tests/view.spec.js.map +0 -1
  175. package/dist/game-entities/view.d.ts +0 -9
  176. package/dist/game-entities/view.js +0 -20
  177. package/dist/game-entities/view.js.map +0 -1
  178. package/dist/helpers/animator/animator.d.ts +0 -35
  179. package/dist/helpers/animator/animator.js +0 -158
  180. package/dist/helpers/animator/animator.js.map +0 -1
  181. package/dist/helpers/animator/animator.spec.js.map +0 -1
  182. package/dist/helpers/auto-destroy/auto-destroy.d.ts +0 -5
  183. package/dist/helpers/auto-destroy/auto-destroy.js +0 -38
  184. package/dist/helpers/auto-destroy/auto-destroy.js.map +0 -1
  185. package/dist/helpers/auto-destroy/auto-destroy.spec.js.map +0 -1
  186. package/dist/helpers/update-loop.d.ts +0 -7
  187. package/dist/helpers/update-loop.js +0 -16
  188. package/dist/helpers/update-loop.js.map +0 -1
  189. package/dist/helpers/vertice/vertice.helper.d.ts +0 -4
  190. package/dist/helpers/vertice/vertice.helper.js +0 -23
  191. package/dist/helpers/vertice/vertice.helper.js.map +0 -1
  192. package/dist/helpers/view-array/view-array.d.ts +0 -28
  193. package/dist/helpers/view-array/view-array.js +0 -117
  194. package/dist/lib/common/common-lib.d.ts +0 -6
  195. package/dist/lib/common/common-lib.js +0 -40
  196. package/dist/lib/common/common-lib.js.map +0 -1
  197. package/dist/lib/vector/vector-coordinate-convertion.spec.js.map +0 -1
  198. package/dist/lib/vector/vector-radian.spec.js.map +0 -1
  199. package/dist/lib/vector/vector.d.ts +0 -28
  200. package/dist/lib/vector/vector.js +0 -114
  201. package/dist/lib/vector/vector.js.map +0 -1
  202. package/dist/lib/vector/vector.spec.js.map +0 -1
  203. package/dist/services/mouse/mouse.d.ts +0 -12
  204. package/dist/services/mouse/mouse.js +0 -57
  205. package/dist/services/mouse/mouse.js.map +0 -1
  206. package/dist/services/sound/sound.d.ts +0 -3
  207. package/dist/services/sound/sound.js +0 -22
  208. package/dist/services/sound/sound.js.map +0 -1
@@ -1,539 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1703282128327" clover="3.2.0">
3
- <project timestamp="1703282128327" name="All files">
4
- <metrics statements="482" coveredstatements="448" conditionals="217" coveredconditionals="167" methods="129" coveredmethods="115" elements="828" coveredelements="730" complexity="0" loc="482" ncloc="482" packages="6" files="11" classes="11"/>
5
- <package name="game-entities">
6
- <metrics statements="255" coveredstatements="243" conditionals="128" coveredconditionals="91" methods="63" coveredmethods="62"/>
7
- <file name="controller.ts" path="D:\Projects\Game-Dev\Pixi-Framework\src\game-entities\controller.ts">
8
- <metrics statements="27" coveredstatements="26" conditionals="6" coveredconditionals="5" methods="10" coveredmethods="9"/>
9
- <line num="1" count="2" type="stmt"/>
10
- <line num="3" count="2" type="stmt"/>
11
- <line num="4" count="5" type="stmt"/>
12
- <line num="5" count="5" type="stmt"/>
13
- <line num="7" count="11" type="stmt"/>
14
- <line num="8" count="5" type="stmt"/>
15
- <line num="9" count="4" type="cond" truecount="2" falsecount="0"/>
16
- <line num="10" count="1" type="stmt"/>
17
- <line num="12" count="3" type="stmt"/>
18
- <line num="16" count="7" type="stmt"/>
19
- <line num="17" count="7" type="stmt"/>
20
- <line num="18" count="13" type="stmt"/>
21
- <line num="19" count="6" type="stmt"/>
22
- <line num="21" count="6" type="cond" truecount="2" falsecount="0"/>
23
- <line num="22" count="1" type="stmt"/>
24
- <line num="24" count="5" type="stmt"/>
25
- <line num="27" count="6" type="stmt"/>
26
- <line num="29" count="2" type="stmt"/>
27
- <line num="35" count="2" type="stmt"/>
28
- <line num="36" count="7" type="stmt"/>
29
- <line num="37" count="7" type="stmt"/>
30
- <line num="38" count="7" type="cond" truecount="1" falsecount="1"/>
31
- <line num="39" count="0" type="stmt"/>
32
- <line num="41" count="7" type="stmt"/>
33
- <line num="42" count="7" type="stmt"/>
34
- <line num="43" count="7" type="stmt"/>
35
- <line num="46" count="6" type="stmt"/>
36
- </file>
37
- <file name="entity-base.ts" path="D:\Projects\Game-Dev\Pixi-Framework\src\game-entities\entity-base.ts">
38
- <metrics statements="23" coveredstatements="23" conditionals="4" coveredconditionals="4" methods="8" coveredmethods="8"/>
39
- <line num="1" count="6" type="stmt"/>
40
- <line num="4" count="6" type="stmt"/>
41
- <line num="5" count="59" type="stmt"/>
42
- <line num="6" count="59" type="stmt"/>
43
- <line num="9" count="59" type="stmt"/>
44
- <line num="10" count="59" type="stmt"/>
45
- <line num="11" count="58" type="cond" truecount="1" falsecount="0"/>
46
- <line num="12" count="58" type="stmt"/>
47
- <line num="13" count="58" type="stmt"/>
48
- <line num="14" count="58" type="stmt"/>
49
- <line num="15" count="58" type="stmt"/>
50
- <line num="16" count="58" type="stmt"/>
51
- <line num="21" count="6" type="stmt"/>
52
- <line num="23" count="6" type="stmt"/>
53
- <line num="25" count="6" type="stmt"/>
54
- <line num="26" count="16" type="cond" truecount="2" falsecount="0"/>
55
- <line num="27" count="1" type="stmt"/>
56
- <line num="29" count="15" type="stmt"/>
57
- <line num="33" count="6" type="stmt"/>
58
- <line num="34" count="13" type="stmt"/>
59
- <line num="35" count="13" type="cond" truecount="1" falsecount="0"/>
60
- <line num="36" count="12" type="stmt"/>
61
- <line num="39" count="6" type="stmt"/>
62
- </file>
63
- <file name="entity.ts" path="D:\Projects\Game-Dev\Pixi-Framework\src\game-entities\entity.ts">
64
- <metrics statements="78" coveredstatements="77" conditionals="33" coveredconditionals="32" methods="16" coveredmethods="16"/>
65
- <line num="2" count="6" type="stmt"/>
66
- <line num="3" count="6" type="stmt"/>
67
- <line num="4" count="6" type="stmt"/>
68
- <line num="5" count="6" type="stmt"/>
69
- <line num="13" count="6" type="stmt"/>
70
- <line num="14" count="49" type="stmt"/>
71
- <line num="15" count="49" type="cond" truecount="5" falsecount="0"/>
72
- <line num="17" count="38" type="cond" truecount="2" falsecount="0"/>
73
- <line num="18" count="1" type="stmt"/>
74
- <line num="21" count="37" type="stmt"/>
75
- <line num="26" count="48" type="stmt"/>
76
- <line num="28" count="47" type="stmt"/>
77
- <line num="34" count="6" type="stmt"/>
78
- <line num="35" count="6" type="stmt"/>
79
- <line num="37" count="6" type="stmt"/>
80
- <line num="39" count="6" type="stmt"/>
81
- <line num="40" count="12" type="cond" truecount="1" falsecount="0"/>
82
- <line num="41" count="12" type="stmt"/>
83
- <line num="44" count="12" type="stmt"/>
84
- <line num="45" count="12" type="cond" truecount="2" falsecount="0"/>
85
- <line num="48" count="6" type="stmt"/>
86
- <line num="49" count="41" type="stmt"/>
87
- <line num="50" count="41" type="stmt"/>
88
- <line num="51" count="41" type="stmt"/>
89
- <line num="54" count="48" type="stmt"/>
90
- <line num="56" count="48" type="stmt"/>
91
- <line num="57" count="48" type="stmt"/>
92
- <line num="58" count="48" type="stmt"/>
93
- <line num="62" count="48" type="cond" truecount="2" falsecount="0"/>
94
- <line num="64" count="48" type="stmt"/>
95
- <line num="65" count="48" type="cond" truecount="1" falsecount="0"/>
96
- <line num="66" count="35" type="cond" truecount="2" falsecount="0"/>
97
- <line num="67" count="1" type="stmt"/>
98
- <line num="69" count="34" type="stmt"/>
99
- <line num="74" count="47" type="stmt"/>
100
- <line num="76" count="47" type="stmt"/>
101
- <line num="77" count="47" type="cond" truecount="2" falsecount="1"/>
102
- <line num="78" count="0" type="stmt"/>
103
- <line num="81" count="47" type="cond" truecount="1" falsecount="0"/>
104
- <line num="82" count="37" type="stmt"/>
105
- <line num="84" count="37" type="cond" truecount="1" falsecount="0"/>
106
- <line num="85" count="11" type="stmt"/>
107
- <line num="86" count="11" type="stmt"/>
108
- <line num="87" count="11" type="stmt"/>
109
- <line num="88" count="11" type="stmt"/>
110
- <line num="89" count="11" type="stmt"/>
111
- <line num="93" count="37" type="stmt"/>
112
- <line num="94" count="37" type="stmt"/>
113
- <line num="95" count="34" type="cond" truecount="2" falsecount="0"/>
114
- <line num="100" count="47" type="stmt"/>
115
- <line num="101" count="7" type="cond" truecount="2" falsecount="0"/>
116
- <line num="102" count="7" type="cond" truecount="2" falsecount="0"/>
117
- <line num="105" count="47" type="stmt"/>
118
- <line num="106" count="47" type="stmt"/>
119
- <line num="107" count="48" type="cond" truecount="1" falsecount="0"/>
120
- <line num="108" count="47" type="stmt"/>
121
- <line num="109" count="47" type="cond" truecount="2" falsecount="0"/>
122
- <line num="110" count="47" type="stmt"/>
123
- <line num="112" count="47" type="stmt"/>
124
- <line num="114" count="47" type="cond" truecount="1" falsecount="0"/>
125
- <line num="116" count="13" type="stmt"/>
126
- <line num="117" count="13" type="stmt"/>
127
- <line num="119" count="47" type="stmt"/>
128
- <line num="124" count="6" type="stmt"/>
129
- <line num="125" count="14" type="cond" truecount="1" falsecount="0"/>
130
- <line num="126" count="1" type="stmt"/>
131
- <line num="129" count="13" type="stmt"/>
132
- <line num="130" count="13" type="cond" truecount="1" falsecount="0"/>
133
- <line num="131" count="13" type="stmt"/>
134
- <line num="133" count="13" type="stmt"/>
135
- <line num="135" count="13" type="stmt"/>
136
- <line num="138" count="6" type="stmt"/>
137
- <line num="139" count="3" type="stmt"/>
138
- <line num="140" count="3" type="cond" truecount="1" falsecount="0"/>
139
- <line num="141" count="1" type="stmt"/>
140
- <line num="143" count="2" type="stmt"/>
141
- <line num="145" count="6" type="stmt"/>
142
- <line num="147" count="6" type="stmt"/>
143
- </file>
144
- <file name="service.ts" path="D:\Projects\Game-Dev\Pixi-Framework\src\game-entities\service.ts">
145
- <metrics statements="56" coveredstatements="49" conditionals="58" coveredconditionals="30" methods="14" coveredmethods="14"/>
146
- <line num="1" count="7" type="stmt"/>
147
- <line num="2" count="7" type="stmt"/>
148
- <line num="4" count="7" type="stmt"/>
149
- <line num="5" count="8" type="stmt"/>
150
- <line num="6" count="8" type="stmt"/>
151
- <line num="7" count="8" type="cond" truecount="10" falsecount="2"/>
152
- <line num="8" count="8" type="cond" truecount="1" falsecount="1"/>
153
- <line num="9" count="0" type="cond" truecount="0" falsecount="8"/>
154
- <line num="10" count="8" type="cond" truecount="0" falsecount="1"/>
155
- <line num="11" count="0" type="cond" truecount="0" falsecount="8"/>
156
- <line num="15" count="8" type="stmt"/>
157
- <line num="17" count="8" type="cond" truecount="7" falsecount="2"/>
158
- <line num="18" count="1" type="stmt"/>
159
- <line num="21" count="7" type="cond" truecount="1" falsecount="1"/>
160
- <line num="22" count="7" type="stmt"/>
161
- <line num="23" count="7" type="cond" truecount="1" falsecount="1"/>
162
- <line num="24" count="7" type="stmt"/>
163
- <line num="25" count="7" type="stmt"/>
164
- <line num="26" count="50" type="stmt"/>
165
- <line num="29" count="0" type="stmt"/>
166
- <line num="32" count="0" type="stmt"/>
167
- <line num="41" count="7" type="stmt"/>
168
- <line num="42" count="21" type="stmt"/>
169
- <line num="43" count="21" type="stmt"/>
170
- <line num="44" count="21" type="cond" truecount="0" falsecount="1"/>
171
- <line num="45" count="0" type="stmt"/>
172
- <line num="48" count="21" type="stmt"/>
173
- <line num="55" count="7" type="stmt"/>
174
- <line num="56" count="7" type="stmt"/>
175
- <line num="58" count="7" type="stmt"/>
176
- <line num="59" count="17" type="stmt"/>
177
- <line num="60" count="17" type="cond" truecount="1" falsecount="0"/>
178
- <line num="61" count="16" type="cond" truecount="0" falsecount="1"/>
179
- <line num="62" count="0" type="stmt"/>
180
- <line num="64" count="16" type="stmt"/>
181
- <line num="65" count="16" type="stmt"/>
182
- <line num="66" count="16" type="stmt"/>
183
- <line num="68" count="17" type="stmt"/>
184
- <line num="71" count="7" type="stmt"/>
185
- <line num="72" count="40" type="cond" truecount="2" falsecount="0"/>
186
- <line num="73" count="40" type="cond" truecount="0" falsecount="1"/>
187
- <line num="74" count="0" type="stmt"/>
188
- <line num="76" count="40" type="stmt"/>
189
- <line num="79" count="34" type="stmt"/>
190
- <line num="80" count="34" type="stmt"/>
191
- <line num="81" count="34" type="cond" truecount="1" falsecount="0"/>
192
- <line num="82" count="4" type="stmt"/>
193
- <line num="83" count="4" type="stmt"/>
194
- <line num="84" count="4" type="cond" truecount="6" falsecount="1"/>
195
- <line num="85" count="4" type="stmt"/>
196
- <line num="88" count="4" type="stmt"/>
197
- <line num="90" count="34" type="stmt"/>
198
- <line num="93" count="7" type="stmt"/>
199
- <line num="94" count="45" type="stmt"/>
200
- <line num="96" count="7" type="stmt"/>
201
- <line num="98" count="7" type="stmt"/>
202
- </file>
203
- <file name="store.ts" path="D:\Projects\Game-Dev\Pixi-Framework\src\game-entities\store.ts">
204
- <metrics statements="63" coveredstatements="60" conditionals="27" coveredconditionals="20" methods="12" coveredmethods="12"/>
205
- <line num="2" count="6" type="stmt"/>
206
- <line num="3" count="6" type="stmt"/>
207
- <line num="6" count="6" type="stmt"/>
208
- <line num="7" count="6" type="stmt"/>
209
- <line num="8" count="6" type="stmt"/>
210
- <line num="9" count="6" type="stmt"/>
211
- <line num="11" count="6" type="stmt"/>
212
- <line num="12" count="48" type="cond" truecount="2" falsecount="0"/>
213
- <line num="13" count="1" type="stmt"/>
214
- <line num="15" count="47" type="stmt"/>
215
- <line num="19" count="6" type="stmt"/>
216
- <line num="20" count="47" type="cond" truecount="2" falsecount="0"/>
217
- <line num="21" count="47" type="stmt"/>
218
- <line num="23" count="47" type="stmt"/>
219
- <line num="25" count="47" type="stmt"/>
220
- <line num="26" count="47" type="cond" truecount="1" falsecount="0"/>
221
- <line num="27" count="44" type="stmt"/>
222
- <line num="28" count="44" type="stmt"/>
223
- <line num="30" count="47" type="stmt"/>
224
- <line num="33" count="6" type="stmt"/>
225
- <line num="34" count="47" type="stmt"/>
226
- <line num="35" count="47" type="cond" truecount="3" falsecount="1"/>
227
- <line num="38" count="6" type="stmt"/>
228
- <line num="39" count="47" type="stmt"/>
229
- <line num="42" count="6" type="stmt"/>
230
- <line num="43" count="53" type="cond" truecount="3" falsecount="0"/>
231
- <line num="44" count="2" type="stmt"/>
232
- <line num="46" count="51" type="stmt"/>
233
- <line num="47" count="51" type="stmt"/>
234
- <line num="50" count="6" type="stmt"/>
235
- <line num="53" count="6" type="stmt"/>
236
- <line num="54" count="6" type="stmt"/>
237
- <line num="55" count="4" type="stmt"/>
238
- <line num="56" count="4" type="stmt"/>
239
- <line num="58" count="2" type="stmt"/>
240
- <line num="61" count="4" type="cond" truecount="3" falsecount="1"/>
241
- <line num="62" count="4" type="cond" truecount="1" falsecount="0"/>
242
- <line num="63" count="3" type="cond" truecount="2" falsecount="0"/>
243
- <line num="64" count="2" type="stmt"/>
244
- <line num="66" count="1" type="stmt"/>
245
- <line num="71" count="6" type="stmt"/>
246
- <line num="72" count="1" type="stmt"/>
247
- <line num="73" count="1" type="stmt"/>
248
- <line num="74" count="1" type="cond" truecount="1" falsecount="1"/>
249
- <line num="75" count="1" type="cond" truecount="1" falsecount="1"/>
250
- <line num="76" count="1" type="stmt"/>
251
- <line num="77" count="0" type="cond" truecount="0" falsecount="2"/>
252
- <line num="78" count="0" type="stmt"/>
253
- <line num="80" count="0" type="stmt"/>
254
- <line num="84" count="6" type="stmt"/>
255
- <line num="85" count="1" type="stmt"/>
256
- <line num="86" count="1" type="stmt"/>
257
- <line num="87" count="1" type="cond" truecount="1" falsecount="1"/>
258
- <line num="88" count="1" type="stmt"/>
259
- <line num="90" count="6" type="stmt"/>
260
- <line num="92" count="6" type="stmt"/>
261
- <line num="93" count="41" type="stmt"/>
262
- <line num="94" count="41" type="stmt"/>
263
- <line num="95" count="41" type="stmt"/>
264
- <line num="96" count="41" type="stmt"/>
265
- <line num="97" count="44" type="stmt"/>
266
- <line num="98" count="23" type="stmt"/>
267
- <line num="101" count="41" type="stmt"/>
268
- </file>
269
- <file name="view.ts" path="D:\Projects\Game-Dev\Pixi-Framework\src\game-entities\view.ts">
270
- <metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
271
- <line num="1" count="3" type="stmt"/>
272
- <line num="2" count="3" type="stmt"/>
273
- <line num="3" count="3" type="stmt"/>
274
- <line num="11" count="3" type="stmt"/>
275
- <line num="12" count="12" type="stmt"/>
276
- <line num="14" count="12" type="stmt"/>
277
- <line num="16" count="12" type="stmt"/>
278
- <line num="23" count="3" type="stmt"/>
279
- </file>
280
- </package>
281
- <package name="helpers">
282
- <metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
283
- <file name="update-loop.ts" path="D:\Projects\Game-Dev\Pixi-Framework\src\helpers\update-loop.ts">
284
- <metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
285
- <line num="1" count="8" type="stmt"/>
286
- <line num="3" count="8" type="stmt"/>
287
- <line num="4" count="8" type="stmt"/>
288
- <line num="6" count="8" type="stmt"/>
289
- <line num="7" count="8" type="stmt"/>
290
- <line num="8" count="3" type="stmt"/>
291
- <line num="9" count="3" type="stmt"/>
292
- <line num="12" count="8" type="stmt"/>
293
- <line num="13" count="45" type="stmt"/>
294
- </file>
295
- </package>
296
- <package name="helpers.animator">
297
- <metrics statements="87" coveredstatements="77" conditionals="50" coveredconditionals="44" methods="26" coveredmethods="21"/>
298
- <file name="animator.ts" path="D:\Projects\Game-Dev\Pixi-Framework\src\helpers\animator\animator.ts">
299
- <metrics statements="87" coveredstatements="77" conditionals="50" coveredconditionals="44" methods="26" coveredmethods="21"/>
300
- <line num="1" count="1" type="stmt"/>
301
- <line num="3" count="1" type="stmt"/>
302
- <line num="14" count="1" type="cond" truecount="2" falsecount="0"/>
303
- <line num="15" count="1" type="stmt"/>
304
- <line num="16" count="1" type="stmt"/>
305
- <line num="17" count="1" type="stmt"/>
306
- <line num="18" count="1" type="stmt"/>
307
- <line num="26" count="1" type="stmt"/>
308
- <line num="27" count="0" type="stmt"/>
309
- <line num="29" count="88" type="cond" truecount="2" falsecount="0"/>
310
- <line num="30" count="32" type="stmt"/>
311
- <line num="32" count="56" type="stmt"/>
312
- <line num="35" count="0" type="stmt"/>
313
- <line num="36" count="0" type="stmt"/>
314
- <line num="39" count="1" type="stmt"/>
315
- <line num="42" count="25" type="stmt"/>
316
- <line num="49" count="25" type="stmt"/>
317
- <line num="52" count="50" type="cond" truecount="1" falsecount="0"/>
318
- <line num="53" count="25" type="cond" truecount="1" falsecount="0"/>
319
- <line num="54" count="1" type="stmt"/>
320
- <line num="57" count="24" type="stmt"/>
321
- <line num="58" count="24" type="cond" truecount="2" falsecount="0"/>
322
- <line num="59" count="24" type="cond" truecount="2" falsecount="0"/>
323
- <line num="61" count="24" type="cond" truecount="2" falsecount="0"/>
324
- <line num="62" count="24" type="stmt"/>
325
- <line num="64" count="33" type="cond" truecount="2" falsecount="0"/>
326
- <line num="66" count="32" type="stmt"/>
327
- <line num="68" count="1" type="stmt"/>
328
- <line num="73" count="1" type="stmt"/>
329
- <line num="74" count="1" type="stmt"/>
330
- <line num="75" count="1" type="stmt"/>
331
- <line num="81" count="20" type="cond" truecount="2" falsecount="0"/>
332
- <line num="82" count="10" type="stmt"/>
333
- <line num="83" count="12" type="stmt"/>
334
- <line num="85" count="11" type="stmt"/>
335
- <line num="88" count="9" type="cond" truecount="2" falsecount="0"/>
336
- <line num="89" count="8" type="stmt"/>
337
- <line num="91" count="1" type="stmt"/>
338
- <line num="93" count="1" type="stmt"/>
339
- <line num="94" count="1" type="stmt"/>
340
- <line num="96" count="1" type="stmt"/>
341
- <line num="103" count="44" type="cond" truecount="1" falsecount="0"/>
342
- <line num="104" count="23" type="stmt"/>
343
- <line num="105" count="23" type="stmt"/>
344
- <line num="106" count="25" type="stmt"/>
345
- <line num="108" count="22" type="stmt"/>
346
- <line num="111" count="30" type="cond" truecount="0" falsecount="1"/>
347
- <line num="112" count="30" type="stmt"/>
348
- <line num="113" count="30" type="stmt"/>
349
- <line num="116" count="32" type="stmt"/>
350
- <line num="117" count="32" type="stmt"/>
351
- <line num="118" count="32" type="cond" truecount="2" falsecount="0"/>
352
- <line num="119" count="32" type="stmt"/>
353
- <line num="120" count="32" type="stmt"/>
354
- <line num="129" count="32" type="stmt"/>
355
- <line num="133" count="0" type="stmt"/>
356
- <line num="138" count="30" type="stmt"/>
357
- <line num="140" count="30" type="stmt"/>
358
- <line num="144" count="30" type="stmt"/>
359
- <line num="145" count="30" type="cond" truecount="4" falsecount="0"/>
360
- <line num="146" count="30" type="stmt"/>
361
- <line num="147" count="0" type="stmt"/>
362
- <line num="148" count="0" type="stmt"/>
363
- <line num="150" count="0" type="stmt"/>
364
- <line num="151" count="0" type="stmt"/>
365
- <line num="153" count="0" type="stmt"/>
366
- <line num="154" count="0" type="cond" truecount="0" falsecount="4"/>
367
- <line num="159" count="99" type="stmt"/>
368
- <line num="160" count="99" type="stmt"/>
369
- <line num="161" count="99" type="stmt"/>
370
- <line num="162" count="113" type="stmt"/>
371
- <line num="163" count="113" type="cond" truecount="2" falsecount="0"/>
372
- <line num="166" count="25" type="stmt"/>
373
- <line num="167" count="25" type="stmt"/>
374
- <line num="169" count="25" type="stmt"/>
375
- <line num="170" count="25" type="cond" truecount="1" falsecount="0"/>
376
- <line num="171" count="20" type="cond" truecount="3" falsecount="1"/>
377
- <line num="174" count="88" type="stmt"/>
378
- <line num="176" count="88" type="stmt"/>
379
- <line num="178" count="88" type="stmt"/>
380
- <line num="181" count="99" type="cond" truecount="6" falsecount="0"/>
381
- <line num="182" count="99" type="stmt"/>
382
- <line num="185" count="1" type="stmt"/>
383
- <line num="186" count="37" type="stmt"/>
384
- <line num="187" count="37" type="cond" truecount="1" falsecount="0"/>
385
- <line num="188" count="2" type="stmt"/>
386
- <line num="191" count="1" type="stmt"/>
387
- </file>
388
- </package>
389
- <package name="helpers.auto-destroy">
390
- <metrics statements="20" coveredstatements="20" conditionals="9" coveredconditionals="9" methods="5" coveredmethods="5"/>
391
- <file name="auto-destroy.ts" path="D:\Projects\Game-Dev\Pixi-Framework\src\helpers\auto-destroy\auto-destroy.ts">
392
- <metrics statements="20" coveredstatements="20" conditionals="9" coveredconditionals="9" methods="5" coveredmethods="5"/>
393
- <line num="1" count="6" type="stmt"/>
394
- <line num="2" count="6" type="stmt"/>
395
- <line num="8" count="6" type="stmt"/>
396
- <line num="9" count="9" type="stmt"/>
397
- <line num="10" count="9" type="stmt"/>
398
- <line num="11" count="9" type="stmt"/>
399
- <line num="12" count="9" type="stmt"/>
400
- <line num="13" count="7" type="stmt"/>
401
- <line num="18" count="6" type="stmt"/>
402
- <line num="19" count="31" type="cond" truecount="2" falsecount="0"/>
403
- <line num="20" count="1" type="stmt"/>
404
- <line num="21" count="30" type="cond" truecount="2" falsecount="0"/>
405
- <line num="22" count="7" type="stmt"/>
406
- <line num="23" count="25" type="cond" truecount="2" falsecount="0"/>
407
- <line num="24" count="23" type="stmt"/>
408
- <line num="25" count="23" type="cond" truecount="2" falsecount="0"/>
409
- <line num="26" count="17" type="stmt"/>
410
- <line num="27" count="6" type="cond" truecount="1" falsecount="0"/>
411
- <line num="28" count="6" type="stmt"/>
412
- <line num="31" count="2" type="stmt"/>
413
- </file>
414
- </package>
415
- <package name="helpers.view-array">
416
- <metrics statements="54" coveredstatements="52" conditionals="13" coveredconditionals="12" methods="15" coveredmethods="14"/>
417
- <file name="view-array.ts" path="D:\Projects\Game-Dev\Pixi-Framework\src\helpers\view-array\view-array.ts">
418
- <metrics statements="54" coveredstatements="52" conditionals="13" coveredconditionals="12" methods="15" coveredmethods="14"/>
419
- <line num="1" count="2" type="stmt"/>
420
- <line num="6" count="2" type="stmt"/>
421
- <line num="7" count="11" type="stmt"/>
422
- <line num="9" count="11" type="stmt"/>
423
- <line num="10" count="11" type="stmt"/>
424
- <line num="12" count="11" type="stmt"/>
425
- <line num="14" count="11" type="stmt"/>
426
- <line num="15" count="11" type="stmt"/>
427
- <line num="16" count="11" type="stmt"/>
428
- <line num="17" count="11" type="stmt"/>
429
- <line num="19" count="11" type="stmt"/>
430
- <line num="20" count="0" type="cond" truecount="0" falsecount="1"/>
431
- <line num="21" count="0" type="stmt"/>
432
- <line num="26" count="21" type="stmt"/>
433
- <line num="27" count="21" type="cond" truecount="1" falsecount="0"/>
434
- <line num="28" count="1" type="stmt"/>
435
- <line num="31" count="20" type="stmt"/>
436
- <line num="32" count="34" type="cond" truecount="2" falsecount="0"/>
437
- <line num="36" count="8" type="stmt"/>
438
- <line num="38" count="26" type="stmt"/>
439
- <line num="39" count="26" type="cond" truecount="2" falsecount="0"/>
440
- <line num="40" count="26" type="stmt"/>
441
- <line num="44" count="20" type="stmt"/>
442
- <line num="45" count="10" type="stmt"/>
443
- <line num="46" count="10" type="stmt"/>
444
- <line num="47" count="10" type="cond" truecount="2" falsecount="0"/>
445
- <line num="51" count="2" type="stmt"/>
446
- <line num="52" count="2" type="stmt"/>
447
- <line num="53" count="2" type="stmt"/>
448
- <line num="56" count="2" type="stmt"/>
449
- <line num="58" count="11" type="stmt"/>
450
- <line num="59" count="11" type="stmt"/>
451
- <line num="60" count="11" type="stmt"/>
452
- <line num="63" count="2" type="stmt"/>
453
- <line num="64" count="2" type="stmt"/>
454
- <line num="65" count="2" type="stmt"/>
455
- <line num="67" count="2" type="stmt"/>
456
- <line num="69" count="2" type="stmt"/>
457
- <line num="72" count="6" type="stmt"/>
458
- <line num="74" count="12" type="stmt"/>
459
- <line num="76" count="14" type="stmt"/>
460
- <line num="77" count="6" type="stmt"/>
461
- <line num="78" count="5" type="stmt"/>
462
- <line num="80" count="6" type="stmt"/>
463
- <line num="81" count="6" type="stmt"/>
464
- <line num="84" count="6" type="cond" truecount="2" falsecount="0"/>
465
- <line num="86" count="6" type="stmt"/>
466
- <line num="89" count="2" type="stmt"/>
467
- <line num="90" count="12" type="cond" truecount="1" falsecount="0"/>
468
- <line num="91" count="1" type="stmt"/>
469
- <line num="94" count="11" type="stmt"/>
470
- <line num="96" count="2" type="stmt"/>
471
- <line num="98" count="2" type="stmt"/>
472
- <line num="101" count="2" type="stmt"/>
473
- </file>
474
- </package>
475
- <package name="lib.vector">
476
- <metrics statements="57" coveredstatements="47" conditionals="17" coveredconditionals="11" methods="18" coveredmethods="11"/>
477
- <file name="vector.ts" path="D:\Projects\Game-Dev\Pixi-Framework\src\lib\vector\vector.ts">
478
- <metrics statements="57" coveredstatements="47" conditionals="17" coveredconditionals="11" methods="18" coveredmethods="11"/>
479
- <line num="12" count="3" type="stmt"/>
480
- <line num="13" count="3" type="stmt"/>
481
- <line num="15" count="3" type="stmt"/>
482
- <line num="16" count="3" type="stmt"/>
483
- <line num="17" count="0" type="cond" truecount="0" falsecount="4"/>
484
- <line num="18" count="0" type="stmt"/>
485
- <line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
486
- <line num="24" count="3" type="stmt"/>
487
- <line num="25" count="0" type="stmt"/>
488
- <line num="31" count="3" type="stmt"/>
489
- <line num="32" count="4" type="stmt"/>
490
- <line num="38" count="3" type="stmt"/>
491
- <line num="39" count="0" type="stmt"/>
492
- <line num="45" count="3" type="stmt"/>
493
- <line num="46" count="0" type="stmt"/>
494
- <line num="52" count="3" type="stmt"/>
495
- <line num="53" count="0" type="stmt"/>
496
- <line num="60" count="3" type="stmt"/>
497
- <line num="61" count="0" type="stmt"/>
498
- <line num="62" count="0" type="stmt"/>
499
- <line num="68" count="3" type="stmt"/>
500
- <line num="69" count="3" type="stmt"/>
501
- <line num="70" count="3" type="stmt"/>
502
- <line num="73" count="3" type="stmt"/>
503
- <line num="74" count="3" type="stmt"/>
504
- <line num="75" count="3" type="stmt"/>
505
- <line num="78" count="14" type="cond" truecount="1" falsecount="0"/>
506
- <line num="79" count="11" type="cond" truecount="1" falsecount="0"/>
507
- <line num="80" count="3" type="stmt"/>
508
- <line num="82" count="11" type="stmt"/>
509
- <line num="85" count="3" type="stmt"/>
510
- <line num="86" count="14" type="stmt"/>
511
- <line num="87" count="14" type="cond" truecount="2" falsecount="0"/>
512
- <line num="88" count="13" type="stmt"/>
513
- <line num="90" count="1" type="stmt"/>
514
- <line num="94" count="3" type="stmt"/>
515
- <line num="95" count="15" type="cond" truecount="1" falsecount="0"/>
516
- <line num="96" count="9" type="stmt"/>
517
- <line num="98" count="15" type="stmt"/>
518
- <line num="101" count="3" type="stmt"/>
519
- <line num="102" count="0" type="stmt"/>
520
- <line num="108" count="12" type="cond" truecount="1" falsecount="0"/>
521
- <line num="109" count="6" type="cond" truecount="1" falsecount="0"/>
522
- <line num="110" count="6" type="stmt"/>
523
- <line num="112" count="6" type="stmt"/>
524
- <line num="115" count="3" type="stmt"/>
525
- <line num="116" count="13" type="stmt"/>
526
- <line num="117" count="13" type="cond" truecount="2" falsecount="0"/>
527
- <line num="118" count="2" type="stmt"/>
528
- <line num="119" count="11" type="cond" truecount="2" falsecount="0"/>
529
- <line num="120" count="2" type="stmt"/>
530
- <line num="122" count="9" type="stmt"/>
531
- <line num="126" count="3" type="stmt"/>
532
- <line num="127" count="4" type="stmt"/>
533
- <line num="130" count="3" type="stmt"/>
534
- <line num="131" count="4" type="stmt"/>
535
- <line num="133" count="3" type="stmt"/>
536
- </file>
537
- </package>
538
- </project>
539
- </coverage>