@tmagic/editor 1.0.0-rc.2 → 1.0.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/clover.xml +162 -162
- package/coverage/coverage-final.json +3 -3
- package/coverage/lcov-report/index.html +1 -1
- package/coverage/lcov-report/src/Editor.vue.html +14 -2
- package/coverage/lcov-report/src/components/ContentMenu.vue.html +1 -1
- package/coverage/lcov-report/src/components/Icon.vue.html +1 -1
- package/coverage/lcov-report/src/components/ScrollViewer.vue.html +1 -1
- package/coverage/lcov-report/src/components/ToolButton.vue.html +1 -1
- package/coverage/lcov-report/src/components/index.html +1 -1
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/layouts/AddPageBox.vue.html +1 -1
- package/coverage/lcov-report/src/layouts/Framework.vue.html +1 -1
- package/coverage/lcov-report/src/layouts/NavMenu.vue.html +1 -1
- package/coverage/lcov-report/src/layouts/PropsPanel.vue.html +1 -1
- package/coverage/lcov-report/src/layouts/Resizer.vue.html +1 -1
- package/coverage/lcov-report/src/layouts/index.html +1 -1
- package/coverage/lcov-report/src/layouts/sidebar/ComponentListPanel.vue.html +1 -1
- package/coverage/lcov-report/src/layouts/sidebar/LayerMenu.vue.html +1 -1
- package/coverage/lcov-report/src/layouts/sidebar/LayerPanel.vue.html +1 -1
- package/coverage/lcov-report/src/layouts/sidebar/Sidebar.vue.html +1 -1
- package/coverage/lcov-report/src/layouts/sidebar/TabPane.vue.html +1 -1
- package/coverage/lcov-report/src/layouts/sidebar/index.html +1 -1
- package/coverage/lcov-report/src/layouts/workspace/PageBar.vue.html +1 -1
- package/coverage/lcov-report/src/layouts/workspace/Stage.vue.html +8 -2
- package/coverage/lcov-report/src/layouts/workspace/ViewerMenu.vue.html +1 -1
- package/coverage/lcov-report/src/layouts/workspace/Workspace.vue.html +8 -2
- package/coverage/lcov-report/src/layouts/workspace/index.html +1 -1
- package/coverage/lcov-report/src/services/BaseService.ts.html +1 -1
- package/coverage/lcov-report/src/services/componentList.ts.html +1 -1
- package/coverage/lcov-report/src/services/editor.ts.html +1 -1
- package/coverage/lcov-report/src/services/events.ts.html +1 -1
- package/coverage/lcov-report/src/services/history.ts.html +1 -1
- package/coverage/lcov-report/src/services/index.html +1 -1
- package/coverage/lcov-report/src/services/props.ts.html +1 -1
- package/coverage/lcov-report/src/services/ui.ts.html +1 -1
- package/coverage/lcov-report/src/type.ts.html +1 -1
- package/coverage/lcov-report/src/utils/compose.ts.html +1 -1
- package/coverage/lcov-report/src/utils/config.ts.html +1 -1
- package/coverage/lcov-report/src/utils/editor.ts.html +1 -1
- package/coverage/lcov-report/src/utils/index.html +1 -1
- package/coverage/lcov-report/src/utils/index.ts.html +1 -1
- package/coverage/lcov-report/src/utils/logger.ts.html +1 -1
- package/coverage/lcov-report/src/utils/props.ts.html +1 -1
- package/coverage/lcov-report/src/utils/scroll-viewer.ts.html +1 -1
- package/coverage/lcov-report/src/utils/undo-redo.ts.html +1 -1
- package/coverage/lcov.info +538 -538
- package/dist/tmagic-editor.es.js +8 -2
- package/dist/tmagic-editor.es.js.map +1 -1
- package/dist/tmagic-editor.umd.js +8 -2
- package/dist/tmagic-editor.umd.js.map +1 -1
- package/dist/types/src/Editor.vue.d.ts +5 -0
- package/dist/types/src/layouts/workspace/Workspace.vue.d.ts +5 -1
- package/package.json +7 -7
- package/src/Editor.vue +4 -0
- package/src/layouts/workspace/Stage.vue +2 -0
- package/src/layouts/workspace/Workspace.vue +2 -0
package/coverage/clover.xml
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
2
|
+
<coverage generated="1653459709419" clover="3.2.0">
|
|
3
|
+
<project timestamp="1653459709419" name="All files">
|
|
4
4
|
<metrics statements="1424" coveredstatements="905" conditionals="1212" coveredconditionals="339" methods="398" coveredmethods="223" elements="3034" coveredelements="1467" complexity="0" loc="1424" ncloc="1424" packages="7" files="35" classes="35"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="66" coveredstatements="63" conditionals="14" coveredconditionals="11" methods="28" coveredmethods="25"/>
|
|
7
7
|
<file name="Editor.vue" path="/data/magic/tmagic-editor/packages/editor/src/Editor.vue">
|
|
8
8
|
<metrics statements="56" coveredstatements="53" conditionals="8" coveredconditionals="5" methods="25" coveredmethods="22"/>
|
|
9
|
-
<line num="
|
|
10
|
-
<line num="47" count="1" type="stmt"/>
|
|
9
|
+
<line num="40" count="1" type="stmt"/>
|
|
11
10
|
<line num="48" count="1" type="stmt"/>
|
|
12
11
|
<line num="49" count="1" type="stmt"/>
|
|
13
12
|
<line num="50" count="1" type="stmt"/>
|
|
@@ -18,50 +17,51 @@
|
|
|
18
17
|
<line num="55" count="1" type="stmt"/>
|
|
19
18
|
<line num="56" count="1" type="stmt"/>
|
|
20
19
|
<line num="57" count="1" type="stmt"/>
|
|
21
|
-
<line num="
|
|
22
|
-
<line num="
|
|
23
|
-
<line num="
|
|
24
|
-
<line num="
|
|
25
|
-
<line num="
|
|
26
|
-
<line num="
|
|
27
|
-
<line num="
|
|
28
|
-
<line num="
|
|
29
|
-
<line num="
|
|
30
|
-
<line num="149" count="1" type="stmt"/>
|
|
31
|
-
<line num="150" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
32
|
-
<line num="151" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
20
|
+
<line num="58" count="1" type="stmt"/>
|
|
21
|
+
<line num="61" count="1" type="stmt"/>
|
|
22
|
+
<line num="76" count="0" type="stmt"/>
|
|
23
|
+
<line num="83" count="1" type="stmt"/>
|
|
24
|
+
<line num="94" count="1" type="stmt"/>
|
|
25
|
+
<line num="111" count="1" type="stmt"/>
|
|
26
|
+
<line num="117" count="1" type="stmt"/>
|
|
27
|
+
<line num="123" count="1" type="stmt"/>
|
|
28
|
+
<line num="146" count="1" type="stmt"/>
|
|
33
29
|
<line num="152" count="1" type="stmt"/>
|
|
30
|
+
<line num="153" count="1" type="stmt"/>
|
|
31
|
+
<line num="154" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
32
|
+
<line num="155" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
34
33
|
<line num="156" count="1" type="stmt"/>
|
|
35
|
-
<line num="
|
|
36
|
-
<line num="
|
|
37
|
-
<line num="
|
|
38
|
-
<line num="
|
|
39
|
-
<line num="
|
|
40
|
-
<line num="
|
|
41
|
-
<line num="
|
|
42
|
-
<line num="
|
|
43
|
-
<line num="
|
|
44
|
-
<line num="
|
|
45
|
-
<line num="
|
|
46
|
-
<line num="
|
|
47
|
-
<line num="189" count="1" type="stmt"/>
|
|
48
|
-
<line num="191" count="1" type="stmt"/>
|
|
34
|
+
<line num="160" count="1" type="stmt"/>
|
|
35
|
+
<line num="161" count="1" type="stmt"/>
|
|
36
|
+
<line num="162" count="1" type="stmt"/>
|
|
37
|
+
<line num="168" count="1" type="stmt"/>
|
|
38
|
+
<line num="169" count="1" type="stmt"/>
|
|
39
|
+
<line num="170" count="1" type="stmt"/>
|
|
40
|
+
<line num="176" count="1" type="stmt"/>
|
|
41
|
+
<line num="177" count="1" type="stmt"/>
|
|
42
|
+
<line num="178" count="1" type="stmt"/>
|
|
43
|
+
<line num="184" count="1" type="stmt"/>
|
|
44
|
+
<line num="185" count="1" type="stmt"/>
|
|
45
|
+
<line num="186" count="1" type="stmt"/>
|
|
49
46
|
<line num="192" count="1" type="stmt"/>
|
|
50
|
-
<line num="
|
|
51
|
-
<line num="195" count="
|
|
52
|
-
<line num="196" count="
|
|
53
|
-
<line num="
|
|
54
|
-
<line num="
|
|
55
|
-
<line num="
|
|
56
|
-
<line num="
|
|
57
|
-
<line num="
|
|
58
|
-
<line num="
|
|
59
|
-
<line num="
|
|
60
|
-
<line num="
|
|
61
|
-
<line num="
|
|
62
|
-
<line num="
|
|
63
|
-
<line num="
|
|
64
|
-
<line num="
|
|
47
|
+
<line num="193" count="1" type="stmt"/>
|
|
48
|
+
<line num="195" count="1" type="stmt"/>
|
|
49
|
+
<line num="196" count="1" type="stmt"/>
|
|
50
|
+
<line num="198" count="1" type="stmt"/>
|
|
51
|
+
<line num="199" count="0" type="stmt"/>
|
|
52
|
+
<line num="200" count="0" type="stmt"/>
|
|
53
|
+
<line num="203" count="1" type="stmt"/>
|
|
54
|
+
<line num="204" count="1" type="stmt"/>
|
|
55
|
+
<line num="211" count="1" type="stmt"/>
|
|
56
|
+
<line num="212" count="1" type="stmt"/>
|
|
57
|
+
<line num="213" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
58
|
+
<line num="219" count="1" type="stmt"/>
|
|
59
|
+
<line num="220" count="1" type="stmt"/>
|
|
60
|
+
<line num="221" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
61
|
+
<line num="227" count="1" type="stmt"/>
|
|
62
|
+
<line num="229" count="1" type="stmt"/>
|
|
63
|
+
<line num="238" count="1" type="stmt"/>
|
|
64
|
+
<line num="240" count="1" type="stmt"/>
|
|
65
65
|
</file>
|
|
66
66
|
<file name="type.ts" path="/data/magic/tmagic-editor/packages/editor/src/type.ts">
|
|
67
67
|
<metrics statements="10" coveredstatements="10" conditionals="6" coveredconditionals="6" methods="3" coveredmethods="3"/>
|
|
@@ -549,79 +549,79 @@
|
|
|
549
549
|
<line num="44" count="2" type="stmt"/>
|
|
550
550
|
<line num="46" count="2" type="stmt"/>
|
|
551
551
|
<line num="48" count="2" type="stmt"/>
|
|
552
|
-
<line num="
|
|
553
|
-
<line num="
|
|
554
|
-
<line num="
|
|
555
|
-
<line num="79" count="2" type="stmt"/>
|
|
552
|
+
<line num="66" count="0" type="stmt"/>
|
|
553
|
+
<line num="71" count="2" type="stmt"/>
|
|
554
|
+
<line num="78" count="2" type="stmt"/>
|
|
556
555
|
<line num="80" count="2" type="stmt"/>
|
|
557
556
|
<line num="81" count="2" type="stmt"/>
|
|
558
|
-
<line num="
|
|
559
|
-
<line num="84" count="2" type="cond" truecount="
|
|
560
|
-
<line num="85" count="2" type="cond" truecount="
|
|
561
|
-
<line num="86" count="2" type="cond" truecount="
|
|
562
|
-
<line num="87" count="2" type="cond" truecount="
|
|
563
|
-
<line num="88" count="2" type="cond" truecount="
|
|
564
|
-
<line num="
|
|
557
|
+
<line num="82" count="2" type="stmt"/>
|
|
558
|
+
<line num="84" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
559
|
+
<line num="85" count="2" type="cond" truecount="0" falsecount="4"/>
|
|
560
|
+
<line num="86" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
561
|
+
<line num="87" count="2" type="cond" truecount="0" falsecount="4"/>
|
|
562
|
+
<line num="88" count="2" type="cond" truecount="6" falsecount="0"/>
|
|
563
|
+
<line num="89" count="2" type="cond" truecount="0" falsecount="4"/>
|
|
565
564
|
<line num="91" count="2" type="stmt"/>
|
|
566
|
-
<line num="
|
|
567
|
-
<line num="94" count="
|
|
568
|
-
<line num="
|
|
569
|
-
<line num="97" count="
|
|
570
|
-
<line num="
|
|
571
|
-
<line num="
|
|
572
|
-
<line num="106" count="0" type="
|
|
573
|
-
<line num="
|
|
574
|
-
<line num="
|
|
575
|
-
<line num="
|
|
576
|
-
<line num="
|
|
565
|
+
<line num="92" count="2" type="stmt"/>
|
|
566
|
+
<line num="94" count="2" type="stmt"/>
|
|
567
|
+
<line num="95" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
568
|
+
<line num="97" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
569
|
+
<line num="98" count="2" type="cond" truecount="5" falsecount="0"/>
|
|
570
|
+
<line num="100" count="1" type="stmt"/>
|
|
571
|
+
<line num="106" count="0" type="stmt"/>
|
|
572
|
+
<line num="108" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
573
|
+
<line num="109" count="0" type="stmt"/>
|
|
574
|
+
<line num="110" count="0" type="stmt"/>
|
|
575
|
+
<line num="113" count="0" type="stmt"/>
|
|
577
576
|
<line num="118" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
578
577
|
<line num="120" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
579
|
-
<line num="
|
|
580
|
-
<line num="
|
|
581
|
-
<line num="
|
|
582
|
-
<line num="
|
|
583
|
-
<line num="
|
|
584
|
-
<line num="
|
|
585
|
-
<line num="
|
|
586
|
-
<line num="
|
|
587
|
-
<line num="
|
|
588
|
-
<line num="
|
|
589
|
-
<line num="
|
|
590
|
-
<line num="
|
|
591
|
-
<line num="144" count="0" type="
|
|
592
|
-
<line num="
|
|
593
|
-
<line num="
|
|
594
|
-
<line num="
|
|
595
|
-
<line num="
|
|
596
|
-
<line num="
|
|
597
|
-
<line num="
|
|
598
|
-
<line num="
|
|
599
|
-
<line num="
|
|
600
|
-
<line num="
|
|
601
|
-
<line num="
|
|
602
|
-
<line num="
|
|
603
|
-
<line num="
|
|
604
|
-
<line num="
|
|
605
|
-
<line num="
|
|
606
|
-
<line num="
|
|
607
|
-
<line num="
|
|
608
|
-
<line num="178" count="0" type="stmt"/>
|
|
578
|
+
<line num="122" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
579
|
+
<line num="123" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
580
|
+
<line num="126" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
581
|
+
<line num="127" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
582
|
+
<line num="130" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
583
|
+
<line num="131" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
584
|
+
<line num="134" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
585
|
+
<line num="135" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
586
|
+
<line num="138" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
587
|
+
<line num="139" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
588
|
+
<line num="142" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
589
|
+
<line num="143" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
590
|
+
<line num="144" count="0" type="stmt"/>
|
|
591
|
+
<line num="146" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
592
|
+
<line num="147" count="0" type="cond" truecount="0" falsecount="14"/>
|
|
593
|
+
<line num="148" count="0" type="stmt"/>
|
|
594
|
+
<line num="149" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
595
|
+
<line num="154" count="2" type="stmt"/>
|
|
596
|
+
<line num="155" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
597
|
+
<line num="156" count="0" type="stmt"/>
|
|
598
|
+
<line num="159" count="2" type="stmt"/>
|
|
599
|
+
<line num="160" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
600
|
+
<line num="161" count="0" type="stmt"/>
|
|
601
|
+
<line num="165" count="2" type="stmt"/>
|
|
602
|
+
<line num="166" count="0" type="stmt"/>
|
|
603
|
+
<line num="167" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
604
|
+
<line num="174" count="2" type="stmt"/>
|
|
605
|
+
<line num="175" count="2" type="cond" truecount="5" falsecount="1"/>
|
|
606
|
+
<line num="178" count="2" type="stmt"/>
|
|
609
607
|
<line num="179" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
610
|
-
<line num="
|
|
611
|
-
<line num="
|
|
612
|
-
<line num="
|
|
613
|
-
<line num="
|
|
614
|
-
<line num="
|
|
608
|
+
<line num="180" count="0" type="stmt"/>
|
|
609
|
+
<line num="181" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
610
|
+
<line num="184" count="2" type="stmt"/>
|
|
611
|
+
<line num="192" count="0" type="stmt"/>
|
|
612
|
+
<line num="193" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
615
613
|
<line num="197" count="0" type="stmt"/>
|
|
616
|
-
<line num="
|
|
617
|
-
<line num="
|
|
618
|
-
<line num="
|
|
619
|
-
<line num="
|
|
620
|
-
<line num="
|
|
621
|
-
<line num="
|
|
622
|
-
<line num="210" count="0" type="
|
|
614
|
+
<line num="198" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
615
|
+
<line num="199" count="0" type="stmt"/>
|
|
616
|
+
<line num="204" count="0" type="stmt"/>
|
|
617
|
+
<line num="205" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
618
|
+
<line num="207" count="0" type="stmt"/>
|
|
619
|
+
<line num="208" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
620
|
+
<line num="210" count="0" type="stmt"/>
|
|
623
621
|
<line num="211" count="0" type="stmt"/>
|
|
624
|
-
<line num="
|
|
622
|
+
<line num="212" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
623
|
+
<line num="213" count="0" type="stmt"/>
|
|
624
|
+
<line num="221" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
625
625
|
</file>
|
|
626
626
|
<file name="ViewerMenu.vue" path="/data/magic/tmagic-editor/packages/editor/src/layouts/workspace/ViewerMenu.vue">
|
|
627
627
|
<metrics statements="47" coveredstatements="32" conditionals="85" coveredconditionals="19" methods="25" coveredmethods="15"/>
|
|
@@ -675,61 +675,61 @@
|
|
|
675
675
|
</file>
|
|
676
676
|
<file name="Workspace.vue" path="/data/magic/tmagic-editor/packages/editor/src/layouts/workspace/Workspace.vue">
|
|
677
677
|
<metrics statements="55" coveredstatements="21" conditionals="135" coveredconditionals="10" methods="29" coveredmethods="3"/>
|
|
678
|
-
<line num="21" count="1" type="stmt"/>
|
|
679
678
|
<line num="22" count="1" type="stmt"/>
|
|
680
|
-
<line num="
|
|
681
|
-
<line num="
|
|
679
|
+
<line num="23" count="1" type="stmt"/>
|
|
680
|
+
<line num="28" count="1" type="stmt"/>
|
|
682
681
|
<line num="32" count="1" type="stmt"/>
|
|
683
|
-
<line num="
|
|
684
|
-
<line num="
|
|
685
|
-
<line num="
|
|
686
|
-
<line num="
|
|
687
|
-
<line num="
|
|
688
|
-
<line num="
|
|
689
|
-
<line num="
|
|
690
|
-
<line num="
|
|
691
|
-
<line num="
|
|
692
|
-
<line num="
|
|
693
|
-
<line num="
|
|
694
|
-
<line num="76" count="1" type="
|
|
682
|
+
<line num="33" count="1" type="stmt"/>
|
|
683
|
+
<line num="35" count="1" type="stmt"/>
|
|
684
|
+
<line num="61" count="1" type="stmt"/>
|
|
685
|
+
<line num="62" count="1" type="stmt"/>
|
|
686
|
+
<line num="63" count="1" type="cond" truecount="0" falsecount="4"/>
|
|
687
|
+
<line num="66" count="1" type="stmt"/>
|
|
688
|
+
<line num="67" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
689
|
+
<line num="70" count="1" type="stmt"/>
|
|
690
|
+
<line num="71" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
691
|
+
<line num="74" count="1" type="stmt"/>
|
|
692
|
+
<line num="75" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
693
|
+
<line num="76" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
695
694
|
<line num="78" count="1" type="stmt"/>
|
|
696
|
-
<line num="80" count="1" type="
|
|
697
|
-
<line num="82" count="1" type="
|
|
698
|
-
<line num="84" count="
|
|
699
|
-
<line num="
|
|
700
|
-
<line num="
|
|
701
|
-
<line num="
|
|
702
|
-
<line num="
|
|
703
|
-
<line num="
|
|
704
|
-
<line num="
|
|
705
|
-
<line num="
|
|
706
|
-
<line num="
|
|
707
|
-
<line num="
|
|
708
|
-
<line num="
|
|
709
|
-
<line num="
|
|
710
|
-
<line num="
|
|
711
|
-
<line num="
|
|
712
|
-
<line num="
|
|
713
|
-
<line num="
|
|
714
|
-
<line num="
|
|
715
|
-
<line num="
|
|
716
|
-
<line num="
|
|
717
|
-
<line num="
|
|
718
|
-
<line num="
|
|
719
|
-
<line num="
|
|
720
|
-
<line num="
|
|
721
|
-
<line num="
|
|
722
|
-
<line num="
|
|
723
|
-
<line num="
|
|
724
|
-
<line num="
|
|
725
|
-
<line num="
|
|
726
|
-
<line num="
|
|
727
|
-
<line num="
|
|
728
|
-
<line num="
|
|
729
|
-
<line num="
|
|
730
|
-
<line num="
|
|
731
|
-
<line num="
|
|
732
|
-
<line num="
|
|
695
|
+
<line num="80" count="1" type="stmt"/>
|
|
696
|
+
<line num="82" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
697
|
+
<line num="84" count="1" type="stmt"/>
|
|
698
|
+
<line num="86" count="0" type="stmt"/>
|
|
699
|
+
<line num="87" count="0" type="stmt"/>
|
|
700
|
+
<line num="90" count="0" type="stmt"/>
|
|
701
|
+
<line num="91" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
702
|
+
<line num="92" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
703
|
+
<line num="95" count="0" type="stmt"/>
|
|
704
|
+
<line num="96" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
705
|
+
<line num="97" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
706
|
+
<line num="100" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
707
|
+
<line num="103" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
708
|
+
<line num="106" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
709
|
+
<line num="107" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
710
|
+
<line num="108" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
711
|
+
<line num="111" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
712
|
+
<line num="114" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
713
|
+
<line num="117" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
714
|
+
<line num="120" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
715
|
+
<line num="123" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
716
|
+
<line num="126" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
717
|
+
<line num="129" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
718
|
+
<line num="132" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
719
|
+
<line num="135" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
720
|
+
<line num="138" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
721
|
+
<line num="141" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
722
|
+
<line num="144" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
723
|
+
<line num="147" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
724
|
+
<line num="150" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
725
|
+
<line num="153" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
726
|
+
<line num="156" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
727
|
+
<line num="160" count="1" type="stmt"/>
|
|
728
|
+
<line num="161" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
729
|
+
<line num="162" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
730
|
+
<line num="163" count="0" type="stmt"/>
|
|
731
|
+
<line num="166" count="1" type="stmt"/>
|
|
732
|
+
<line num="169" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
733
733
|
</file>
|
|
734
734
|
</package>
|
|
735
735
|
<package name="src.services">
|