@monorepolint/rules 0.6.0-alpha.2 → 0.6.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/.turbo/turbo-clean.log +1 -1
  2. package/.turbo/turbo-compile-typescript.log +1 -1
  3. package/.turbo/turbo-lint.log +1 -1
  4. package/.turbo/turbo-test.log +160 -100
  5. package/.turbo/turbo-transpile-typescript.log +4 -4
  6. package/CHANGELOG.md +9 -0
  7. package/build/js/index.js +399 -246
  8. package/build/js/index.js.map +1 -1
  9. package/build/tsconfig.tsbuildinfo +1 -1
  10. package/build/types/__tests__/utils.d.ts +0 -1
  11. package/build/types/__tests__/utils.d.ts.map +1 -1
  12. package/build/types/bannedDependencies.d.ts.map +1 -1
  13. package/build/types/fileContents.d.ts.map +1 -1
  14. package/build/types/index.d.ts +3 -3
  15. package/build/types/index.d.ts.map +1 -1
  16. package/build/types/mustSatisfyPeerDependencies.d.ts.map +1 -1
  17. package/build/types/nestedWorkspaces.d.ts.map +1 -1
  18. package/build/types/packageEntry.d.ts.map +1 -1
  19. package/build/types/packageOrder.d.ts.map +1 -1
  20. package/build/types/packageScript.d.ts.map +1 -1
  21. package/build/types/requireDependency.d.ts +12 -12
  22. package/build/types/requireDependency.d.ts.map +1 -1
  23. package/build/types/util/checkAlpha.d.ts.map +1 -1
  24. package/build/types/util/createRuleFactory.d.ts.map +1 -1
  25. package/build/types/util/packageDependencyGraphService.d.ts.map +1 -1
  26. package/coverage/clover.xml +1159 -818
  27. package/coverage/coverage-final.json +18 -18
  28. package/coverage/index.html +20 -20
  29. package/coverage/src/alphabeticalDependencies.ts.html +8 -8
  30. package/coverage/src/alphabeticalScripts.ts.html +5 -5
  31. package/coverage/src/bannedDependencies.ts.html +77 -26
  32. package/coverage/src/consistentDependencies.ts.html +58 -19
  33. package/coverage/src/consistentVersions.ts.html +169 -58
  34. package/coverage/src/fileContents.ts.html +47 -23
  35. package/coverage/src/index.html +67 -67
  36. package/coverage/src/index.ts.html +32 -32
  37. package/coverage/src/mustSatisfyPeerDependencies.ts.html +373 -85
  38. package/coverage/src/nestedWorkspaces.ts.html +59 -20
  39. package/coverage/src/packageEntry.ts.html +40 -19
  40. package/coverage/src/packageOrder.ts.html +30 -12
  41. package/coverage/src/packageScript.ts.html +81 -27
  42. package/coverage/src/requireDependency.ts.html +83 -32
  43. package/coverage/src/standardTsconfig.ts.html +81 -18
  44. package/coverage/src/util/checkAlpha.ts.html +18 -9
  45. package/coverage/src/util/createRuleFactory.ts.html +16 -4
  46. package/coverage/src/util/index.html +17 -17
  47. package/coverage/src/util/makeDirectory.ts.html +5 -5
  48. package/coverage/src/util/packageDependencyGraphService.ts.html +101 -20
  49. package/package.json +4 -5
  50. package/src/__tests__/alphabeticalScripts.spec.ts +12 -4
  51. package/src/__tests__/bannedDependencies.spec.ts +45 -16
  52. package/src/__tests__/consistentDependencies.spec.ts +11 -5
  53. package/src/__tests__/consistentVersions.spec.ts +72 -18
  54. package/src/__tests__/fileContents.spec.ts +9 -5
  55. package/src/__tests__/mustSatisfyPeerDependencies.spec.ts +191 -76
  56. package/src/__tests__/nestedWorkspaces.spec.ts +10 -6
  57. package/src/__tests__/packageEntry.spec.ts +54 -48
  58. package/src/__tests__/packageOrder.spec.ts +77 -71
  59. package/src/__tests__/packageScript.spec.ts +25 -11
  60. package/src/__tests__/requireDependency.spec.ts +12 -6
  61. package/src/__tests__/utils.ts +16 -7
  62. package/src/bannedDependencies.ts +32 -15
  63. package/src/consistentDependencies.ts +22 -9
  64. package/src/consistentVersions.ts +84 -47
  65. package/src/fileContents.ts +19 -11
  66. package/src/index.ts +3 -3
  67. package/src/mustSatisfyPeerDependencies.ts +162 -66
  68. package/src/nestedWorkspaces.ts +23 -10
  69. package/src/packageEntry.ts +18 -11
  70. package/src/packageOrder.ts +9 -3
  71. package/src/packageScript.ts +37 -19
  72. package/src/requireDependency.ts +28 -11
  73. package/src/standardTsconfig.ts +31 -10
  74. package/src/util/checkAlpha.ts +5 -2
  75. package/src/util/createRuleFactory.ts +6 -2
  76. package/src/util/packageDependencyGraphService.ts +41 -14
  77. package/vitest.config.mjs +10 -7
@@ -1,12 +1,17 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1737130721422" clover="3.2.0">
3
- <project timestamp="1737130721422" name="All files">
4
- <metrics statements="1480" coveredstatements="1414" conditionals="328" coveredconditionals="288" methods="59" coveredmethods="55" elements="1867" coveredelements="1757" complexity="0" loc="1480" ncloc="1480" packages="2" files="18" classes="18"/>
2
+ <coverage generated="1737567551904" clover="3.2.0">
3
+ <project timestamp="1737567551904" name="All files">
4
+ <metrics statements="1821" coveredstatements="1721" conditionals="332" coveredconditionals="292" methods="59" coveredmethods="55" elements="2212" coveredelements="2068" complexity="0" loc="1821" ncloc="1821" packages="2" files="18" classes="18"/>
5
5
  <package name="src">
6
- <metrics statements="1346" coveredstatements="1290" conditionals="298" coveredconditionals="264" methods="48" coveredmethods="44"/>
6
+ <metrics statements="1665" coveredstatements="1577" conditionals="302" coveredconditionals="268" methods="48" coveredmethods="44"/>
7
7
  <file name="alphabeticalDependencies.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/alphabeticalDependencies.ts">
8
- <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
8
+ <metrics statements="15" coveredstatements="15" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
9
9
  <line num="1" count="1" type="stmt"/>
10
+ <line num="6" count="1" type="stmt"/>
11
+ <line num="7" count="1" type="stmt"/>
12
+ <line num="8" count="1" type="stmt"/>
13
+ <line num="9" count="1" type="stmt"/>
14
+ <line num="10" count="1" type="stmt"/>
10
15
  <line num="11" count="1" type="stmt"/>
11
16
  <line num="12" count="1" type="stmt"/>
12
17
  <line num="13" count="1" type="stmt"/>
@@ -18,8 +23,10 @@
18
23
  <line num="19" count="1" type="stmt"/>
19
24
  </file>
20
25
  <file name="alphabeticalScripts.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/alphabeticalScripts.ts">
21
- <metrics statements="8" coveredstatements="8" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="1"/>
26
+ <metrics statements="10" coveredstatements="10" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="1"/>
22
27
  <line num="1" count="1" type="stmt"/>
28
+ <line num="8" count="1" type="stmt"/>
29
+ <line num="9" count="1" type="stmt"/>
23
30
  <line num="11" count="1" type="stmt"/>
24
31
  <line num="12" count="1" type="stmt"/>
25
32
  <line num="13" count="1" type="cond" truecount="1" falsecount="0"/>
@@ -29,125 +36,150 @@
29
36
  <line num="17" count="1" type="stmt"/>
30
37
  </file>
31
38
  <file name="bannedDependencies.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/bannedDependencies.ts">
32
- <metrics statements="114" coveredstatements="112" conditionals="30" coveredconditionals="23" methods="6" coveredmethods="5"/>
39
+ <metrics statements="136" coveredstatements="132" conditionals="30" coveredconditionals="23" methods="6" coveredmethods="5"/>
33
40
  <line num="1" count="1" type="stmt"/>
34
- <line num="17" count="1" type="stmt"/>
35
- <line num="18" count="1" type="stmt"/>
36
- <line num="19" count="1" type="stmt"/>
41
+ <line num="9" count="1" type="stmt"/>
42
+ <line num="10" count="1" type="stmt"/>
43
+ <line num="11" count="1" type="stmt"/>
44
+ <line num="12" count="1" type="stmt"/>
45
+ <line num="13" count="1" type="stmt"/>
46
+ <line num="14" count="1" type="stmt"/>
37
47
  <line num="20" count="1" type="stmt"/>
38
48
  <line num="21" count="1" type="stmt"/>
39
49
  <line num="22" count="1" type="stmt"/>
40
50
  <line num="23" count="1" type="stmt"/>
51
+ <line num="24" count="1" type="stmt"/>
41
52
  <line num="25" count="1" type="stmt"/>
42
53
  <line num="26" count="1" type="stmt"/>
43
- <line num="27" count="1" type="stmt"/>
44
54
  <line num="28" count="1" type="stmt"/>
45
55
  <line num="29" count="1" type="stmt"/>
56
+ <line num="30" count="1" type="stmt"/>
46
57
  <line num="31" count="1" type="stmt"/>
47
58
  <line num="32" count="1" type="stmt"/>
48
59
  <line num="33" count="1" type="stmt"/>
49
60
  <line num="34" count="1" type="stmt"/>
61
+ <line num="35" count="1" type="stmt"/>
50
62
  <line num="36" count="1" type="stmt"/>
51
63
  <line num="37" count="1" type="stmt"/>
52
64
  <line num="38" count="1" type="stmt"/>
53
65
  <line num="39" count="1" type="stmt"/>
54
66
  <line num="40" count="1" type="stmt"/>
55
- <line num="48" count="1" type="stmt"/>
56
- <line num="50" count="1" type="stmt"/>
57
- <line num="52" count="1" type="stmt"/>
67
+ <line num="41" count="1" type="stmt"/>
68
+ <line num="49" count="1" type="stmt"/>
69
+ <line num="51" count="1" type="stmt"/>
58
70
  <line num="53" count="1" type="stmt"/>
59
- <line num="54" count="1" type="cond" truecount="1" falsecount="0"/>
60
- <line num="55" count="13" type="cond" truecount="0" falsecount="1"/>
61
- <line num="57" count="13" type="stmt"/>
71
+ <line num="54" count="1" type="stmt"/>
72
+ <line num="55" count="1" type="cond" truecount="1" falsecount="0"/>
73
+ <line num="56" count="13" type="cond" truecount="0" falsecount="1"/>
62
74
  <line num="58" count="13" type="stmt"/>
63
- <line num="60" count="13" type="stmt"/>
64
- <line num="61" count="13" type="cond" truecount="0" falsecount="1"/>
65
- <line num="62" count="13" type="cond" truecount="0" falsecount="1"/>
66
- <line num="64" count="13" type="stmt"/>
67
- <line num="66" count="13" type="cond" truecount="3" falsecount="0"/>
68
- <line num="67" count="13" type="cond" truecount="3" falsecount="0"/>
75
+ <line num="59" count="13" type="stmt"/>
76
+ <line num="61" count="13" type="stmt"/>
77
+ <line num="62" count="13" type="stmt"/>
78
+ <line num="63" count="13" type="cond" truecount="0" falsecount="1"/>
79
+ <line num="64" count="0" type="stmt"/>
80
+ <line num="65" count="13" type="cond" truecount="0" falsecount="1"/>
81
+ <line num="66" count="0" type="stmt"/>
82
+ <line num="68" count="13" type="stmt"/>
69
83
  <line num="69" count="13" type="stmt"/>
70
- <line num="71" count="13" type="cond" truecount="1" falsecount="0"/>
71
- <line num="72" count="9" type="stmt"/>
72
- <line num="73" count="9" type="cond" truecount="0" falsecount="1"/>
73
- <line num="74" count="9" type="cond" truecount="0" falsecount="1"/>
74
- <line num="75" count="9" type="stmt"/>
75
- <line num="77" count="13" type="cond" truecount="1" falsecount="0"/>
76
- <line num="78" count="3" type="stmt"/>
77
- <line num="79" count="3" type="stmt"/>
78
- <line num="80" count="3" type="stmt"/>
79
- <line num="81" count="3" type="stmt"/>
80
- <line num="82" count="3" type="stmt"/>
81
- <line num="83" count="3" type="stmt"/>
82
- <line num="84" count="3" type="cond" truecount="0" falsecount="1"/>
83
- <line num="85" count="3" type="cond" truecount="0" falsecount="1"/>
84
+ <line num="70" count="13" type="stmt"/>
85
+ <line num="71" count="13" type="stmt"/>
86
+ <line num="73" count="13" type="cond" truecount="3" falsecount="0"/>
87
+ <line num="74" count="13" type="cond" truecount="3" falsecount="0"/>
88
+ <line num="76" count="13" type="stmt"/>
89
+ <line num="78" count="13" type="cond" truecount="1" falsecount="0"/>
90
+ <line num="79" count="9" type="stmt"/>
91
+ <line num="80" count="9" type="cond" truecount="0" falsecount="1"/>
92
+ <line num="81" count="9" type="cond" truecount="0" falsecount="1"/>
93
+ <line num="82" count="9" type="stmt"/>
94
+ <line num="84" count="13" type="cond" truecount="1" falsecount="0"/>
95
+ <line num="85" count="3" type="stmt"/>
84
96
  <line num="86" count="3" type="stmt"/>
85
- <line num="88" count="13" type="cond" truecount="1" falsecount="0"/>
86
- <line num="89" count="8" type="stmt"/>
87
- <line num="90" count="8" type="stmt"/>
88
- <line num="91" count="8" type="stmt"/>
89
- <line num="92" count="8" type="stmt"/>
90
- <line num="93" count="8" type="stmt"/>
91
- <line num="94" count="8" type="cond" truecount="1" falsecount="0"/>
92
- <line num="95" count="8" type="stmt"/>
97
+ <line num="87" count="3" type="stmt"/>
98
+ <line num="88" count="3" type="stmt"/>
99
+ <line num="89" count="3" type="stmt"/>
100
+ <line num="90" count="3" type="stmt"/>
101
+ <line num="91" count="3" type="cond" truecount="0" falsecount="1"/>
102
+ <line num="92" count="3" type="cond" truecount="0" falsecount="1"/>
103
+ <line num="93" count="3" type="stmt"/>
104
+ <line num="95" count="13" type="cond" truecount="1" falsecount="0"/>
93
105
  <line num="96" count="8" type="stmt"/>
94
106
  <line num="97" count="8" type="stmt"/>
95
- <line num="99" count="13" type="cond" truecount="1" falsecount="0"/>
96
- <line num="100" count="1" type="stmt"/>
97
- <line num="101" count="1" type="stmt"/>
98
- <line num="102" count="1" type="stmt"/>
99
- <line num="103" count="1" type="stmt"/>
100
- <line num="104" count="1" type="stmt"/>
101
- <line num="105" count="1" type="stmt"/>
102
- <line num="106" count="1" type="stmt"/>
103
- <line num="108" count="13" type="stmt"/>
104
- <line num="109" count="13" type="stmt"/>
107
+ <line num="98" count="8" type="stmt"/>
108
+ <line num="99" count="8" type="stmt"/>
109
+ <line num="100" count="8" type="stmt"/>
110
+ <line num="101" count="8" type="cond" truecount="1" falsecount="0"/>
111
+ <line num="102" count="8" type="stmt"/>
112
+ <line num="103" count="8" type="stmt"/>
113
+ <line num="104" count="8" type="stmt"/>
114
+ <line num="106" count="13" type="cond" truecount="1" falsecount="0"/>
115
+ <line num="107" count="1" type="stmt"/>
116
+ <line num="108" count="1" type="stmt"/>
117
+ <line num="109" count="1" type="stmt"/>
105
118
  <line num="110" count="1" type="stmt"/>
106
119
  <line num="111" count="1" type="stmt"/>
107
- <line num="112" count="0" type="stmt"/>
108
- <line num="113" count="0" type="stmt"/>
109
- <line num="114" count="1" type="stmt"/>
110
- <line num="116" count="3" type="cond" truecount="1" falsecount="0"/>
111
- <line num="117" count="3" type="cond" truecount="1" falsecount="0"/>
112
- <line num="118" count="6" type="cond" truecount="1" falsecount="0"/>
113
- <line num="119" count="2" type="stmt"/>
114
- <line num="120" count="2" type="stmt"/>
115
- <line num="121" count="6" type="stmt"/>
116
- <line num="122" count="3" type="stmt"/>
117
- <line num="124" count="9" type="cond" truecount="1" falsecount="0"/>
118
- <line num="125" count="9" type="stmt"/>
119
- <line num="126" count="9" type="stmt"/>
120
- <line num="127" count="9" type="stmt"/>
121
- <line num="128" count="9" type="stmt"/>
122
- <line num="129" count="9" type="cond" truecount="1" falsecount="0"/>
123
- <line num="130" count="18" type="cond" truecount="1" falsecount="0"/>
124
- <line num="131" count="6" type="stmt"/>
120
+ <line num="112" count="1" type="stmt"/>
121
+ <line num="113" count="1" type="stmt"/>
122
+ <line num="115" count="13" type="stmt"/>
123
+ <line num="116" count="13" type="stmt"/>
124
+ <line num="117" count="1" type="stmt"/>
125
+ <line num="118" count="1" type="stmt"/>
126
+ <line num="119" count="0" type="stmt"/>
127
+ <line num="120" count="0" type="stmt"/>
128
+ <line num="121" count="1" type="stmt"/>
129
+ <line num="123" count="3" type="cond" truecount="1" falsecount="0"/>
130
+ <line num="124" count="3" type="stmt"/>
131
+ <line num="125" count="3" type="stmt"/>
132
+ <line num="126" count="3" type="stmt"/>
133
+ <line num="127" count="3" type="stmt"/>
134
+ <line num="128" count="3" type="cond" truecount="1" falsecount="0"/>
135
+ <line num="129" count="6" type="cond" truecount="1" falsecount="0"/>
136
+ <line num="130" count="2" type="stmt"/>
137
+ <line num="131" count="2" type="stmt"/>
125
138
  <line num="132" count="6" type="stmt"/>
126
- <line num="133" count="18" type="stmt"/>
127
- <line num="134" count="9" type="stmt"/>
128
- <line num="137" count="1" type="cond" truecount="1" falsecount="0"/>
129
- <line num="138" count="1" type="stmt"/>
130
- <line num="139" count="1" type="stmt"/>
131
- <line num="140" count="1" type="cond" truecount="1" falsecount="0"/>
132
- <line num="141" count="5" type="cond" truecount="1" falsecount="0"/>
133
- <line num="142" count="4" type="cond" truecount="1" falsecount="0"/>
134
- <line num="144" count="2" type="stmt"/>
135
- <line num="145" count="2" type="stmt"/>
136
- <line num="147" count="2" type="stmt"/>
137
- <line num="148" count="2" type="stmt"/>
138
- <line num="149" count="2" type="stmt"/>
139
- <line num="150" count="2" type="stmt"/>
140
- <line num="151" count="2" type="stmt"/>
141
- <line num="152" count="4" type="stmt"/>
142
- <line num="153" count="5" type="stmt"/>
143
- <line num="154" count="1" type="stmt"/>
144
- <line num="156" count="3" type="cond" truecount="1" falsecount="0"/>
145
- <line num="157" count="3" type="stmt"/>
146
- <line num="158" count="3" type="stmt"/>
139
+ <line num="133" count="3" type="stmt"/>
140
+ <line num="135" count="9" type="cond" truecount="1" falsecount="0"/>
141
+ <line num="136" count="9" type="stmt"/>
142
+ <line num="137" count="9" type="stmt"/>
143
+ <line num="138" count="9" type="stmt"/>
144
+ <line num="139" count="9" type="stmt"/>
145
+ <line num="140" count="9" type="cond" truecount="1" falsecount="0"/>
146
+ <line num="141" count="18" type="cond" truecount="1" falsecount="0"/>
147
+ <line num="142" count="6" type="stmt"/>
148
+ <line num="143" count="6" type="stmt"/>
149
+ <line num="144" count="18" type="stmt"/>
150
+ <line num="145" count="9" type="stmt"/>
151
+ <line num="148" count="1" type="cond" truecount="1" falsecount="0"/>
152
+ <line num="149" count="1" type="stmt"/>
153
+ <line num="150" count="1" type="stmt"/>
154
+ <line num="151" count="1" type="stmt"/>
155
+ <line num="152" count="1" type="stmt"/>
156
+ <line num="153" count="1" type="stmt"/>
157
+ <line num="154" count="1" type="cond" truecount="1" falsecount="0"/>
158
+ <line num="155" count="5" type="cond" truecount="1" falsecount="0"/>
159
+ <line num="156" count="4" type="cond" truecount="1" falsecount="0"/>
160
+ <line num="158" count="2" type="stmt"/>
161
+ <line num="159" count="2" type="stmt"/>
162
+ <line num="160" count="2" type="stmt"/>
163
+ <line num="161" count="2" type="stmt"/>
164
+ <line num="162" count="2" type="stmt"/>
165
+ <line num="164" count="2" type="stmt"/>
166
+ <line num="165" count="2" type="stmt"/>
167
+ <line num="166" count="2" type="stmt"/>
168
+ <line num="167" count="2" type="stmt"/>
169
+ <line num="168" count="2" type="stmt"/>
170
+ <line num="169" count="4" type="stmt"/>
171
+ <line num="170" count="5" type="stmt"/>
172
+ <line num="171" count="1" type="stmt"/>
173
+ <line num="173" count="3" type="cond" truecount="1" falsecount="0"/>
174
+ <line num="174" count="3" type="stmt"/>
175
+ <line num="175" count="3" type="stmt"/>
147
176
  </file>
148
177
  <file name="consistentDependencies.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/consistentDependencies.ts">
149
- <metrics statements="63" coveredstatements="61" conditionals="17" coveredconditionals="16" methods="5" coveredmethods="5"/>
178
+ <metrics statements="79" coveredstatements="77" conditionals="17" coveredconditionals="16" methods="5" coveredmethods="5"/>
150
179
  <line num="1" count="1" type="stmt"/>
180
+ <line num="9" count="1" type="stmt"/>
181
+ <line num="10" count="1" type="stmt"/>
182
+ <line num="11" count="1" type="stmt"/>
151
183
  <line num="12" count="1" type="stmt"/>
152
184
  <line num="13" count="1" type="stmt"/>
153
185
  <line num="14" count="1" type="stmt"/>
@@ -166,54 +198,71 @@
166
198
  <line num="32" count="14" type="stmt"/>
167
199
  <line num="33" count="14" type="stmt"/>
168
200
  <line num="34" count="14" type="stmt"/>
201
+ <line num="35" count="14" type="stmt"/>
169
202
  <line num="36" count="14" type="stmt"/>
170
203
  <line num="37" count="14" type="stmt"/>
171
- <line num="39" count="14" type="cond" truecount="2" falsecount="0"/>
204
+ <line num="38" count="14" type="stmt"/>
172
205
  <line num="40" count="14" type="stmt"/>
173
- <line num="41" count="14" type="cond" truecount="2" falsecount="0"/>
174
- <line num="42" count="13" type="cond" truecount="1" falsecount="0"/>
175
- <line num="43" count="1" type="stmt"/>
176
- <line num="45" count="14" type="cond" truecount="2" falsecount="0"/>
177
- <line num="46" count="7" type="stmt"/>
178
- <line num="47" count="7" type="stmt"/>
206
+ <line num="41" count="14" type="stmt"/>
207
+ <line num="43" count="14" type="cond" truecount="2" falsecount="0"/>
208
+ <line num="44" count="14" type="cond" truecount="2" falsecount="0"/>
209
+ <line num="45" count="13" type="cond" truecount="1" falsecount="0"/>
210
+ <line num="46" count="1" type="stmt"/>
211
+ <line num="48" count="14" type="cond" truecount="2" falsecount="0"/>
179
212
  <line num="49" count="7" type="stmt"/>
180
213
  <line num="50" count="7" type="stmt"/>
181
- <line num="51" count="7" type="stmt"/>
182
214
  <line num="52" count="7" type="stmt"/>
183
- <line num="54" count="14" type="cond" truecount="1" falsecount="0"/>
184
- <line num="55" count="2" type="stmt"/>
185
- <line num="56" count="2" type="stmt"/>
186
- <line num="57" count="2" type="stmt"/>
215
+ <line num="53" count="7" type="stmt"/>
216
+ <line num="54" count="7" type="stmt"/>
217
+ <line num="55" count="7" type="stmt"/>
218
+ <line num="57" count="14" type="cond" truecount="1" falsecount="0"/>
187
219
  <line num="58" count="2" type="stmt"/>
188
- <line num="59" count="2" type="cond" truecount="1" falsecount="0"/>
189
- <line num="60" count="1" type="stmt"/>
190
- <line num="61" count="1" type="stmt"/>
191
- <line num="62" count="1" type="stmt"/>
220
+ <line num="59" count="2" type="stmt"/>
221
+ <line num="60" count="2" type="stmt"/>
222
+ <line num="61" count="2" type="stmt"/>
223
+ <line num="62" count="2" type="cond" truecount="1" falsecount="0"/>
192
224
  <line num="63" count="1" type="stmt"/>
193
- <line num="64" count="2" type="stmt"/>
194
- <line num="65" count="2" type="stmt"/>
195
- <line num="66" count="14" type="stmt"/>
196
- <line num="68" count="7" type="cond" truecount="1" falsecount="0"/>
197
- <line num="70" count="7" type="stmt"/>
225
+ <line num="64" count="1" type="stmt"/>
226
+ <line num="65" count="1" type="stmt"/>
227
+ <line num="66" count="1" type="stmt"/>
228
+ <line num="67" count="2" type="stmt"/>
229
+ <line num="68" count="2" type="stmt"/>
230
+ <line num="69" count="14" type="stmt"/>
231
+ <line num="71" count="7" type="cond" truecount="1" falsecount="0"/>
198
232
  <line num="72" count="7" type="stmt"/>
199
- <line num="73" count="7" type="cond" truecount="2" falsecount="0"/>
200
- <line num="74" count="4" type="stmt"/>
201
- <line num="75" count="4" type="stmt"/>
233
+ <line num="73" count="7" type="stmt"/>
234
+ <line num="74" count="7" type="stmt"/>
202
235
  <line num="76" count="7" type="stmt"/>
203
236
  <line num="78" count="7" type="stmt"/>
204
237
  <line num="79" count="7" type="stmt"/>
205
- <line num="81" count="1" type="cond" truecount="1" falsecount="0"/>
206
- <line num="82" count="1" type="stmt"/>
207
- <line num="84" count="1" type="cond" truecount="1" falsecount="0"/>
208
- <line num="85" count="1" type="cond" truecount="0" falsecount="1"/>
209
- <line num="86" count="0" type="stmt"/>
210
- <line num="87" count="0" type="stmt"/>
211
- <line num="89" count="1" type="stmt"/>
238
+ <line num="80" count="7" type="cond" truecount="1" falsecount="0"/>
239
+ <line num="81" count="7" type="cond" truecount="1" falsecount="0"/>
240
+ <line num="82" count="4" type="stmt"/>
241
+ <line num="83" count="4" type="stmt"/>
242
+ <line num="84" count="7" type="stmt"/>
243
+ <line num="86" count="7" type="stmt"/>
244
+ <line num="87" count="7" type="stmt"/>
245
+ <line num="89" count="1" type="cond" truecount="1" falsecount="0"/>
212
246
  <line num="90" count="1" type="stmt"/>
247
+ <line num="91" count="1" type="stmt"/>
248
+ <line num="92" count="1" type="stmt"/>
249
+ <line num="93" count="1" type="stmt"/>
250
+ <line num="95" count="1" type="cond" truecount="1" falsecount="0"/>
251
+ <line num="96" count="1" type="stmt"/>
252
+ <line num="97" count="1" type="stmt"/>
253
+ <line num="98" count="1" type="cond" truecount="0" falsecount="1"/>
254
+ <line num="99" count="0" type="stmt"/>
255
+ <line num="100" count="0" type="stmt"/>
256
+ <line num="102" count="1" type="stmt"/>
257
+ <line num="103" count="1" type="stmt"/>
213
258
  </file>
214
259
  <file name="consistentVersions.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/consistentVersions.ts">
215
- <metrics statements="118" coveredstatements="110" conditionals="22" coveredconditionals="20" methods="5" coveredmethods="5"/>
260
+ <metrics statements="159" coveredstatements="151" conditionals="22" coveredconditionals="20" methods="5" coveredmethods="5"/>
216
261
  <line num="1" count="1" type="stmt"/>
262
+ <line num="9" count="1" type="stmt"/>
263
+ <line num="10" count="1" type="stmt"/>
264
+ <line num="11" count="1" type="stmt"/>
265
+ <line num="12" count="1" type="stmt"/>
217
266
  <line num="13" count="1" type="stmt"/>
218
267
  <line num="14" count="1" type="stmt"/>
219
268
  <line num="15" count="1" type="stmt"/>
@@ -225,129 +274,172 @@
225
274
  <line num="25" count="13" type="cond" truecount="1" falsecount="0"/>
226
275
  <line num="26" count="13" type="stmt"/>
227
276
  <line num="27" count="13" type="stmt"/>
228
- <line num="28" count="13" type="cond" truecount="1" falsecount="0"/>
229
- <line num="29" count="15" type="cond" truecount="1" falsecount="0"/>
230
- <line num="30" count="6" type="stmt"/>
231
- <line num="31" count="15" type="cond" truecount="1" falsecount="0"/>
232
- <line num="32" count="9" type="stmt"/>
233
- <line num="33" count="9" type="stmt"/>
234
- <line num="34" count="15" type="stmt"/>
235
- <line num="35" count="13" type="stmt"/>
236
- <line num="37" count="1" type="cond" truecount="1" falsecount="0"/>
237
- <line num="38" count="9" type="stmt"/>
277
+ <line num="28" count="13" type="stmt"/>
278
+ <line num="29" count="13" type="stmt"/>
279
+ <line num="30" count="13" type="stmt"/>
280
+ <line num="31" count="13" type="cond" truecount="1" falsecount="0"/>
281
+ <line num="32" count="15" type="cond" truecount="1" falsecount="0"/>
282
+ <line num="33" count="6" type="stmt"/>
283
+ <line num="34" count="6" type="stmt"/>
284
+ <line num="35" count="6" type="stmt"/>
285
+ <line num="36" count="6" type="stmt"/>
286
+ <line num="37" count="6" type="stmt"/>
287
+ <line num="38" count="15" type="cond" truecount="1" falsecount="0"/>
238
288
  <line num="39" count="9" type="stmt"/>
239
289
  <line num="40" count="9" type="stmt"/>
240
290
  <line num="41" count="9" type="stmt"/>
241
291
  <line num="42" count="9" type="stmt"/>
242
292
  <line num="43" count="9" type="stmt"/>
243
- <line num="45" count="9" type="stmt"/>
244
- <line num="46" count="9" type="cond" truecount="0" falsecount="1"/>
245
- <line num="47" count="0" type="stmt"/>
246
- <line num="48" count="0" type="stmt"/>
247
- <line num="49" count="0" type="stmt"/>
248
- <line num="50" count="0" type="stmt"/>
293
+ <line num="44" count="9" type="stmt"/>
294
+ <line num="45" count="15" type="stmt"/>
295
+ <line num="46" count="13" type="stmt"/>
296
+ <line num="48" count="1" type="cond" truecount="1" falsecount="0"/>
297
+ <line num="49" count="9" type="stmt"/>
298
+ <line num="50" count="9" type="stmt"/>
299
+ <line num="51" count="9" type="stmt"/>
249
300
  <line num="52" count="9" type="stmt"/>
250
301
  <line num="53" count="9" type="stmt"/>
251
302
  <line num="54" count="9" type="stmt"/>
252
- <line num="55" count="9" type="cond" truecount="1" falsecount="0"/>
253
- <line num="56" count="8" type="stmt"/>
254
- <line num="57" count="9" type="cond" truecount="1" falsecount="0"/>
255
- <line num="58" count="2" type="stmt"/>
256
- <line num="59" count="2" type="stmt"/>
257
- <line num="60" count="2" type="stmt"/>
258
- <line num="61" count="2" type="cond" truecount="1" falsecount="0"/>
259
- <line num="62" count="2" type="cond" truecount="1" falsecount="0"/>
260
- <line num="63" count="2" type="stmt"/>
261
- <line num="64" count="2" type="stmt"/>
262
- <line num="65" count="2" type="stmt"/>
263
- <line num="66" count="2" type="stmt"/>
264
- <line num="67" count="2" type="stmt"/>
265
- <line num="69" count="9" type="stmt"/>
266
- <line num="70" count="9" type="stmt"/>
267
- <line num="71" count="9" type="stmt"/>
268
- <line num="72" count="9" type="stmt"/>
269
- <line num="73" count="9" type="cond" truecount="1" falsecount="0"/>
270
- <line num="74" count="6" type="stmt"/>
271
- <line num="75" count="9" type="cond" truecount="1" falsecount="0"/>
303
+ <line num="56" count="9" type="stmt"/>
304
+ <line num="57" count="9" type="stmt"/>
305
+ <line num="58" count="9" type="stmt"/>
306
+ <line num="59" count="9" type="cond" truecount="0" falsecount="1"/>
307
+ <line num="60" count="0" type="stmt"/>
308
+ <line num="61" count="0" type="stmt"/>
309
+ <line num="62" count="0" type="stmt"/>
310
+ <line num="63" count="0" type="stmt"/>
311
+ <line num="65" count="9" type="stmt"/>
312
+ <line num="66" count="9" type="stmt"/>
313
+ <line num="67" count="9" type="stmt"/>
314
+ <line num="68" count="9" type="stmt"/>
315
+ <line num="69" count="9" type="cond" truecount="1" falsecount="0"/>
316
+ <line num="70" count="8" type="stmt"/>
317
+ <line num="71" count="8" type="stmt"/>
318
+ <line num="72" count="9" type="cond" truecount="1" falsecount="0"/>
319
+ <line num="73" count="2" type="stmt"/>
320
+ <line num="74" count="2" type="stmt"/>
321
+ <line num="75" count="2" type="stmt"/>
272
322
  <line num="76" count="2" type="stmt"/>
273
- <line num="77" count="2" type="stmt"/>
274
- <line num="78" count="2" type="stmt"/>
275
- <line num="79" count="2" type="cond" truecount="1" falsecount="0"/>
276
- <line num="80" count="2" type="cond" truecount="1" falsecount="0"/>
323
+ <line num="77" count="2" type="cond" truecount="1" falsecount="0"/>
324
+ <line num="78" count="2" type="cond" truecount="1" falsecount="0"/>
325
+ <line num="79" count="2" type="stmt"/>
326
+ <line num="80" count="2" type="stmt"/>
277
327
  <line num="81" count="2" type="stmt"/>
278
328
  <line num="82" count="2" type="stmt"/>
279
329
  <line num="83" count="2" type="stmt"/>
280
330
  <line num="84" count="2" type="stmt"/>
281
- <line num="85" count="2" type="stmt"/>
282
331
  <line num="86" count="9" type="stmt"/>
283
- <line num="88" count="1" type="cond" truecount="1" falsecount="0"/>
284
- <line num="89" count="6" type="stmt"/>
285
- <line num="90" count="6" type="stmt"/>
286
- <line num="91" count="6" type="stmt"/>
287
- <line num="92" count="6" type="stmt"/>
332
+ <line num="87" count="9" type="stmt"/>
333
+ <line num="88" count="9" type="stmt"/>
334
+ <line num="89" count="9" type="stmt"/>
335
+ <line num="90" count="9" type="stmt"/>
336
+ <line num="91" count="9" type="stmt"/>
337
+ <line num="92" count="9" type="cond" truecount="1" falsecount="0"/>
288
338
  <line num="93" count="6" type="stmt"/>
289
339
  <line num="94" count="6" type="stmt"/>
290
- <line num="96" count="6" type="stmt"/>
291
- <line num="97" count="6" type="cond" truecount="1" falsecount="0"/>
292
- <line num="98" count="16" type="stmt"/>
293
- <line num="99" count="16" type="cond" truecount="0" falsecount="1"/>
294
- <line num="100" count="0" type="stmt"/>
295
- <line num="101" count="0" type="stmt"/>
296
- <line num="102" count="0" type="stmt"/>
297
- <line num="103" count="0" type="stmt"/>
298
- <line num="104" count="16" type="stmt"/>
299
- <line num="105" count="16" type="stmt"/>
300
- <line num="106" count="6" type="stmt"/>
301
- <line num="108" count="6" type="stmt"/>
302
- <line num="109" count="6" type="stmt"/>
303
- <line num="110" count="6" type="stmt"/>
340
+ <line num="95" count="9" type="cond" truecount="1" falsecount="0"/>
341
+ <line num="96" count="2" type="stmt"/>
342
+ <line num="97" count="2" type="stmt"/>
343
+ <line num="98" count="2" type="stmt"/>
344
+ <line num="99" count="2" type="stmt"/>
345
+ <line num="100" count="2" type="cond" truecount="1" falsecount="0"/>
346
+ <line num="101" count="2" type="cond" truecount="1" falsecount="0"/>
347
+ <line num="102" count="2" type="stmt"/>
348
+ <line num="103" count="2" type="stmt"/>
349
+ <line num="104" count="2" type="stmt"/>
350
+ <line num="105" count="2" type="stmt"/>
351
+ <line num="106" count="2" type="stmt"/>
352
+ <line num="107" count="2" type="stmt"/>
353
+ <line num="108" count="9" type="stmt"/>
354
+ <line num="110" count="1" type="cond" truecount="1" falsecount="0"/>
304
355
  <line num="111" count="6" type="stmt"/>
305
356
  <line num="112" count="6" type="stmt"/>
306
- <line num="113" count="6" type="cond" truecount="1" falsecount="0"/>
357
+ <line num="113" count="6" type="stmt"/>
307
358
  <line num="114" count="6" type="stmt"/>
308
- <line num="115" count="6" type="cond" truecount="1" falsecount="0"/>
309
- <line num="116" count="2" type="stmt"/>
310
- <line num="117" count="2" type="stmt"/>
311
- <line num="118" count="2" type="stmt"/>
312
- <line num="119" count="2" type="stmt"/>
313
- <line num="120" count="2" type="stmt"/>
314
- <line num="121" count="2" type="stmt"/>
315
- <line num="122" count="2" type="stmt"/>
316
- <line num="124" count="6" type="stmt"/>
317
- <line num="125" count="6" type="stmt"/>
318
- <line num="126" count="6" type="stmt"/>
319
- <line num="127" count="6" type="stmt"/>
320
- <line num="128" count="6" type="cond" truecount="1" falsecount="0"/>
321
- <line num="129" count="1" type="stmt"/>
322
- <line num="130" count="1" type="cond" truecount="1" falsecount="0"/>
323
- <line num="131" count="2" type="stmt"/>
324
- <line num="132" count="1" type="stmt"/>
325
- <line num="133" count="6" type="cond" truecount="1" falsecount="0"/>
326
- <line num="134" count="1" type="stmt"/>
327
- <line num="135" count="1" type="stmt"/>
328
- <line num="136" count="1" type="stmt"/>
329
- <line num="137" count="1" type="stmt"/>
330
- <line num="138" count="1" type="stmt"/>
331
- <line num="139" count="1" type="stmt"/>
332
- <line num="140" count="1" type="stmt"/>
333
- <line num="141" count="6" type="stmt"/>
359
+ <line num="115" count="6" type="stmt"/>
360
+ <line num="116" count="6" type="stmt"/>
361
+ <line num="118" count="6" type="stmt"/>
362
+ <line num="119" count="6" type="stmt"/>
363
+ <line num="120" count="6" type="cond" truecount="1" falsecount="0"/>
364
+ <line num="121" count="16" type="stmt"/>
365
+ <line num="122" count="16" type="stmt"/>
366
+ <line num="123" count="16" type="stmt"/>
367
+ <line num="124" count="16" type="cond" truecount="0" falsecount="1"/>
368
+ <line num="125" count="0" type="stmt"/>
369
+ <line num="126" count="0" type="stmt"/>
370
+ <line num="127" count="0" type="stmt"/>
371
+ <line num="128" count="0" type="stmt"/>
372
+ <line num="129" count="16" type="stmt"/>
373
+ <line num="130" count="16" type="stmt"/>
374
+ <line num="131" count="6" type="stmt"/>
375
+ <line num="133" count="6" type="stmt"/>
376
+ <line num="134" count="6" type="stmt"/>
377
+ <line num="135" count="6" type="stmt"/>
378
+ <line num="136" count="6" type="stmt"/>
379
+ <line num="137" count="6" type="stmt"/>
380
+ <line num="138" count="6" type="stmt"/>
381
+ <line num="139" count="6" type="cond" truecount="1" falsecount="0"/>
382
+ <line num="140" count="12" type="stmt"/>
383
+ <line num="141" count="12" type="stmt"/>
384
+ <line num="142" count="6" type="stmt"/>
385
+ <line num="143" count="6" type="cond" truecount="1" falsecount="0"/>
386
+ <line num="144" count="2" type="stmt"/>
387
+ <line num="145" count="2" type="stmt"/>
388
+ <line num="146" count="2" type="stmt"/>
389
+ <line num="147" count="2" type="stmt"/>
390
+ <line num="148" count="2" type="stmt"/>
391
+ <line num="149" count="2" type="stmt"/>
392
+ <line num="150" count="2" type="stmt"/>
393
+ <line num="151" count="2" type="stmt"/>
394
+ <line num="152" count="2" type="stmt"/>
395
+ <line num="153" count="2" type="stmt"/>
396
+ <line num="155" count="6" type="stmt"/>
397
+ <line num="156" count="6" type="stmt"/>
398
+ <line num="157" count="6" type="stmt"/>
399
+ <line num="158" count="6" type="stmt"/>
400
+ <line num="159" count="6" type="stmt"/>
401
+ <line num="160" count="6" type="stmt"/>
402
+ <line num="161" count="6" type="cond" truecount="1" falsecount="0"/>
403
+ <line num="162" count="1" type="stmt"/>
404
+ <line num="163" count="1" type="cond" truecount="1" falsecount="0"/>
405
+ <line num="164" count="2" type="stmt"/>
406
+ <line num="165" count="2" type="stmt"/>
407
+ <line num="166" count="1" type="stmt"/>
408
+ <line num="167" count="6" type="cond" truecount="1" falsecount="0"/>
409
+ <line num="168" count="1" type="stmt"/>
410
+ <line num="169" count="1" type="stmt"/>
411
+ <line num="170" count="1" type="stmt"/>
412
+ <line num="171" count="1" type="stmt"/>
413
+ <line num="172" count="1" type="stmt"/>
414
+ <line num="173" count="1" type="stmt"/>
415
+ <line num="174" count="1" type="stmt"/>
416
+ <line num="175" count="1" type="stmt"/>
417
+ <line num="176" count="1" type="stmt"/>
418
+ <line num="177" count="1" type="stmt"/>
419
+ <line num="178" count="6" type="stmt"/>
334
420
  </file>
335
421
  <file name="fileContents.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/fileContents.ts">
336
- <metrics statements="74" coveredstatements="64" conditionals="13" coveredconditionals="5" methods="3" coveredmethods="3"/>
422
+ <metrics statements="86" coveredstatements="72" conditionals="13" coveredconditionals="5" methods="3" coveredmethods="3"/>
337
423
  <line num="1" count="1" type="stmt"/>
424
+ <line num="9" count="1" type="stmt"/>
425
+ <line num="10" count="1" type="stmt"/>
426
+ <line num="11" count="1" type="stmt"/>
427
+ <line num="12" count="1" type="stmt"/>
338
428
  <line num="13" count="1" type="stmt"/>
339
429
  <line num="14" count="1" type="stmt"/>
340
430
  <line num="15" count="1" type="stmt"/>
341
431
  <line num="16" count="1" type="stmt"/>
342
- <line num="17" count="1" type="stmt"/>
432
+ <line num="17" count="0" type="stmt"/>
343
433
  <line num="18" count="1" type="stmt"/>
344
434
  <line num="19" count="1" type="stmt"/>
435
+ <line num="20" count="1" type="stmt"/>
345
436
  <line num="21" count="1" type="stmt"/>
346
437
  <line num="22" count="1" type="stmt"/>
347
438
  <line num="23" count="1" type="stmt"/>
348
439
  <line num="24" count="1" type="stmt"/>
349
440
  <line num="25" count="1" type="stmt"/>
350
441
  <line num="26" count="1" type="stmt"/>
442
+ <line num="27" count="1" type="stmt"/>
351
443
  <line num="28" count="1" type="stmt"/>
352
444
  <line num="29" count="1" type="stmt"/>
353
445
  <line num="30" count="1" type="stmt"/>
@@ -362,60 +454,86 @@
362
454
  <line num="42" count="6" type="stmt"/>
363
455
  <line num="44" count="6" type="stmt"/>
364
456
  <line num="45" count="6" type="cond" truecount="0" falsecount="1"/>
365
- <line num="46" count="6" type="stmt"/>
457
+ <line num="46" count="0" type="stmt"/>
366
458
  <line num="47" count="6" type="stmt"/>
367
- <line num="48" count="6" type="cond" truecount="0" falsecount="2"/>
368
- <line num="50" count="6" type="stmt"/>
369
- <line num="51" count="6" type="cond" truecount="0" falsecount="2"/>
370
- <line num="53" count="6" type="stmt"/>
371
- <line num="54" count="6" type="stmt"/>
459
+ <line num="48" count="6" type="stmt"/>
460
+ <line num="49" count="6" type="cond" truecount="0" falsecount="2"/>
461
+ <line num="50" count="0" type="stmt"/>
462
+ <line num="51" count="6" type="stmt"/>
463
+ <line num="53" count="6" type="cond" truecount="0" falsecount="2"/>
464
+ <line num="54" count="0" type="stmt"/>
372
465
  <line num="55" count="6" type="stmt"/>
373
- <line num="56" count="6" type="stmt"/>
374
- <line num="57" count="6" type="cond" truecount="1" falsecount="0"/>
375
- <line num="58" count="6" type="cond" truecount="0" falsecount="1"/>
376
- <line num="59" count="0" type="stmt"/>
466
+ <line num="57" count="6" type="stmt"/>
467
+ <line num="58" count="6" type="stmt"/>
468
+ <line num="59" count="6" type="stmt"/>
377
469
  <line num="60" count="6" type="stmt"/>
378
- <line num="61" count="6" type="stmt"/>
379
- <line num="62" count="6" type="stmt"/>
380
- <line num="63" count="6" type="stmt"/>
470
+ <line num="61" count="6" type="cond" truecount="1" falsecount="0"/>
471
+ <line num="62" count="6" type="cond" truecount="0" falsecount="1"/>
472
+ <line num="63" count="0" type="stmt"/>
381
473
  <line num="64" count="6" type="stmt"/>
382
474
  <line num="65" count="6" type="stmt"/>
383
475
  <line num="66" count="6" type="stmt"/>
384
476
  <line num="67" count="6" type="stmt"/>
385
- <line num="68" count="1" type="stmt"/>
386
- <line num="69" count="1" type="stmt"/>
387
- <line num="71" count="1" type="stmt"/>
477
+ <line num="68" count="6" type="stmt"/>
478
+ <line num="69" count="6" type="stmt"/>
479
+ <line num="70" count="6" type="stmt"/>
480
+ <line num="71" count="6" type="stmt"/>
481
+ <line num="72" count="6" type="stmt"/>
482
+ <line num="73" count="6" type="stmt"/>
388
483
  <line num="74" count="1" type="stmt"/>
389
- <line num="76" count="6" type="cond" truecount="1" falsecount="0"/>
390
- <line num="78" count="6" type="cond" truecount="0" falsecount="1"/>
391
- <line num="79" count="0" type="stmt"/>
392
- <line num="80" count="0" type="stmt"/>
393
- <line num="81" count="0" type="stmt"/>
394
- <line num="82" count="0" type="stmt"/>
395
- <line num="83" count="0" type="stmt"/>
396
- <line num="84" count="0" type="stmt"/>
397
- <line num="86" count="6" type="cond" truecount="1" falsecount="0"/>
398
- <line num="87" count="2" type="stmt"/>
399
- <line num="88" count="2" type="stmt"/>
400
- <line num="89" count="6" type="cond" truecount="1" falsecount="0"/>
401
- <line num="90" count="4" type="stmt"/>
402
- <line num="91" count="4" type="stmt"/>
403
- <line num="92" count="4" type="stmt"/>
404
- <line num="94" count="4" type="stmt"/>
405
- <line num="95" count="4" type="stmt"/>
406
- <line num="96" count="4" type="cond" truecount="0" falsecount="1"/>
407
- <line num="97" count="0" type="stmt"/>
408
- <line num="98" count="0" type="stmt"/>
409
- <line num="99" count="0" type="stmt"/>
410
- <line num="100" count="6" type="stmt"/>
484
+ <line num="75" count="1" type="stmt"/>
485
+ <line num="77" count="1" type="stmt"/>
486
+ <line num="82" count="1" type="stmt"/>
487
+ <line num="84" count="6" type="cond" truecount="1" falsecount="0"/>
488
+ <line num="86" count="6" type="cond" truecount="0" falsecount="1"/>
489
+ <line num="87" count="0" type="stmt"/>
490
+ <line num="88" count="0" type="stmt"/>
491
+ <line num="89" count="0" type="stmt"/>
492
+ <line num="90" count="0" type="stmt"/>
493
+ <line num="91" count="0" type="stmt"/>
494
+ <line num="92" count="0" type="stmt"/>
495
+ <line num="94" count="6" type="cond" truecount="1" falsecount="0"/>
496
+ <line num="95" count="2" type="stmt"/>
497
+ <line num="96" count="2" type="stmt"/>
498
+ <line num="97" count="6" type="cond" truecount="1" falsecount="0"/>
499
+ <line num="98" count="4" type="stmt"/>
500
+ <line num="99" count="4" type="stmt"/>
501
+ <line num="100" count="4" type="stmt"/>
502
+ <line num="102" count="4" type="stmt"/>
503
+ <line num="103" count="4" type="stmt"/>
504
+ <line num="104" count="4" type="cond" truecount="0" falsecount="1"/>
505
+ <line num="105" count="0" type="stmt"/>
506
+ <line num="106" count="0" type="stmt"/>
507
+ <line num="107" count="0" type="stmt"/>
508
+ <line num="108" count="6" type="stmt"/>
411
509
  </file>
412
510
  <file name="index.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/index.ts">
413
- <metrics statements="1" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
511
+ <metrics statements="15" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
414
512
  <line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
513
+ <line num="8" count="0" type="stmt"/>
514
+ <line num="9" count="0" type="stmt"/>
515
+ <line num="10" count="0" type="stmt"/>
516
+ <line num="11" count="0" type="stmt"/>
517
+ <line num="12" count="0" type="stmt"/>
518
+ <line num="13" count="0" type="stmt"/>
519
+ <line num="14" count="0" type="stmt"/>
520
+ <line num="15" count="0" type="stmt"/>
521
+ <line num="16" count="0" type="stmt"/>
522
+ <line num="17" count="0" type="stmt"/>
523
+ <line num="18" count="0" type="stmt"/>
524
+ <line num="19" count="0" type="stmt"/>
525
+ <line num="20" count="0" type="stmt"/>
526
+ <line num="22" count="0" type="stmt"/>
415
527
  </file>
416
528
  <file name="mustSatisfyPeerDependencies.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/mustSatisfyPeerDependencies.ts">
417
- <metrics statements="506" coveredstatements="479" conditionals="136" coveredconditionals="123" methods="10" coveredmethods="10"/>
529
+ <metrics statements="607" coveredstatements="573" conditionals="136" coveredconditionals="123" methods="10" coveredmethods="10"/>
418
530
  <line num="1" count="1" type="stmt"/>
531
+ <line num="9" count="1" type="stmt"/>
532
+ <line num="10" count="1" type="stmt"/>
533
+ <line num="11" count="1" type="stmt"/>
534
+ <line num="12" count="1" type="stmt"/>
535
+ <line num="13" count="1" type="stmt"/>
536
+ <line num="14" count="1" type="stmt"/>
419
537
  <line num="16" count="1" type="stmt"/>
420
538
  <line num="17" count="1" type="stmt"/>
421
539
  <line num="18" count="1" type="stmt"/>
@@ -600,367 +718,483 @@
600
718
  <line num="273" count="14" type="stmt"/>
601
719
  <line num="274" count="14" type="stmt"/>
602
720
  <line num="275" count="14" type="stmt"/>
603
- <line num="276" count="14" type="cond" truecount="0" falsecount="1"/>
604
- <line num="277" count="14" type="cond" truecount="1" falsecount="0"/>
605
- <line num="278" count="14" type="cond" truecount="1" falsecount="0"/>
606
- <line num="279" count="14" type="cond" truecount="0" falsecount="1"/>
721
+ <line num="276" count="14" type="stmt"/>
722
+ <line num="277" count="14" type="stmt"/>
723
+ <line num="278" count="14" type="stmt"/>
724
+ <line num="279" count="14" type="stmt"/>
725
+ <line num="280" count="14" type="stmt"/>
726
+ <line num="281" count="14" type="cond" truecount="0" falsecount="1"/>
607
727
  <line num="282" count="14" type="cond" truecount="1" falsecount="0"/>
608
- <line num="283" count="18" type="cond" truecount="1" falsecount="0"/>
609
- <line num="284" count="4" type="stmt"/>
610
- <line num="285" count="4" type="cond" truecount="1" falsecount="0"/>
728
+ <line num="283" count="14" type="cond" truecount="1" falsecount="0"/>
729
+ <line num="284" count="14" type="cond" truecount="0" falsecount="1"/>
611
730
  <line num="287" count="14" type="stmt"/>
612
- <line num="288" count="18" type="cond" truecount="1" falsecount="0"/>
613
- <line num="289" count="3" type="stmt"/>
614
- <line num="290" count="3" type="stmt"/>
615
- <line num="291" count="3" type="stmt"/>
616
- <line num="292" count="3" type="stmt"/>
617
- <line num="293" count="3" type="stmt"/>
618
- <line num="294" count="3" type="stmt"/>
619
- <line num="295" count="3" type="stmt"/>
731
+ <line num="288" count="14" type="stmt"/>
732
+ <line num="289" count="14" type="stmt"/>
733
+ <line num="290" count="14" type="stmt"/>
734
+ <line num="291" count="14" type="cond" truecount="1" falsecount="0"/>
735
+ <line num="292" count="18" type="stmt"/>
736
+ <line num="293" count="18" type="stmt"/>
737
+ <line num="294" count="18" type="stmt"/>
738
+ <line num="295" count="18" type="stmt"/>
620
739
  <line num="296" count="18" type="stmt"/>
621
- <line num="299" count="14" type="stmt"/>
622
- <line num="302" count="14" type="cond" truecount="1" falsecount="0"/>
623
- <line num="303" count="4" type="cond" truecount="1" falsecount="0"/>
624
- <line num="304" count="10" type="stmt"/>
625
- <line num="305" count="14" type="cond" truecount="1" falsecount="0"/>
626
- <line num="306" count="38" type="stmt"/>
627
- <line num="307" count="38" type="cond" truecount="0" falsecount="1"/>
628
- <line num="308" count="0" type="stmt"/>
629
- <line num="309" count="0" type="stmt"/>
630
- <line num="310" count="38" type="stmt"/>
631
- <line num="311" count="38" type="stmt"/>
632
- <line num="312" count="38" type="cond" truecount="1" falsecount="0"/>
633
- <line num="313" count="8" type="stmt"/>
634
- <line num="314" count="8" type="cond" truecount="1" falsecount="0"/>
635
- <line num="315" count="38" type="cond" truecount="1" falsecount="0"/>
636
- <line num="316" count="32" type="cond" truecount="1" falsecount="0"/>
637
- <line num="317" count="6" type="stmt"/>
638
- <line num="318" count="6" type="cond" truecount="1" falsecount="0"/>
639
- <line num="320" count="32" type="cond" truecount="0" falsecount="1"/>
640
- <line num="321" count="0" type="stmt"/>
641
- <line num="322" count="0" type="stmt"/>
642
- <line num="323" count="0" type="stmt"/>
643
- <line num="324" count="0" type="stmt"/>
644
- <line num="325" count="0" type="stmt"/>
645
- <line num="326" count="0" type="stmt"/>
646
- <line num="327" count="0" type="cond" truecount="1" falsecount="0"/>
647
- <line num="328" count="32" type="cond" truecount="1" falsecount="0"/>
648
- <line num="329" count="13" type="stmt"/>
649
- <line num="330" count="13" type="cond" truecount="1" falsecount="0"/>
650
- <line num="331" count="26" type="stmt"/>
651
- <line num="332" count="26" type="cond" truecount="1" falsecount="0"/>
652
- <line num="333" count="30" type="stmt"/>
653
- <line num="335" count="14" type="cond" truecount="1" falsecount="0"/>
654
- <line num="337" count="13" type="stmt"/>
655
- <line num="338" count="13" type="stmt"/>
656
- <line num="339" count="13" type="stmt"/>
657
- <line num="340" count="13" type="stmt"/>
658
- <line num="341" count="13" type="cond" truecount="1" falsecount="0"/>
659
- <line num="342" count="26" type="cond" truecount="1" falsecount="0"/>
660
- <line num="343" count="13" type="stmt"/>
661
- <line num="344" count="13" type="cond" truecount="1" falsecount="0"/>
662
- <line num="345" count="6" type="stmt"/>
663
- <line num="346" count="6" type="stmt"/>
664
- <line num="347" count="6" type="stmt"/>
665
- <line num="348" count="6" type="stmt"/>
666
- <line num="349" count="13" type="cond" truecount="1" falsecount="0"/>
667
- <line num="350" count="7" type="stmt"/>
668
- <line num="351" count="7" type="cond" truecount="1" falsecount="0"/>
669
- <line num="352" count="2" type="stmt"/>
670
- <line num="353" count="2" type="stmt"/>
671
- <line num="354" count="2" type="stmt"/>
672
- <line num="355" count="2" type="stmt"/>
673
- <line num="356" count="2" type="stmt"/>
674
- <line num="357" count="2" type="stmt"/>
675
- <line num="358" count="2" type="stmt"/>
676
- <line num="359" count="7" type="cond" truecount="1" falsecount="0"/>
677
- <line num="360" count="5" type="stmt"/>
678
- <line num="361" count="5" type="stmt"/>
679
- <line num="362" count="5" type="stmt"/>
680
- <line num="363" count="5" type="stmt"/>
681
- <line num="364" count="5" type="stmt"/>
682
- <line num="365" count="5" type="stmt"/>
683
- <line num="366" count="5" type="stmt"/>
684
- <line num="367" count="5" type="stmt"/>
685
- <line num="368" count="7" type="stmt"/>
740
+ <line num="297" count="18" type="stmt"/>
741
+ <line num="298" count="18" type="cond" truecount="1" falsecount="0"/>
742
+ <line num="299" count="4" type="stmt"/>
743
+ <line num="300" count="4" type="cond" truecount="1" falsecount="0"/>
744
+ <line num="302" count="14" type="stmt"/>
745
+ <line num="303" count="18" type="cond" truecount="1" falsecount="0"/>
746
+ <line num="304" count="3" type="stmt"/>
747
+ <line num="305" count="3" type="stmt"/>
748
+ <line num="306" count="3" type="stmt"/>
749
+ <line num="307" count="3" type="stmt"/>
750
+ <line num="308" count="3" type="stmt"/>
751
+ <line num="309" count="3" type="stmt"/>
752
+ <line num="310" count="3" type="stmt"/>
753
+ <line num="311" count="18" type="stmt"/>
754
+ <line num="314" count="14" type="stmt"/>
755
+ <line num="316" count="14" type="stmt"/>
756
+ <line num="319" count="14" type="cond" truecount="1" falsecount="0"/>
757
+ <line num="320" count="4" type="stmt"/>
758
+ <line num="321" count="4" type="stmt"/>
759
+ <line num="322" count="4" type="stmt"/>
760
+ <line num="323" count="4" type="cond" truecount="1" falsecount="0"/>
761
+ <line num="324" count="10" type="stmt"/>
762
+ <line num="325" count="14" type="cond" truecount="1" falsecount="0"/>
763
+ <line num="326" count="38" type="stmt"/>
764
+ <line num="327" count="38" type="stmt"/>
765
+ <line num="328" count="38" type="stmt"/>
766
+ <line num="329" count="38" type="stmt"/>
767
+ <line num="330" count="38" type="cond" truecount="0" falsecount="1"/>
768
+ <line num="331" count="0" type="stmt"/>
769
+ <line num="332" count="0" type="stmt"/>
770
+ <line num="333" count="0" type="stmt"/>
771
+ <line num="334" count="0" type="stmt"/>
772
+ <line num="335" count="38" type="stmt"/>
773
+ <line num="336" count="38" type="stmt"/>
774
+ <line num="337" count="38" type="stmt"/>
775
+ <line num="338" count="38" type="stmt"/>
776
+ <line num="339" count="38" type="cond" truecount="1" falsecount="0"/>
777
+ <line num="340" count="8" type="stmt"/>
778
+ <line num="341" count="8" type="cond" truecount="1" falsecount="0"/>
779
+ <line num="342" count="30" type="stmt"/>
780
+ <line num="343" count="30" type="stmt"/>
781
+ <line num="344" count="30" type="stmt"/>
782
+ <line num="345" count="30" type="stmt"/>
783
+ <line num="346" count="38" type="cond" truecount="1" falsecount="0"/>
784
+ <line num="347" count="32" type="stmt"/>
785
+ <line num="348" count="32" type="stmt"/>
786
+ <line num="349" count="32" type="stmt"/>
787
+ <line num="350" count="32" type="stmt"/>
788
+ <line num="351" count="32" type="stmt"/>
789
+ <line num="352" count="32" type="stmt"/>
790
+ <line num="353" count="32" type="cond" truecount="1" falsecount="0"/>
791
+ <line num="354" count="6" type="stmt"/>
792
+ <line num="355" count="6" type="cond" truecount="1" falsecount="0"/>
793
+ <line num="357" count="32" type="cond" truecount="0" falsecount="1"/>
794
+ <line num="358" count="0" type="stmt"/>
795
+ <line num="359" count="0" type="stmt"/>
796
+ <line num="360" count="0" type="stmt"/>
797
+ <line num="361" count="0" type="stmt"/>
798
+ <line num="362" count="0" type="stmt"/>
799
+ <line num="363" count="0" type="stmt"/>
800
+ <line num="364" count="0" type="stmt"/>
801
+ <line num="365" count="0" type="cond" truecount="1" falsecount="0"/>
802
+ <line num="366" count="32" type="cond" truecount="1" falsecount="0"/>
803
+ <line num="367" count="13" type="stmt"/>
804
+ <line num="368" count="13" type="cond" truecount="1" falsecount="0"/>
686
805
  <line num="369" count="26" type="stmt"/>
687
- <line num="373" count="13" type="stmt"/>
688
- <line num="374" count="13" type="cond" truecount="1" falsecount="0"/>
689
- <line num="375" count="4" type="cond" truecount="0" falsecount="1"/>
690
- <line num="376" count="0" type="stmt"/>
691
- <line num="377" count="0" type="stmt"/>
692
- <line num="378" count="0" type="stmt"/>
693
- <line num="379" count="0" type="stmt"/>
694
- <line num="380" count="0" type="stmt"/>
695
- <line num="381" count="0" type="stmt"/>
696
- <line num="382" count="4" type="cond" truecount="1" falsecount="0"/>
697
- <line num="383" count="2" type="stmt"/>
698
- <line num="384" count="2" type="stmt"/>
699
- <line num="385" count="2" type="stmt"/>
700
- <line num="386" count="2" type="stmt"/>
701
- <line num="387" count="2" type="stmt"/>
702
- <line num="388" count="2" type="stmt"/>
703
- <line num="389" count="2" type="stmt"/>
704
- <line num="390" count="4" type="stmt"/>
705
- <line num="394" count="13" type="stmt"/>
706
- <line num="395" count="13" type="cond" truecount="2" falsecount="0"/>
707
- <line num="396" count="2" type="stmt"/>
708
- <line num="397" count="2" type="stmt"/>
709
- <line num="398" count="2" type="stmt"/>
710
- <line num="399" count="2" type="stmt"/>
711
- <line num="400" count="2" type="stmt"/>
712
- <line num="401" count="2" type="stmt"/>
713
- <line num="402" count="2" type="stmt"/>
714
- <line num="403" count="2" type="stmt"/>
806
+ <line num="370" count="26" type="stmt"/>
807
+ <line num="371" count="26" type="stmt"/>
808
+ <line num="372" count="26" type="stmt"/>
809
+ <line num="373" count="26" type="cond" truecount="1" falsecount="0"/>
810
+ <line num="374" count="30" type="stmt"/>
811
+ <line num="376" count="14" type="stmt"/>
812
+ <line num="377" count="14" type="stmt"/>
813
+ <line num="378" count="14" type="stmt"/>
814
+ <line num="379" count="14" type="stmt"/>
815
+ <line num="380" count="14" type="cond" truecount="1" falsecount="0"/>
816
+ <line num="382" count="13" type="stmt"/>
817
+ <line num="383" count="13" type="stmt"/>
818
+ <line num="384" count="13" type="stmt"/>
819
+ <line num="385" count="13" type="stmt"/>
820
+ <line num="386" count="13" type="cond" truecount="1" falsecount="0"/>
821
+ <line num="387" count="26" type="stmt"/>
822
+ <line num="388" count="26" type="stmt"/>
823
+ <line num="389" count="26" type="cond" truecount="1" falsecount="0"/>
824
+ <line num="390" count="13" type="stmt"/>
825
+ <line num="391" count="13" type="stmt"/>
826
+ <line num="392" count="13" type="stmt"/>
827
+ <line num="393" count="13" type="cond" truecount="1" falsecount="0"/>
828
+ <line num="394" count="6" type="stmt"/>
829
+ <line num="395" count="6" type="stmt"/>
830
+ <line num="396" count="6" type="stmt"/>
831
+ <line num="397" count="6" type="stmt"/>
832
+ <line num="398" count="13" type="cond" truecount="1" falsecount="0"/>
833
+ <line num="399" count="7" type="stmt"/>
834
+ <line num="400" count="7" type="stmt"/>
835
+ <line num="401" count="7" type="stmt"/>
836
+ <line num="402" count="7" type="stmt"/>
837
+ <line num="403" count="7" type="cond" truecount="1" falsecount="0"/>
715
838
  <line num="404" count="2" type="stmt"/>
716
839
  <line num="405" count="2" type="stmt"/>
717
840
  <line num="406" count="2" type="stmt"/>
718
841
  <line num="407" count="2" type="stmt"/>
719
842
  <line num="408" count="2" type="stmt"/>
720
843
  <line num="409" count="2" type="stmt"/>
721
- <line num="413" count="13" type="cond" truecount="1" falsecount="0"/>
722
- <line num="414" count="9" type="cond" truecount="0" falsecount="1"/>
723
- <line num="415" count="0" type="stmt"/>
724
- <line num="416" count="0" type="stmt"/>
725
- <line num="417" count="0" type="stmt"/>
726
- <line num="418" count="0" type="stmt"/>
727
- <line num="419" count="0" type="stmt"/>
728
- <line num="420" count="0" type="stmt"/>
729
- <line num="421" count="9" type="cond" truecount="1" falsecount="0"/>
730
- <line num="422" count="2" type="stmt"/>
731
- <line num="423" count="2" type="stmt"/>
732
- <line num="424" count="2" type="stmt"/>
733
- <line num="425" count="2" type="stmt"/>
734
- <line num="426" count="2" type="stmt"/>
735
- <line num="427" count="2" type="stmt"/>
736
- <line num="428" count="2" type="stmt"/>
737
- <line num="429" count="2" type="stmt"/>
738
- <line num="430" count="2" type="stmt"/>
739
- <line num="431" count="2" type="stmt"/>
740
- <line num="432" count="2" type="stmt"/>
741
- <line num="433" count="2" type="stmt"/>
742
- <line num="434" count="2" type="stmt"/>
743
- <line num="435" count="2" type="stmt"/>
744
- <line num="436" count="9" type="stmt"/>
745
- <line num="437" count="13" type="stmt"/>
746
- <line num="438" count="14" type="stmt"/>
747
- <line num="440" count="50" type="cond" truecount="1" falsecount="0"/>
748
- <line num="441" count="50" type="stmt"/>
749
- <line num="442" count="50" type="stmt"/>
750
- <line num="443" count="50" type="stmt"/>
751
- <line num="444" count="50" type="stmt"/>
752
- <line num="448" count="50" type="stmt"/>
753
- <line num="450" count="50" type="stmt"/>
754
- <line num="451" count="50" type="cond" truecount="2" falsecount="0"/>
755
- <line num="452" count="44" type="cond" truecount="1" falsecount="0"/>
756
- <line num="453" count="50" type="cond" truecount="1" falsecount="0"/>
757
- <line num="454" count="10" type="stmt"/>
758
- <line num="455" count="10" type="cond" truecount="1" falsecount="0"/>
759
- <line num="456" count="40" type="stmt"/>
760
- <line num="457" count="40" type="stmt"/>
761
- <line num="459" count="11" type="cond" truecount="1" falsecount="0"/>
762
- <line num="460" count="11" type="cond" truecount="1" falsecount="0"/>
763
- <line num="461" count="10" type="stmt"/>
764
- <line num="462" count="10" type="stmt"/>
765
- <line num="463" count="11" type="cond" truecount="1" falsecount="0"/>
766
- <line num="464" count="1" type="stmt"/>
767
- <line num="465" count="1" type="cond" truecount="1" falsecount="0"/>
768
- <line num="466" count="1" type="stmt"/>
769
- <line num="467" count="1" type="stmt"/>
770
- <line num="468" count="1" type="cond" truecount="1" falsecount="0"/>
771
- <line num="469" count="1" type="stmt"/>
772
- <line num="470" count="1" type="stmt"/>
773
- <line num="471" count="1" type="stmt"/>
774
- <line num="472" count="1" type="stmt"/>
775
- <line num="474" count="1" type="stmt"/>
776
- <line num="475" count="11" type="stmt"/>
777
- <line num="506" count="1" type="cond" truecount="1" falsecount="0"/>
778
- <line num="507" count="69" type="cond" truecount="1" falsecount="0"/>
779
- <line num="508" count="22" type="stmt"/>
780
- <line num="509" count="69" type="cond" truecount="2" falsecount="0"/>
781
- <line num="510" count="16" type="stmt"/>
782
- <line num="511" count="16" type="cond" truecount="1" falsecount="0"/>
783
- <line num="515" count="69" type="cond" truecount="0" falsecount="1"/>
784
- <line num="516" count="0" type="stmt"/>
785
- <line num="517" count="0" type="cond" truecount="1" falsecount="0"/>
786
- <line num="519" count="69" type="cond" truecount="3" falsecount="0"/>
787
- <line num="520" count="69" type="cond" truecount="3" falsecount="0"/>
788
- <line num="522" count="69" type="stmt"/>
789
- <line num="523" count="69" type="stmt"/>
790
- <line num="524" count="69" type="cond" truecount="1" falsecount="1"/>
791
- <line num="527" count="0" type="stmt"/>
792
- <line num="528" count="0" type="cond" truecount="1" falsecount="0"/>
793
- <line num="530" count="69" type="cond" truecount="1" falsecount="0"/>
794
- <line num="531" count="3" type="stmt"/>
795
- <line num="535" count="3" type="stmt"/>
796
- <line num="536" count="3" type="cond" truecount="1" falsecount="0"/>
797
- <line num="537" count="3" type="stmt"/>
798
- <line num="538" count="3" type="cond" truecount="2" falsecount="0"/>
799
- <line num="539" count="1" type="cond" truecount="0" falsecount="1"/>
800
- <line num="540" count="1" type="cond" truecount="1" falsecount="0"/>
801
- <line num="541" count="3" type="cond" truecount="1" falsecount="1"/>
802
- <line num="542" count="3" type="stmt"/>
803
- <line num="543" count="3" type="cond" truecount="1" falsecount="0"/>
804
- <line num="544" count="3" type="cond" truecount="1" falsecount="0"/>
805
- <line num="545" count="2" type="stmt"/>
806
- <line num="546" count="2" type="cond" truecount="1" falsecount="0"/>
844
+ <line num="410" count="2" type="stmt"/>
845
+ <line num="411" count="7" type="cond" truecount="1" falsecount="0"/>
846
+ <line num="412" count="5" type="stmt"/>
847
+ <line num="413" count="5" type="stmt"/>
848
+ <line num="414" count="5" type="stmt"/>
849
+ <line num="415" count="5" type="stmt"/>
850
+ <line num="416" count="5" type="stmt"/>
851
+ <line num="417" count="5" type="stmt"/>
852
+ <line num="418" count="5" type="stmt"/>
853
+ <line num="419" count="5" type="stmt"/>
854
+ <line num="420" count="7" type="stmt"/>
855
+ <line num="421" count="26" type="stmt"/>
856
+ <line num="425" count="13" type="stmt"/>
857
+ <line num="426" count="13" type="cond" truecount="1" falsecount="0"/>
858
+ <line num="427" count="4" type="cond" truecount="0" falsecount="1"/>
859
+ <line num="428" count="0" type="stmt"/>
860
+ <line num="429" count="0" type="stmt"/>
861
+ <line num="430" count="0" type="stmt"/>
862
+ <line num="431" count="0" type="stmt"/>
863
+ <line num="432" count="0" type="stmt"/>
864
+ <line num="433" count="0" type="stmt"/>
865
+ <line num="434" count="0" type="stmt"/>
866
+ <line num="435" count="0" type="stmt"/>
867
+ <line num="436" count="4" type="stmt"/>
868
+ <line num="437" count="4" type="cond" truecount="1" falsecount="0"/>
869
+ <line num="438" count="2" type="stmt"/>
870
+ <line num="439" count="2" type="stmt"/>
871
+ <line num="440" count="2" type="stmt"/>
872
+ <line num="441" count="2" type="stmt"/>
873
+ <line num="442" count="2" type="stmt"/>
874
+ <line num="443" count="2" type="stmt"/>
875
+ <line num="444" count="2" type="stmt"/>
876
+ <line num="445" count="4" type="stmt"/>
877
+ <line num="449" count="13" type="stmt"/>
878
+ <line num="450" count="13" type="stmt"/>
879
+ <line num="451" count="13" type="cond" truecount="2" falsecount="0"/>
880
+ <line num="452" count="2" type="stmt"/>
881
+ <line num="453" count="2" type="stmt"/>
882
+ <line num="454" count="2" type="stmt"/>
883
+ <line num="455" count="2" type="stmt"/>
884
+ <line num="456" count="2" type="stmt"/>
885
+ <line num="457" count="2" type="stmt"/>
886
+ <line num="458" count="2" type="stmt"/>
887
+ <line num="459" count="2" type="stmt"/>
888
+ <line num="460" count="2" type="stmt"/>
889
+ <line num="461" count="2" type="stmt"/>
890
+ <line num="462" count="2" type="stmt"/>
891
+ <line num="463" count="2" type="stmt"/>
892
+ <line num="464" count="2" type="stmt"/>
893
+ <line num="465" count="2" type="stmt"/>
894
+ <line num="469" count="13" type="cond" truecount="1" falsecount="0"/>
895
+ <line num="470" count="9" type="cond" truecount="0" falsecount="1"/>
896
+ <line num="471" count="0" type="stmt"/>
897
+ <line num="472" count="0" type="stmt"/>
898
+ <line num="473" count="0" type="stmt"/>
899
+ <line num="474" count="0" type="stmt"/>
900
+ <line num="475" count="0" type="stmt"/>
901
+ <line num="476" count="0" type="stmt"/>
902
+ <line num="477" count="0" type="stmt"/>
903
+ <line num="478" count="0" type="stmt"/>
904
+ <line num="479" count="9" type="stmt"/>
905
+ <line num="480" count="9" type="stmt"/>
906
+ <line num="481" count="9" type="stmt"/>
907
+ <line num="482" count="9" type="stmt"/>
908
+ <line num="483" count="9" type="cond" truecount="1" falsecount="0"/>
909
+ <line num="484" count="2" type="stmt"/>
910
+ <line num="485" count="2" type="stmt"/>
911
+ <line num="486" count="2" type="stmt"/>
912
+ <line num="487" count="2" type="stmt"/>
913
+ <line num="488" count="2" type="stmt"/>
914
+ <line num="489" count="2" type="stmt"/>
915
+ <line num="490" count="2" type="stmt"/>
916
+ <line num="491" count="2" type="stmt"/>
917
+ <line num="492" count="2" type="stmt"/>
918
+ <line num="493" count="2" type="stmt"/>
919
+ <line num="494" count="2" type="stmt"/>
920
+ <line num="495" count="2" type="stmt"/>
921
+ <line num="496" count="2" type="stmt"/>
922
+ <line num="497" count="2" type="stmt"/>
923
+ <line num="498" count="9" type="stmt"/>
924
+ <line num="499" count="13" type="stmt"/>
925
+ <line num="500" count="14" type="stmt"/>
926
+ <line num="502" count="50" type="cond" truecount="1" falsecount="0"/>
927
+ <line num="503" count="50" type="stmt"/>
928
+ <line num="504" count="50" type="stmt"/>
929
+ <line num="505" count="50" type="stmt"/>
930
+ <line num="506" count="50" type="stmt"/>
931
+ <line num="510" count="50" type="stmt"/>
932
+ <line num="512" count="50" type="stmt"/>
933
+ <line num="513" count="50" type="cond" truecount="2" falsecount="0"/>
934
+ <line num="514" count="44" type="cond" truecount="1" falsecount="0"/>
935
+ <line num="515" count="9" type="stmt"/>
936
+ <line num="516" count="50" type="cond" truecount="1" falsecount="0"/>
937
+ <line num="517" count="10" type="stmt"/>
938
+ <line num="518" count="10" type="cond" truecount="1" falsecount="0"/>
939
+ <line num="519" count="40" type="stmt"/>
940
+ <line num="520" count="40" type="stmt"/>
941
+ <line num="522" count="11" type="cond" truecount="1" falsecount="0"/>
942
+ <line num="523" count="11" type="stmt"/>
943
+ <line num="524" count="11" type="stmt"/>
944
+ <line num="525" count="11" type="cond" truecount="1" falsecount="0"/>
945
+ <line num="526" count="10" type="stmt"/>
946
+ <line num="527" count="10" type="stmt"/>
947
+ <line num="528" count="10" type="stmt"/>
948
+ <line num="529" count="10" type="stmt"/>
949
+ <line num="530" count="11" type="cond" truecount="1" falsecount="0"/>
950
+ <line num="531" count="1" type="stmt"/>
951
+ <line num="532" count="1" type="stmt"/>
952
+ <line num="533" count="1" type="cond" truecount="1" falsecount="0"/>
953
+ <line num="534" count="2" type="stmt"/>
954
+ <line num="535" count="1" type="stmt"/>
955
+ <line num="536" count="1" type="stmt"/>
956
+ <line num="537" count="1" type="stmt"/>
957
+ <line num="538" count="1" type="stmt"/>
958
+ <line num="539" count="1" type="cond" truecount="1" falsecount="0"/>
959
+ <line num="540" count="2" type="stmt"/>
960
+ <line num="541" count="1" type="stmt"/>
961
+ <line num="542" count="1" type="stmt"/>
962
+ <line num="543" count="1" type="stmt"/>
963
+ <line num="544" count="1" type="stmt"/>
964
+ <line num="545" count="1" type="stmt"/>
807
965
  <line num="547" count="1" type="stmt"/>
808
- <line num="548" count="1" type="cond" truecount="1" falsecount="0"/>
809
- <line num="549" count="69" type="cond" truecount="1" falsecount="0"/>
810
- <line num="550" count="3" type="stmt"/>
811
- <line num="554" count="3" type="stmt"/>
812
- <line num="555" count="3" type="cond" truecount="1" falsecount="0"/>
813
- <line num="556" count="3" type="stmt"/>
814
- <line num="557" count="3" type="cond" truecount="2" falsecount="0"/>
815
- <line num="558" count="1" type="cond" truecount="0" falsecount="1"/>
816
- <line num="559" count="1" type="cond" truecount="1" falsecount="0"/>
817
- <line num="560" count="3" type="cond" truecount="1" falsecount="1"/>
818
- <line num="561" count="3" type="stmt"/>
819
- <line num="562" count="3" type="cond" truecount="1" falsecount="0"/>
820
- <line num="563" count="3" type="cond" truecount="1" falsecount="0"/>
821
- <line num="564" count="2" type="stmt"/>
822
- <line num="565" count="2" type="cond" truecount="1" falsecount="0"/>
823
- <line num="566" count="1" type="stmt"/>
824
- <line num="567" count="1" type="cond" truecount="1" falsecount="0"/>
825
- <line num="569" count="25" type="stmt"/>
826
- <line num="570" count="25" type="cond" truecount="1" falsecount="0"/>
827
- <line num="571" count="35" type="stmt"/>
828
- <line num="572" count="35" type="cond" truecount="1" falsecount="0"/>
829
- <line num="573" count="35" type="cond" truecount="1" falsecount="0"/>
830
- <line num="575" count="25" type="stmt"/>
831
- <line num="576" count="25" type="cond" truecount="1" falsecount="0"/>
832
- <line num="577" count="35" type="cond" truecount="1" falsecount="0"/>
833
- <line num="578" count="4" type="stmt"/>
834
- <line num="579" count="35" type="cond" truecount="1" falsecount="0"/>
835
- <line num="580" count="6" type="stmt"/>
836
- <line num="581" count="6" type="cond" truecount="0" falsecount="1"/>
837
- <line num="582" count="0" type="stmt"/>
838
- <line num="583" count="0" type="stmt"/>
839
- <line num="584" count="25" type="stmt"/>
840
- <line num="585" count="25" type="cond" truecount="1" falsecount="0"/>
841
- <line num="586" count="69" type="cond" truecount="1" falsecount="0"/>
842
- <line num="587" count="17" type="stmt"/>
843
- <line num="588" count="17" type="cond" truecount="1" falsecount="0"/>
844
- <line num="589" count="8" type="stmt"/>
845
- <line num="590" count="8" type="stmt"/>
846
- <line num="628" count="1" type="cond" truecount="1" falsecount="0"/>
847
- <line num="629" count="346" type="cond" truecount="1" falsecount="0"/>
848
- <line num="630" count="27" type="stmt"/>
849
- <line num="631" count="27" type="cond" truecount="1" falsecount="0"/>
850
- <line num="633" count="319" type="stmt"/>
851
- <line num="634" count="319" type="stmt"/>
852
- <line num="635" count="346" type="cond" truecount="1" falsecount="0"/>
853
- <line num="636" count="16" type="stmt"/>
854
- <line num="637" count="346" type="cond" truecount="2" falsecount="0"/>
855
- <line num="640" count="11" type="stmt"/>
856
- <line num="641" count="11" type="cond" truecount="1" falsecount="0"/>
857
- <line num="643" count="346" type="cond" truecount="3" falsecount="0"/>
858
- <line num="644" count="346" type="cond" truecount="3" falsecount="0"/>
859
- <line num="646" count="346" type="stmt"/>
860
- <line num="647" count="346" type="stmt"/>
861
- <line num="648" count="346" type="cond" truecount="2" falsecount="0"/>
862
- <line num="649" count="11" type="stmt"/>
863
- <line num="650" count="11" type="stmt"/>
864
- <line num="652" count="11" type="stmt"/>
865
- <line num="653" count="346" type="cond" truecount="2" falsecount="0"/>
866
- <line num="654" count="22" type="stmt"/>
867
- <line num="655" count="22" type="cond" truecount="1" falsecount="0"/>
868
- <line num="656" count="24" type="stmt"/>
869
- <line num="658" count="24" type="stmt"/>
870
- <line num="659" count="22" type="stmt"/>
871
- <line num="660" count="281" type="cond" truecount="2" falsecount="0"/>
872
- <line num="663" count="18" type="stmt"/>
873
- <line num="664" count="18" type="cond" truecount="1" falsecount="0"/>
874
- <line num="666" count="241" type="cond" truecount="1" falsecount="0"/>
875
- <line num="667" count="253" type="stmt"/>
876
- <line num="668" count="253" type="cond" truecount="1" falsecount="0"/>
877
- <line num="669" count="253" type="cond" truecount="1" falsecount="0"/>
878
- <line num="671" count="81" type="stmt"/>
879
- <line num="672" count="81" type="cond" truecount="1" falsecount="0"/>
880
- <line num="674" count="172" type="stmt"/>
881
- <line num="675" count="172" type="stmt"/>
882
- <line num="676" count="172" type="stmt"/>
883
- <line num="678" count="253" type="cond" truecount="1" falsecount="0"/>
884
- <line num="681" count="146" type="stmt"/>
885
- <line num="682" count="253" type="cond" truecount="1" falsecount="0"/>
886
- <line num="684" count="26" type="cond" truecount="1" falsecount="0"/>
887
- <line num="687" count="20" type="stmt"/>
888
- <line num="688" count="26" type="cond" truecount="1" falsecount="0"/>
889
- <line num="691" count="6" type="stmt"/>
890
- <line num="692" count="6" type="stmt"/>
891
- <line num="693" count="26" type="stmt"/>
892
- <line num="694" count="241" type="stmt"/>
893
- <line num="695" count="241" type="stmt"/>
894
- <line num="700" count="700" type="cond" truecount="1" falsecount="0"/>
895
- <line num="701" count="700" type="stmt"/>
896
- <line num="702" count="700" type="stmt"/>
897
- <line num="707" count="646" type="cond" truecount="1" falsecount="0"/>
898
- <line num="708" count="646" type="stmt"/>
899
- <line num="709" count="646" type="stmt"/>
900
- <line num="711" count="344" type="cond" truecount="1" falsecount="0"/>
901
- <line num="712" count="344" type="stmt"/>
902
- <line num="713" count="344" type="stmt"/>
903
- <line num="716" count="1" type="cond" truecount="1" falsecount="0"/>
904
- <line num="717" count="487" type="stmt"/>
905
- <line num="718" count="487" type="stmt"/>
906
- <line num="722" count="4" type="cond" truecount="1" falsecount="0"/>
907
- <line num="723" count="4" type="stmt"/>
908
- <line num="724" count="4" type="stmt"/>
909
- <line num="725" count="4" type="stmt"/>
910
- <line num="726" count="4" type="stmt"/>
911
- <line num="727" count="4" type="stmt"/>
912
- <line num="728" count="4" type="stmt"/>
913
- <line num="734" count="4" type="stmt"/>
914
- <line num="735" count="4" type="cond" truecount="1" falsecount="0"/>
915
- <line num="736" count="2" type="cond" truecount="1" falsecount="0"/>
916
- <line num="737" count="2" type="cond" truecount="1" falsecount="0"/>
917
- <line num="738" count="1" type="stmt"/>
918
- <line num="739" count="1" type="stmt"/>
919
- <line num="740" count="2" type="stmt"/>
920
- <line num="741" count="2" type="stmt"/>
921
- <line num="742" count="2" type="stmt"/>
922
- <line num="743" count="2" type="stmt"/>
923
- <line num="744" count="4" type="stmt"/>
966
+ <line num="548" count="11" type="stmt"/>
967
+ <line num="579" count="1" type="cond" truecount="1" falsecount="0"/>
968
+ <line num="580" count="69" type="stmt"/>
969
+ <line num="581" count="69" type="stmt"/>
970
+ <line num="582" count="69" type="stmt"/>
971
+ <line num="583" count="69" type="cond" truecount="1" falsecount="0"/>
972
+ <line num="584" count="22" type="stmt"/>
973
+ <line num="585" count="69" type="cond" truecount="2" falsecount="0"/>
974
+ <line num="586" count="16" type="stmt"/>
975
+ <line num="587" count="16" type="cond" truecount="1" falsecount="0"/>
976
+ <line num="591" count="69" type="cond" truecount="0" falsecount="1"/>
977
+ <line num="592" count="0" type="stmt"/>
978
+ <line num="593" count="0" type="cond" truecount="1" falsecount="0"/>
979
+ <line num="595" count="69" type="cond" truecount="3" falsecount="0"/>
980
+ <line num="596" count="69" type="cond" truecount="3" falsecount="0"/>
981
+ <line num="598" count="69" type="stmt"/>
982
+ <line num="599" count="69" type="stmt"/>
983
+ <line num="600" count="69" type="cond" truecount="1" falsecount="1"/>
984
+ <line num="603" count="0" type="stmt"/>
985
+ <line num="604" count="0" type="cond" truecount="1" falsecount="0"/>
986
+ <line num="606" count="69" type="cond" truecount="1" falsecount="0"/>
987
+ <line num="607" count="3" type="stmt"/>
988
+ <line num="611" count="3" type="stmt"/>
989
+ <line num="612" count="3" type="cond" truecount="1" falsecount="0"/>
990
+ <line num="613" count="3" type="stmt"/>
991
+ <line num="614" count="3" type="cond" truecount="2" falsecount="0"/>
992
+ <line num="615" count="1" type="stmt"/>
993
+ <line num="616" count="1" type="cond" truecount="0" falsecount="1"/>
994
+ <line num="617" count="1" type="stmt"/>
995
+ <line num="618" count="1" type="cond" truecount="1" falsecount="0"/>
996
+ <line num="619" count="3" type="cond" truecount="1" falsecount="1"/>
997
+ <line num="620" count="3" type="stmt"/>
998
+ <line num="621" count="3" type="cond" truecount="1" falsecount="0"/>
999
+ <line num="622" count="3" type="cond" truecount="1" falsecount="0"/>
1000
+ <line num="623" count="2" type="stmt"/>
1001
+ <line num="624" count="2" type="cond" truecount="1" falsecount="0"/>
1002
+ <line num="625" count="1" type="stmt"/>
1003
+ <line num="626" count="1" type="cond" truecount="1" falsecount="0"/>
1004
+ <line num="627" count="69" type="cond" truecount="1" falsecount="0"/>
1005
+ <line num="628" count="3" type="stmt"/>
1006
+ <line num="632" count="3" type="stmt"/>
1007
+ <line num="633" count="3" type="cond" truecount="1" falsecount="0"/>
1008
+ <line num="634" count="3" type="stmt"/>
1009
+ <line num="635" count="3" type="cond" truecount="2" falsecount="0"/>
1010
+ <line num="636" count="1" type="stmt"/>
1011
+ <line num="637" count="1" type="cond" truecount="0" falsecount="1"/>
1012
+ <line num="638" count="1" type="stmt"/>
1013
+ <line num="639" count="1" type="cond" truecount="1" falsecount="0"/>
1014
+ <line num="640" count="3" type="cond" truecount="1" falsecount="1"/>
1015
+ <line num="641" count="3" type="stmt"/>
1016
+ <line num="642" count="3" type="cond" truecount="1" falsecount="0"/>
1017
+ <line num="643" count="3" type="cond" truecount="1" falsecount="0"/>
1018
+ <line num="644" count="2" type="stmt"/>
1019
+ <line num="645" count="2" type="cond" truecount="1" falsecount="0"/>
1020
+ <line num="646" count="1" type="stmt"/>
1021
+ <line num="647" count="1" type="cond" truecount="1" falsecount="0"/>
1022
+ <line num="649" count="25" type="stmt"/>
1023
+ <line num="650" count="25" type="cond" truecount="1" falsecount="0"/>
1024
+ <line num="651" count="35" type="stmt"/>
1025
+ <line num="652" count="35" type="cond" truecount="1" falsecount="0"/>
1026
+ <line num="653" count="51" type="stmt"/>
1027
+ <line num="654" count="35" type="stmt"/>
1028
+ <line num="655" count="35" type="cond" truecount="1" falsecount="0"/>
1029
+ <line num="657" count="25" type="stmt"/>
1030
+ <line num="658" count="25" type="cond" truecount="1" falsecount="0"/>
1031
+ <line num="659" count="10" type="stmt"/>
1032
+ <line num="660" count="10" type="stmt"/>
1033
+ <line num="661" count="10" type="stmt"/>
1034
+ <line num="662" count="10" type="stmt"/>
1035
+ <line num="663" count="10" type="stmt"/>
1036
+ <line num="664" count="35" type="cond" truecount="1" falsecount="0"/>
1037
+ <line num="665" count="4" type="stmt"/>
1038
+ <line num="666" count="4" type="cond" truecount="1" falsecount="0"/>
1039
+ <line num="667" count="6" type="stmt"/>
1040
+ <line num="668" count="6" type="stmt"/>
1041
+ <line num="669" count="6" type="stmt"/>
1042
+ <line num="670" count="6" type="stmt"/>
1043
+ <line num="671" count="6" type="stmt"/>
1044
+ <line num="672" count="6" type="stmt"/>
1045
+ <line num="673" count="6" type="cond" truecount="0" falsecount="1"/>
1046
+ <line num="674" count="0" type="stmt"/>
1047
+ <line num="675" count="0" type="stmt"/>
1048
+ <line num="676" count="25" type="stmt"/>
1049
+ <line num="677" count="25" type="cond" truecount="1" falsecount="0"/>
1050
+ <line num="678" count="69" type="cond" truecount="1" falsecount="0"/>
1051
+ <line num="679" count="17" type="stmt"/>
1052
+ <line num="680" count="17" type="cond" truecount="1" falsecount="0"/>
1053
+ <line num="681" count="8" type="stmt"/>
1054
+ <line num="682" count="8" type="stmt"/>
1055
+ <line num="720" count="1" type="cond" truecount="1" falsecount="0"/>
1056
+ <line num="721" count="346" type="cond" truecount="1" falsecount="0"/>
1057
+ <line num="722" count="27" type="stmt"/>
1058
+ <line num="723" count="27" type="cond" truecount="1" falsecount="0"/>
1059
+ <line num="725" count="319" type="stmt"/>
1060
+ <line num="726" count="319" type="stmt"/>
1061
+ <line num="727" count="346" type="cond" truecount="1" falsecount="0"/>
1062
+ <line num="728" count="16" type="stmt"/>
1063
+ <line num="729" count="346" type="cond" truecount="2" falsecount="0"/>
1064
+ <line num="732" count="11" type="stmt"/>
1065
+ <line num="733" count="11" type="cond" truecount="1" falsecount="0"/>
1066
+ <line num="735" count="346" type="cond" truecount="3" falsecount="0"/>
1067
+ <line num="736" count="346" type="cond" truecount="3" falsecount="0"/>
1068
+ <line num="738" count="346" type="stmt"/>
1069
+ <line num="739" count="346" type="stmt"/>
1070
+ <line num="740" count="346" type="cond" truecount="2" falsecount="0"/>
1071
+ <line num="741" count="11" type="stmt"/>
1072
+ <line num="742" count="11" type="stmt"/>
1073
+ <line num="744" count="11" type="stmt"/>
1074
+ <line num="745" count="346" type="cond" truecount="2" falsecount="0"/>
1075
+ <line num="746" count="22" type="stmt"/>
1076
+ <line num="747" count="22" type="cond" truecount="1" falsecount="0"/>
1077
+ <line num="748" count="24" type="stmt"/>
1078
+ <line num="750" count="24" type="stmt"/>
1079
+ <line num="751" count="22" type="stmt"/>
1080
+ <line num="752" count="281" type="cond" truecount="2" falsecount="0"/>
1081
+ <line num="755" count="18" type="stmt"/>
1082
+ <line num="756" count="18" type="cond" truecount="1" falsecount="0"/>
1083
+ <line num="758" count="241" type="cond" truecount="1" falsecount="0"/>
1084
+ <line num="759" count="253" type="stmt"/>
1085
+ <line num="760" count="253" type="cond" truecount="1" falsecount="0"/>
1086
+ <line num="761" count="301" type="stmt"/>
1087
+ <line num="762" count="253" type="stmt"/>
1088
+ <line num="763" count="253" type="cond" truecount="1" falsecount="0"/>
1089
+ <line num="765" count="81" type="stmt"/>
1090
+ <line num="766" count="81" type="cond" truecount="1" falsecount="0"/>
1091
+ <line num="768" count="172" type="stmt"/>
1092
+ <line num="769" count="172" type="stmt"/>
1093
+ <line num="770" count="172" type="stmt"/>
1094
+ <line num="771" count="172" type="stmt"/>
1095
+ <line num="772" count="172" type="stmt"/>
1096
+ <line num="774" count="253" type="cond" truecount="1" falsecount="0"/>
1097
+ <line num="777" count="146" type="stmt"/>
1098
+ <line num="778" count="253" type="cond" truecount="1" falsecount="0"/>
1099
+ <line num="780" count="26" type="cond" truecount="1" falsecount="0"/>
1100
+ <line num="783" count="20" type="stmt"/>
1101
+ <line num="784" count="26" type="cond" truecount="1" falsecount="0"/>
1102
+ <line num="787" count="6" type="stmt"/>
1103
+ <line num="788" count="6" type="stmt"/>
1104
+ <line num="789" count="26" type="stmt"/>
1105
+ <line num="790" count="241" type="stmt"/>
1106
+ <line num="791" count="241" type="stmt"/>
1107
+ <line num="796" count="700" type="cond" truecount="1" falsecount="0"/>
1108
+ <line num="797" count="700" type="stmt"/>
1109
+ <line num="798" count="700" type="stmt"/>
1110
+ <line num="803" count="646" type="cond" truecount="1" falsecount="0"/>
1111
+ <line num="804" count="646" type="stmt"/>
1112
+ <line num="805" count="646" type="stmt"/>
1113
+ <line num="807" count="344" type="cond" truecount="1" falsecount="0"/>
1114
+ <line num="808" count="344" type="stmt"/>
1115
+ <line num="809" count="344" type="stmt"/>
1116
+ <line num="812" count="1" type="cond" truecount="1" falsecount="0"/>
1117
+ <line num="813" count="487" type="stmt"/>
1118
+ <line num="814" count="487" type="stmt"/>
1119
+ <line num="818" count="4" type="cond" truecount="1" falsecount="0"/>
1120
+ <line num="819" count="4" type="stmt"/>
1121
+ <line num="820" count="4" type="stmt"/>
1122
+ <line num="821" count="4" type="stmt"/>
1123
+ <line num="822" count="4" type="stmt"/>
1124
+ <line num="823" count="4" type="stmt"/>
1125
+ <line num="824" count="4" type="stmt"/>
1126
+ <line num="830" count="4" type="stmt"/>
1127
+ <line num="831" count="4" type="cond" truecount="1" falsecount="0"/>
1128
+ <line num="832" count="4" type="cond" truecount="1" falsecount="0"/>
1129
+ <line num="833" count="4" type="cond" truecount="1" falsecount="0"/>
1130
+ <line num="834" count="1" type="stmt"/>
1131
+ <line num="835" count="1" type="stmt"/>
1132
+ <line num="836" count="4" type="stmt"/>
1133
+ <line num="837" count="4" type="stmt"/>
1134
+ <line num="838" count="4" type="stmt"/>
1135
+ <line num="839" count="4" type="stmt"/>
1136
+ <line num="840" count="4" type="stmt"/>
924
1137
  </file>
925
1138
  <file name="nestedWorkspaces.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/nestedWorkspaces.ts">
926
- <metrics statements="33" coveredstatements="32" conditionals="12" coveredconditionals="11" methods="1" coveredmethods="1"/>
1139
+ <metrics statements="50" coveredstatements="49" conditionals="12" coveredconditionals="11" methods="1" coveredmethods="1"/>
927
1140
  <line num="1" count="1" type="stmt"/>
1141
+ <line num="8" count="1" type="stmt"/>
1142
+ <line num="9" count="1" type="stmt"/>
1143
+ <line num="10" count="1" type="stmt"/>
1144
+ <line num="11" count="1" type="stmt"/>
928
1145
  <line num="13" count="1" type="stmt"/>
929
1146
  <line num="18" count="1" type="stmt"/>
930
1147
  <line num="19" count="1" type="stmt"/>
931
1148
  <line num="20" count="1" type="cond" truecount="1" falsecount="0"/>
932
1149
  <line num="21" count="6" type="stmt"/>
933
1150
  <line num="24" count="6" type="stmt"/>
934
- <line num="26" count="6" type="cond" truecount="0" falsecount="1"/>
935
- <line num="27" count="0" type="stmt"/>
936
- <line num="28" count="6" type="cond" truecount="1" falsecount="0"/>
937
- <line num="29" count="4" type="cond" truecount="1" falsecount="0"/>
938
- <line num="30" count="2" type="stmt"/>
939
- <line num="32" count="6" type="cond" truecount="2" falsecount="0"/>
940
- <line num="33" count="1" type="stmt"/>
941
- <line num="34" count="1" type="stmt"/>
942
- <line num="35" count="1" type="stmt"/>
1151
+ <line num="25" count="6" type="stmt"/>
1152
+ <line num="26" count="6" type="stmt"/>
1153
+ <line num="27" count="6" type="stmt"/>
1154
+ <line num="29" count="6" type="cond" truecount="0" falsecount="1"/>
1155
+ <line num="30" count="0" type="stmt"/>
1156
+ <line num="31" count="6" type="cond" truecount="1" falsecount="0"/>
1157
+ <line num="32" count="4" type="cond" truecount="1" falsecount="0"/>
1158
+ <line num="33" count="2" type="stmt"/>
1159
+ <line num="35" count="6" type="cond" truecount="2" falsecount="0"/>
943
1160
  <line num="36" count="1" type="stmt"/>
944
1161
  <line num="37" count="1" type="stmt"/>
945
- <line num="38" count="1" type="cond" truecount="1" falsecount="0"/>
946
- <line num="41" count="6" type="cond" truecount="2" falsecount="0"/>
947
- <line num="44" count="6" type="stmt"/>
948
- <line num="47" count="6" type="cond" truecount="1" falsecount="0"/>
949
- <line num="49" count="6" type="cond" truecount="1" falsecount="0"/>
950
- <line num="50" count="1" type="cond" truecount="1" falsecount="0"/>
951
- <line num="51" count="1" type="stmt"/>
952
- <line num="52" count="1" type="stmt"/>
953
- <line num="53" count="1" type="stmt"/>
954
- <line num="54" count="1" type="stmt"/>
955
- <line num="56" count="1" type="stmt"/>
956
- <line num="57" count="1" type="stmt"/>
1162
+ <line num="38" count="1" type="stmt"/>
1163
+ <line num="39" count="1" type="stmt"/>
1164
+ <line num="40" count="1" type="stmt"/>
1165
+ <line num="41" count="1" type="stmt"/>
1166
+ <line num="42" count="1" type="cond" truecount="1" falsecount="0"/>
1167
+ <line num="45" count="6" type="cond" truecount="2" falsecount="0"/>
1168
+ <line num="46" count="7" type="stmt"/>
1169
+ <line num="47" count="6" type="stmt"/>
1170
+ <line num="50" count="6" type="stmt"/>
1171
+ <line num="51" count="6" type="stmt"/>
1172
+ <line num="52" count="6" type="stmt"/>
1173
+ <line num="53" count="6" type="stmt"/>
1174
+ <line num="56" count="6" type="cond" truecount="1" falsecount="0"/>
1175
+ <line num="57" count="8" type="stmt"/>
957
1176
  <line num="58" count="6" type="stmt"/>
958
- <line num="59" count="1" type="stmt"/>
959
- <line num="60" count="1" type="stmt"/>
1177
+ <line num="60" count="6" type="cond" truecount="1" falsecount="0"/>
1178
+ <line num="61" count="1" type="cond" truecount="1" falsecount="0"/>
1179
+ <line num="62" count="1" type="stmt"/>
1180
+ <line num="63" count="1" type="stmt"/>
1181
+ <line num="64" count="1" type="stmt"/>
1182
+ <line num="65" count="1" type="stmt"/>
1183
+ <line num="66" count="1" type="stmt"/>
1184
+ <line num="67" count="1" type="stmt"/>
1185
+ <line num="69" count="1" type="stmt"/>
1186
+ <line num="70" count="1" type="stmt"/>
1187
+ <line num="71" count="6" type="stmt"/>
1188
+ <line num="72" count="1" type="stmt"/>
1189
+ <line num="73" count="1" type="stmt"/>
960
1190
  </file>
961
1191
  <file name="packageEntry.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/packageEntry.ts">
962
- <metrics statements="71" coveredstatements="71" conditionals="12" coveredconditionals="12" methods="4" coveredmethods="4"/>
1192
+ <metrics statements="82" coveredstatements="82" conditionals="12" coveredconditionals="12" methods="4" coveredmethods="4"/>
963
1193
  <line num="1" count="1" type="stmt"/>
1194
+ <line num="8" count="1" type="stmt"/>
1195
+ <line num="9" count="1" type="stmt"/>
1196
+ <line num="10" count="1" type="stmt"/>
1197
+ <line num="11" count="1" type="stmt"/>
964
1198
  <line num="13" count="1" type="stmt"/>
965
1199
  <line num="14" count="1" type="stmt"/>
966
1200
  <line num="15" count="1" type="stmt"/>
@@ -992,49 +1226,59 @@
992
1226
  <line num="45" count="10" type="cond" truecount="1" falsecount="0"/>
993
1227
  <line num="46" count="8" type="stmt"/>
994
1228
  <line num="47" count="8" type="stmt"/>
995
- <line num="49" count="8" type="cond" truecount="1" falsecount="0"/>
1229
+ <line num="49" count="8" type="stmt"/>
996
1230
  <line num="50" count="8" type="stmt"/>
997
- <line num="51" count="8" type="cond" truecount="2" falsecount="0"/>
998
- <line num="52" count="6" type="cond" truecount="1" falsecount="0"/>
999
- <line num="53" count="6" type="stmt"/>
1000
- <line num="54" count="8" type="cond" truecount="1" falsecount="0"/>
1001
- <line num="55" count="6" type="stmt"/>
1231
+ <line num="51" count="8" type="cond" truecount="1" falsecount="0"/>
1232
+ <line num="52" count="8" type="stmt"/>
1233
+ <line num="53" count="8" type="stmt"/>
1234
+ <line num="54" count="8" type="cond" truecount="2" falsecount="0"/>
1235
+ <line num="55" count="6" type="cond" truecount="1" falsecount="0"/>
1002
1236
  <line num="56" count="6" type="stmt"/>
1003
- <line num="57" count="6" type="stmt"/>
1237
+ <line num="57" count="8" type="cond" truecount="1" falsecount="0"/>
1004
1238
  <line num="58" count="6" type="stmt"/>
1005
- <line num="59" count="6" type="cond" truecount="1" falsecount="0"/>
1006
- <line num="60" count="6" type="cond" truecount="1" falsecount="0"/>
1239
+ <line num="59" count="6" type="stmt"/>
1240
+ <line num="60" count="6" type="stmt"/>
1007
1241
  <line num="61" count="6" type="stmt"/>
1008
- <line num="62" count="6" type="stmt"/>
1242
+ <line num="62" count="6" type="cond" truecount="1" falsecount="0"/>
1009
1243
  <line num="63" count="6" type="stmt"/>
1010
1244
  <line num="64" count="6" type="stmt"/>
1011
1245
  <line num="65" count="6" type="stmt"/>
1012
- <line num="66" count="6" type="stmt"/>
1013
- <line num="67" count="8" type="stmt"/>
1014
- <line num="68" count="8" type="stmt"/>
1015
- <line num="70" count="10" type="cond" truecount="1" falsecount="0"/>
1016
- <line num="71" count="4" type="stmt"/>
1017
- <line num="72" count="4" type="stmt"/>
1018
- <line num="73" count="4" type="stmt"/>
1019
- <line num="74" count="4" type="stmt"/>
1020
- <line num="75" count="4" type="stmt"/>
1021
- <line num="76" count="4" type="stmt"/>
1022
- <line num="77" count="4" type="stmt"/>
1246
+ <line num="66" count="6" type="cond" truecount="1" falsecount="0"/>
1247
+ <line num="67" count="6" type="stmt"/>
1248
+ <line num="68" count="6" type="stmt"/>
1249
+ <line num="69" count="6" type="stmt"/>
1250
+ <line num="70" count="6" type="stmt"/>
1251
+ <line num="71" count="6" type="stmt"/>
1252
+ <line num="72" count="6" type="stmt"/>
1253
+ <line num="73" count="6" type="stmt"/>
1254
+ <line num="74" count="8" type="stmt"/>
1255
+ <line num="75" count="8" type="stmt"/>
1256
+ <line num="77" count="10" type="cond" truecount="1" falsecount="0"/>
1023
1257
  <line num="78" count="4" type="stmt"/>
1024
1258
  <line num="79" count="4" type="stmt"/>
1025
- <line num="80" count="10" type="stmt"/>
1026
- <line num="81" count="1" type="stmt"/>
1027
- <line num="82" count="1" type="stmt"/>
1028
- <line num="84" count="1" type="cond" truecount="1" falsecount="0"/>
1029
- <line num="85" count="12" type="stmt"/>
1030
- <line num="86" count="12" type="stmt"/>
1031
- <line num="88" count="1" type="cond" truecount="1" falsecount="0"/>
1032
- <line num="89" count="8" type="stmt"/>
1033
- <line num="90" count="8" type="stmt"/>
1259
+ <line num="80" count="4" type="stmt"/>
1260
+ <line num="81" count="4" type="stmt"/>
1261
+ <line num="82" count="4" type="stmt"/>
1262
+ <line num="83" count="4" type="stmt"/>
1263
+ <line num="84" count="4" type="stmt"/>
1264
+ <line num="85" count="4" type="stmt"/>
1265
+ <line num="86" count="4" type="stmt"/>
1266
+ <line num="87" count="10" type="stmt"/>
1267
+ <line num="88" count="1" type="stmt"/>
1268
+ <line num="89" count="1" type="stmt"/>
1269
+ <line num="91" count="1" type="cond" truecount="1" falsecount="0"/>
1270
+ <line num="92" count="12" type="stmt"/>
1271
+ <line num="93" count="12" type="stmt"/>
1272
+ <line num="95" count="1" type="cond" truecount="1" falsecount="0"/>
1273
+ <line num="96" count="8" type="stmt"/>
1274
+ <line num="97" count="8" type="stmt"/>
1034
1275
  </file>
1035
1276
  <file name="packageOrder.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/packageOrder.ts">
1036
- <metrics statements="91" coveredstatements="91" conditionals="22" coveredconditionals="21" methods="5" coveredmethods="5"/>
1277
+ <metrics statements="100" coveredstatements="99" conditionals="22" coveredconditionals="21" methods="5" coveredmethods="5"/>
1037
1278
  <line num="1" count="1" type="stmt"/>
1279
+ <line num="9" count="1" type="stmt"/>
1280
+ <line num="10" count="1" type="stmt"/>
1281
+ <line num="11" count="1" type="stmt"/>
1038
1282
  <line num="14" count="1" type="stmt"/>
1039
1283
  <line num="15" count="1" type="stmt"/>
1040
1284
  <line num="16" count="1" type="stmt"/>
@@ -1077,58 +1321,68 @@
1077
1321
  <line num="57" count="8" type="stmt"/>
1078
1322
  <line num="58" count="8" type="stmt"/>
1079
1323
  <line num="60" count="8" type="cond" truecount="0" falsecount="1"/>
1080
- <line num="62" count="8" type="cond" truecount="2" falsecount="0"/>
1081
- <line num="64" count="8" type="stmt"/>
1082
- <line num="65" count="8" type="stmt"/>
1083
- <line num="67" count="8" type="cond" truecount="1" falsecount="0"/>
1084
- <line num="68" count="6" type="stmt"/>
1085
- <line num="69" count="6" type="stmt"/>
1086
- <line num="70" count="6" type="stmt"/>
1087
- <line num="71" count="6" type="stmt"/>
1088
- <line num="72" count="6" type="cond" truecount="1" falsecount="0"/>
1324
+ <line num="61" count="0" type="stmt"/>
1325
+ <line num="62" count="8" type="stmt"/>
1326
+ <line num="64" count="8" type="cond" truecount="1" falsecount="0"/>
1327
+ <line num="65" count="2" type="cond" truecount="1" falsecount="0"/>
1328
+ <line num="66" count="6" type="stmt"/>
1329
+ <line num="68" count="8" type="stmt"/>
1330
+ <line num="69" count="8" type="stmt"/>
1331
+ <line num="71" count="8" type="cond" truecount="1" falsecount="0"/>
1332
+ <line num="72" count="6" type="stmt"/>
1333
+ <line num="73" count="6" type="stmt"/>
1089
1334
  <line num="74" count="6" type="stmt"/>
1335
+ <line num="75" count="6" type="stmt"/>
1090
1336
  <line num="76" count="6" type="cond" truecount="1" falsecount="0"/>
1091
- <line num="77" count="28" type="stmt"/>
1092
1337
  <line num="78" count="6" type="stmt"/>
1093
- <line num="80" count="6" type="stmt"/>
1094
- <line num="81" count="6" type="stmt"/>
1338
+ <line num="80" count="6" type="cond" truecount="1" falsecount="0"/>
1339
+ <line num="81" count="28" type="stmt"/>
1095
1340
  <line num="82" count="6" type="stmt"/>
1096
- <line num="83" count="6" type="stmt"/>
1097
- <line num="84" count="8" type="stmt"/>
1098
- <line num="85" count="1" type="stmt"/>
1099
- <line num="86" count="1" type="stmt"/>
1100
- <line num="88" count="8" type="cond" truecount="1" falsecount="0"/>
1101
- <line num="89" count="8" type="cond" truecount="1" falsecount="0"/>
1102
- <line num="90" count="18" type="cond" truecount="1" falsecount="0"/>
1103
- <line num="91" count="6" type="stmt"/>
1104
- <line num="92" count="6" type="stmt"/>
1105
- <line num="93" count="18" type="cond" truecount="1" falsecount="0"/>
1106
- <line num="95" count="2" type="stmt"/>
1107
- <line num="96" count="2" type="stmt"/>
1108
- <line num="98" count="6" type="cond" truecount="1" falsecount="0"/>
1109
- <line num="99" count="6" type="cond" truecount="1" falsecount="0"/>
1110
- <line num="100" count="44" type="stmt"/>
1111
- <line num="101" count="44" type="stmt"/>
1112
- <line num="104" count="44" type="cond" truecount="2" falsecount="0"/>
1113
- <line num="105" count="6" type="stmt"/>
1114
- <line num="106" count="44" type="cond" truecount="3" falsecount="0"/>
1115
- <line num="107" count="2" type="stmt"/>
1116
- <line num="108" count="2" type="cond" truecount="1" falsecount="0"/>
1117
- <line num="111" count="36" type="stmt"/>
1118
- <line num="113" count="44" type="cond" truecount="1" falsecount="0"/>
1119
- <line num="114" count="32" type="stmt"/>
1120
- <line num="115" count="44" type="cond" truecount="1" falsecount="0"/>
1121
- <line num="116" count="4" type="stmt"/>
1122
- <line num="117" count="4" type="stmt"/>
1123
- <line num="118" count="44" type="stmt"/>
1124
- <line num="119" count="6" type="stmt"/>
1125
- <line num="121" count="8" type="cond" truecount="1" falsecount="0"/>
1126
- <line num="122" count="8" type="stmt"/>
1127
- <line num="123" count="8" type="stmt"/>
1341
+ <line num="84" count="6" type="stmt"/>
1342
+ <line num="85" count="6" type="stmt"/>
1343
+ <line num="86" count="6" type="stmt"/>
1344
+ <line num="87" count="6" type="stmt"/>
1345
+ <line num="88" count="8" type="stmt"/>
1346
+ <line num="89" count="1" type="stmt"/>
1347
+ <line num="90" count="1" type="stmt"/>
1348
+ <line num="92" count="8" type="cond" truecount="1" falsecount="0"/>
1349
+ <line num="93" count="8" type="cond" truecount="1" falsecount="0"/>
1350
+ <line num="94" count="18" type="cond" truecount="1" falsecount="0"/>
1351
+ <line num="95" count="6" type="stmt"/>
1352
+ <line num="96" count="6" type="stmt"/>
1353
+ <line num="97" count="18" type="cond" truecount="1" falsecount="0"/>
1354
+ <line num="99" count="2" type="stmt"/>
1355
+ <line num="100" count="2" type="stmt"/>
1356
+ <line num="102" count="6" type="cond" truecount="1" falsecount="0"/>
1357
+ <line num="103" count="6" type="cond" truecount="1" falsecount="0"/>
1358
+ <line num="104" count="44" type="stmt"/>
1359
+ <line num="105" count="44" type="stmt"/>
1360
+ <line num="108" count="44" type="cond" truecount="2" falsecount="0"/>
1361
+ <line num="109" count="6" type="stmt"/>
1362
+ <line num="110" count="44" type="cond" truecount="3" falsecount="0"/>
1363
+ <line num="111" count="2" type="stmt"/>
1364
+ <line num="112" count="2" type="cond" truecount="1" falsecount="0"/>
1365
+ <line num="115" count="36" type="stmt"/>
1366
+ <line num="117" count="44" type="cond" truecount="1" falsecount="0"/>
1367
+ <line num="118" count="32" type="stmt"/>
1368
+ <line num="119" count="44" type="cond" truecount="1" falsecount="0"/>
1369
+ <line num="120" count="4" type="stmt"/>
1370
+ <line num="121" count="4" type="stmt"/>
1371
+ <line num="122" count="44" type="stmt"/>
1372
+ <line num="123" count="6" type="stmt"/>
1373
+ <line num="125" count="8" type="cond" truecount="1" falsecount="0"/>
1374
+ <line num="126" count="8" type="stmt"/>
1375
+ <line num="127" count="8" type="stmt"/>
1376
+ <line num="128" count="8" type="stmt"/>
1377
+ <line num="129" count="8" type="stmt"/>
1128
1378
  </file>
1129
1379
  <file name="packageScript.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/packageScript.ts">
1130
- <metrics statements="78" coveredstatements="78" conditionals="23" coveredconditionals="23" methods="3" coveredmethods="3"/>
1380
+ <metrics statements="100" coveredstatements="100" conditionals="23" coveredconditionals="23" methods="3" coveredmethods="3"/>
1131
1381
  <line num="1" count="1" type="stmt"/>
1382
+ <line num="8" count="1" type="stmt"/>
1383
+ <line num="9" count="1" type="stmt"/>
1384
+ <line num="10" count="1" type="stmt"/>
1385
+ <line num="11" count="1" type="stmt"/>
1132
1386
  <line num="13" count="1" type="stmt"/>
1133
1387
  <line num="14" count="1" type="stmt"/>
1134
1388
  <line num="15" count="1" type="stmt"/>
@@ -1150,66 +1404,88 @@
1150
1404
  <line num="35" count="4" type="stmt"/>
1151
1405
  <line num="36" count="4" type="stmt"/>
1152
1406
  <line num="37" count="4" type="cond" truecount="1" falsecount="0"/>
1153
- <line num="38" count="2" type="cond" truecount="1" falsecount="0"/>
1407
+ <line num="38" count="2" type="stmt"/>
1154
1408
  <line num="39" count="2" type="stmt"/>
1155
1409
  <line num="40" count="2" type="stmt"/>
1156
- <line num="41" count="2" type="stmt"/>
1410
+ <line num="41" count="2" type="cond" truecount="1" falsecount="0"/>
1157
1411
  <line num="42" count="2" type="stmt"/>
1158
- <line num="43" count="4" type="stmt"/>
1159
- <line num="44" count="4" type="stmt"/>
1160
- <line num="45" count="4" type="cond" truecount="1" falsecount="0"/>
1161
- <line num="46" count="12" type="stmt"/>
1162
- <line num="47" count="12" type="stmt"/>
1163
- <line num="48" count="12" type="stmt"/>
1164
- <line num="49" count="12" type="stmt"/>
1412
+ <line num="43" count="2" type="stmt"/>
1413
+ <line num="44" count="2" type="stmt"/>
1414
+ <line num="45" count="2" type="stmt"/>
1415
+ <line num="46" count="2" type="stmt"/>
1416
+ <line num="47" count="4" type="stmt"/>
1417
+ <line num="48" count="4" type="stmt"/>
1418
+ <line num="49" count="4" type="cond" truecount="1" falsecount="0"/>
1165
1419
  <line num="50" count="12" type="stmt"/>
1166
- <line num="52" count="12" type="cond" truecount="1" falsecount="0"/>
1167
- <line num="53" count="4" type="stmt"/>
1168
- <line num="54" count="4" type="stmt"/>
1169
- <line num="55" count="12" type="cond" truecount="1" falsecount="0"/>
1170
- <line num="56" count="8" type="cond" truecount="1" falsecount="0"/>
1171
- <line num="57" count="14" type="cond" truecount="1" falsecount="0"/>
1420
+ <line num="51" count="12" type="stmt"/>
1421
+ <line num="52" count="12" type="stmt"/>
1422
+ <line num="53" count="12" type="stmt"/>
1423
+ <line num="54" count="12" type="stmt"/>
1424
+ <line num="56" count="12" type="cond" truecount="1" falsecount="0"/>
1425
+ <line num="57" count="4" type="stmt"/>
1172
1426
  <line num="58" count="4" type="stmt"/>
1173
- <line num="59" count="4" type="stmt"/>
1174
- <line num="60" count="14" type="stmt"/>
1175
- <line num="61" count="14" type="stmt"/>
1176
- <line num="62" count="8" type="cond" truecount="1" falsecount="0"/>
1177
- <line num="63" count="8" type="stmt"/>
1178
- <line num="64" count="8" type="stmt"/>
1179
- <line num="66" count="12" type="stmt"/>
1180
- <line num="68" count="12" type="cond" truecount="3" falsecount="0"/>
1181
- <line num="69" count="10" type="stmt"/>
1182
- <line num="71" count="10" type="cond" truecount="2" falsecount="0"/>
1183
- <line num="72" count="8" type="stmt"/>
1184
- <line num="73" count="8" type="cond" truecount="1" falsecount="0"/>
1185
- <line num="74" count="8" type="cond" truecount="1" falsecount="0"/>
1186
- <line num="75" count="8" type="cond" truecount="2" falsecount="0"/>
1187
- <line num="76" count="4" type="stmt"/>
1188
- <line num="77" count="4" type="stmt"/>
1189
- <line num="78" count="4" type="stmt"/>
1190
- <line num="79" count="4" type="stmt"/>
1191
- <line num="80" count="8" type="stmt"/>
1192
- <line num="81" count="8" type="stmt"/>
1427
+ <line num="59" count="12" type="cond" truecount="1" falsecount="0"/>
1428
+ <line num="60" count="8" type="cond" truecount="1" falsecount="0"/>
1429
+ <line num="61" count="14" type="cond" truecount="1" falsecount="0"/>
1430
+ <line num="62" count="4" type="stmt"/>
1431
+ <line num="63" count="4" type="stmt"/>
1432
+ <line num="64" count="14" type="stmt"/>
1433
+ <line num="65" count="14" type="stmt"/>
1434
+ <line num="66" count="8" type="cond" truecount="1" falsecount="0"/>
1435
+ <line num="67" count="6" type="stmt"/>
1436
+ <line num="68" count="8" type="stmt"/>
1437
+ <line num="69" count="8" type="stmt"/>
1438
+ <line num="71" count="12" type="stmt"/>
1439
+ <line num="73" count="12" type="stmt"/>
1440
+ <line num="74" count="12" type="cond" truecount="1" falsecount="0"/>
1441
+ <line num="75" count="10" type="cond" truecount="1" falsecount="0"/>
1442
+ <line num="76" count="12" type="cond" truecount="1" falsecount="0"/>
1443
+ <line num="77" count="10" type="stmt"/>
1444
+ <line num="79" count="10" type="stmt"/>
1445
+ <line num="80" count="10" type="cond" truecount="1" falsecount="0"/>
1446
+ <line num="81" count="10" type="cond" truecount="1" falsecount="0"/>
1193
1447
  <line num="82" count="8" type="stmt"/>
1194
- <line num="83" count="8" type="stmt"/>
1195
- <line num="85" count="10" type="stmt"/>
1196
- <line num="86" count="10" type="cond" truecount="3" falsecount="0"/>
1197
- <line num="87" count="10" type="stmt"/>
1198
- <line num="89" count="10" type="stmt"/>
1199
- <line num="90" count="10" type="stmt"/>
1200
- <line num="91" count="10" type="stmt"/>
1201
- <line num="92" count="10" type="cond" truecount="1" falsecount="0"/>
1202
- <line num="93" count="10" type="stmt"/>
1203
- <line num="94" count="10" type="stmt"/>
1204
- <line num="95" count="10" type="stmt"/>
1205
- <line num="96" count="12" type="stmt"/>
1206
- <line num="97" count="16" type="stmt"/>
1207
- <line num="98" count="1" type="stmt"/>
1208
- <line num="99" count="1" type="stmt"/>
1448
+ <line num="83" count="8" type="cond" truecount="1" falsecount="0"/>
1449
+ <line num="84" count="8" type="stmt"/>
1450
+ <line num="85" count="8" type="stmt"/>
1451
+ <line num="86" count="8" type="stmt"/>
1452
+ <line num="87" count="8" type="cond" truecount="1" falsecount="0"/>
1453
+ <line num="88" count="8" type="cond" truecount="2" falsecount="0"/>
1454
+ <line num="89" count="4" type="stmt"/>
1455
+ <line num="90" count="4" type="stmt"/>
1456
+ <line num="91" count="4" type="stmt"/>
1457
+ <line num="92" count="4" type="stmt"/>
1458
+ <line num="93" count="8" type="stmt"/>
1459
+ <line num="94" count="8" type="stmt"/>
1460
+ <line num="95" count="8" type="stmt"/>
1461
+ <line num="96" count="8" type="stmt"/>
1462
+ <line num="97" count="8" type="stmt"/>
1463
+ <line num="99" count="10" type="stmt"/>
1464
+ <line num="100" count="10" type="cond" truecount="3" falsecount="0"/>
1465
+ <line num="101" count="10" type="stmt"/>
1466
+ <line num="103" count="10" type="stmt"/>
1467
+ <line num="104" count="10" type="stmt"/>
1468
+ <line num="105" count="10" type="stmt"/>
1469
+ <line num="106" count="10" type="stmt"/>
1470
+ <line num="107" count="10" type="stmt"/>
1471
+ <line num="108" count="10" type="stmt"/>
1472
+ <line num="109" count="10" type="cond" truecount="1" falsecount="0"/>
1473
+ <line num="110" count="10" type="stmt"/>
1474
+ <line num="111" count="10" type="stmt"/>
1475
+ <line num="112" count="10" type="stmt"/>
1476
+ <line num="113" count="10" type="stmt"/>
1477
+ <line num="114" count="12" type="stmt"/>
1478
+ <line num="115" count="16" type="stmt"/>
1479
+ <line num="116" count="1" type="stmt"/>
1480
+ <line num="117" count="1" type="stmt"/>
1209
1481
  </file>
1210
1482
  <file name="requireDependency.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/requireDependency.ts">
1211
- <metrics statements="53" coveredstatements="48" conditionals="9" coveredconditionals="9" methods="3" coveredmethods="2"/>
1483
+ <metrics statements="74" coveredstatements="65" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="2"/>
1212
1484
  <line num="1" count="1" type="stmt"/>
1485
+ <line num="9" count="1" type="stmt"/>
1486
+ <line num="10" count="1" type="stmt"/>
1487
+ <line num="11" count="1" type="stmt"/>
1488
+ <line num="12" count="1" type="stmt"/>
1213
1489
  <line num="14" count="1" type="stmt"/>
1214
1490
  <line num="15" count="1" type="stmt"/>
1215
1491
  <line num="16" count="1" type="stmt"/>
@@ -1227,45 +1503,67 @@
1227
1503
  <line num="32" count="7" type="stmt"/>
1228
1504
  <line num="33" count="7" type="stmt"/>
1229
1505
  <line num="34" count="7" type="cond" truecount="1" falsecount="0"/>
1230
- <line num="35" count="28" type="cond" truecount="1" falsecount="0"/>
1231
- <line num="36" count="14" type="stmt"/>
1506
+ <line num="35" count="28" type="stmt"/>
1507
+ <line num="36" count="28" type="cond" truecount="1" falsecount="0"/>
1232
1508
  <line num="37" count="14" type="stmt"/>
1233
- <line num="39" count="28" type="cond" truecount="1" falsecount="0"/>
1234
- <line num="40" count="3" type="stmt"/>
1509
+ <line num="38" count="14" type="stmt"/>
1510
+ <line num="40" count="28" type="cond" truecount="1" falsecount="0"/>
1235
1511
  <line num="41" count="3" type="stmt"/>
1236
1512
  <line num="42" count="3" type="stmt"/>
1237
1513
  <line num="43" count="3" type="stmt"/>
1238
- <line num="44" count="0" type="stmt"/>
1514
+ <line num="44" count="3" type="stmt"/>
1239
1515
  <line num="45" count="0" type="stmt"/>
1240
1516
  <line num="46" count="0" type="stmt"/>
1241
1517
  <line num="47" count="0" type="stmt"/>
1242
1518
  <line num="48" count="0" type="stmt"/>
1243
- <line num="49" count="3" type="stmt"/>
1244
- <line num="50" count="3" type="stmt"/>
1245
- <line num="51" count="3" type="cond" truecount="1" falsecount="0"/>
1246
- <line num="53" count="11" type="stmt"/>
1247
- <line num="54" count="11" type="cond" truecount="1" falsecount="0"/>
1248
- <line num="55" count="9" type="stmt"/>
1249
- <line num="56" count="9" type="stmt"/>
1250
- <line num="57" count="9" type="stmt"/>
1251
- <line num="58" count="9" type="cond" truecount="1" falsecount="0"/>
1252
- <line num="59" count="9" type="cond" truecount="1" falsecount="0"/>
1253
- <line num="60" count="4" type="cond" truecount="1" falsecount="0"/>
1254
- <line num="61" count="4" type="stmt"/>
1255
- <line num="62" count="4" type="stmt"/>
1256
- <line num="63" count="4" type="stmt"/>
1257
- <line num="64" count="4" type="stmt"/>
1258
- <line num="65" count="9" type="stmt"/>
1259
- <line num="66" count="9" type="stmt"/>
1260
- <line num="67" count="11" type="stmt"/>
1261
- <line num="68" count="7" type="stmt"/>
1262
- <line num="69" count="7" type="stmt"/>
1263
- <line num="70" count="1" type="stmt"/>
1264
- <line num="71" count="1" type="stmt"/>
1519
+ <line num="49" count="0" type="stmt"/>
1520
+ <line num="50" count="0" type="stmt"/>
1521
+ <line num="51" count="0" type="stmt"/>
1522
+ <line num="52" count="0" type="stmt"/>
1523
+ <line num="53" count="0" type="stmt"/>
1524
+ <line num="54" count="3" type="stmt"/>
1525
+ <line num="55" count="3" type="stmt"/>
1526
+ <line num="56" count="3" type="cond" truecount="1" falsecount="0"/>
1527
+ <line num="58" count="28" type="cond" truecount="1" falsecount="0"/>
1528
+ <line num="59" count="16" type="cond" truecount="1" falsecount="0"/>
1529
+ <line num="60" count="11" type="stmt"/>
1530
+ <line num="61" count="11" type="stmt"/>
1531
+ <line num="62" count="11" type="stmt"/>
1532
+ <line num="63" count="11" type="stmt"/>
1533
+ <line num="64" count="11" type="stmt"/>
1534
+ <line num="65" count="11" type="cond" truecount="1" falsecount="0"/>
1535
+ <line num="66" count="11" type="stmt"/>
1536
+ <line num="67" count="11" type="cond" truecount="1" falsecount="0"/>
1537
+ <line num="68" count="5" type="stmt"/>
1538
+ <line num="69" count="5" type="stmt"/>
1539
+ <line num="70" count="5" type="stmt"/>
1540
+ <line num="71" count="5" type="cond" truecount="1" falsecount="0"/>
1541
+ <line num="72" count="5" type="cond" truecount="1" falsecount="0"/>
1542
+ <line num="73" count="1" type="stmt"/>
1543
+ <line num="74" count="1" type="stmt"/>
1544
+ <line num="75" count="5" type="cond" truecount="1" falsecount="0"/>
1545
+ <line num="76" count="4" type="stmt"/>
1546
+ <line num="77" count="4" type="stmt"/>
1547
+ <line num="78" count="5" type="stmt"/>
1548
+ <line num="79" count="5" type="stmt"/>
1549
+ <line num="80" count="5" type="stmt"/>
1550
+ <line num="81" count="5" type="stmt"/>
1551
+ <line num="82" count="11" type="stmt"/>
1552
+ <line num="83" count="11" type="stmt"/>
1553
+ <line num="84" count="16" type="cond" truecount="1" falsecount="0"/>
1554
+ <line num="85" count="7" type="stmt"/>
1555
+ <line num="86" count="7" type="stmt"/>
1556
+ <line num="87" count="1" type="stmt"/>
1557
+ <line num="88" count="1" type="stmt"/>
1265
1558
  </file>
1266
1559
  <file name="standardTsconfig.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/standardTsconfig.ts">
1267
- <metrics statements="126" coveredstatements="126" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1560
+ <metrics statements="152" coveredstatements="152" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1268
1561
  <line num="1" count="1" type="stmt"/>
1562
+ <line num="6" count="1" type="stmt"/>
1563
+ <line num="7" count="1" type="stmt"/>
1564
+ <line num="8" count="1" type="stmt"/>
1565
+ <line num="9" count="1" type="stmt"/>
1566
+ <line num="10" count="1" type="stmt"/>
1269
1567
  <line num="11" count="1" type="stmt"/>
1270
1568
  <line num="12" count="1" type="stmt"/>
1271
1569
  <line num="13" count="1" type="stmt"/>
@@ -1391,13 +1689,35 @@
1391
1689
  <line num="133" count="1" type="stmt"/>
1392
1690
  <line num="134" count="1" type="stmt"/>
1393
1691
  <line num="135" count="1" type="stmt"/>
1692
+ <line num="136" count="1" type="stmt"/>
1693
+ <line num="137" count="1" type="stmt"/>
1694
+ <line num="138" count="1" type="stmt"/>
1695
+ <line num="139" count="1" type="stmt"/>
1696
+ <line num="140" count="1" type="stmt"/>
1697
+ <line num="141" count="1" type="stmt"/>
1698
+ <line num="142" count="1" type="stmt"/>
1699
+ <line num="143" count="1" type="stmt"/>
1700
+ <line num="144" count="1" type="stmt"/>
1701
+ <line num="145" count="1" type="stmt"/>
1702
+ <line num="146" count="1" type="stmt"/>
1703
+ <line num="147" count="1" type="stmt"/>
1704
+ <line num="148" count="1" type="stmt"/>
1705
+ <line num="149" count="1" type="stmt"/>
1706
+ <line num="150" count="1" type="stmt"/>
1707
+ <line num="151" count="1" type="stmt"/>
1708
+ <line num="152" count="1" type="stmt"/>
1709
+ <line num="153" count="1" type="stmt"/>
1710
+ <line num="154" count="1" type="stmt"/>
1711
+ <line num="155" count="1" type="stmt"/>
1712
+ <line num="156" count="1" type="stmt"/>
1394
1713
  </file>
1395
1714
  </package>
1396
1715
  <package name="src.util">
1397
- <metrics statements="134" coveredstatements="124" conditionals="30" coveredconditionals="24" methods="11" coveredmethods="11"/>
1716
+ <metrics statements="156" coveredstatements="144" conditionals="30" coveredconditionals="24" methods="11" coveredmethods="11"/>
1398
1717
  <file name="checkAlpha.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/util/checkAlpha.ts">
1399
- <metrics statements="41" coveredstatements="39" conditionals="10" coveredconditionals="9" methods="4" coveredmethods="4"/>
1718
+ <metrics statements="45" coveredstatements="43" conditionals="10" coveredconditionals="9" methods="4" coveredmethods="4"/>
1400
1719
  <line num="1" count="1" type="stmt"/>
1720
+ <line num="9" count="1" type="stmt"/>
1401
1721
  <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
1402
1722
  <line num="12" count="4" type="stmt"/>
1403
1723
  <line num="13" count="4" type="stmt"/>
@@ -1438,32 +1758,37 @@
1438
1758
  <line num="57" count="1" type="cond" truecount="1" falsecount="0"/>
1439
1759
  <line num="58" count="4" type="stmt"/>
1440
1760
  <line num="59" count="4" type="stmt"/>
1761
+ <line num="60" count="4" type="stmt"/>
1762
+ <line num="61" count="4" type="stmt"/>
1763
+ <line num="62" count="4" type="stmt"/>
1441
1764
  </file>
1442
1765
  <file name="createRuleFactory.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/util/createRuleFactory.ts">
1443
1766
  <metrics statements="19" coveredstatements="19" conditionals="3" coveredconditionals="3" methods="2" coveredmethods="2"/>
1444
- <line num="14" count="1" type="stmt"/>
1445
- <line num="15" count="1" type="cond" truecount="1" falsecount="0"/>
1446
- <line num="16" count="11" type="stmt"/>
1447
- <line num="17" count="11" type="stmt"/>
1448
- <line num="18" count="11" type="stmt"/>
1449
- <line num="19" count="11" type="stmt"/>
1767
+ <line num="18" count="1" type="stmt"/>
1768
+ <line num="19" count="1" type="cond" truecount="1" falsecount="0"/>
1450
1769
  <line num="20" count="11" type="stmt"/>
1451
- <line num="21" count="11" type="cond" truecount="1" falsecount="0"/>
1452
- <line num="22" count="104" type="stmt"/>
1453
- <line num="23" count="104" type="stmt"/>
1454
- <line num="24" count="104" type="stmt"/>
1455
- <line num="26" count="104" type="cond" truecount="1" falsecount="0"/>
1770
+ <line num="21" count="11" type="stmt"/>
1771
+ <line num="22" count="11" type="stmt"/>
1772
+ <line num="23" count="11" type="stmt"/>
1773
+ <line num="24" count="11" type="stmt"/>
1774
+ <line num="25" count="11" type="cond" truecount="1" falsecount="0"/>
1775
+ <line num="26" count="104" type="stmt"/>
1456
1776
  <line num="27" count="104" type="stmt"/>
1457
1777
  <line num="28" count="104" type="stmt"/>
1458
- <line num="29" count="104" type="stmt"/>
1459
- <line num="30" count="104" type="stmt"/>
1778
+ <line num="30" count="104" type="cond" truecount="1" falsecount="0"/>
1460
1779
  <line num="31" count="104" type="stmt"/>
1461
1780
  <line num="32" count="104" type="stmt"/>
1462
- <line num="33" count="11" type="stmt"/>
1781
+ <line num="33" count="104" type="stmt"/>
1782
+ <line num="34" count="104" type="stmt"/>
1783
+ <line num="35" count="104" type="stmt"/>
1784
+ <line num="36" count="104" type="stmt"/>
1785
+ <line num="37" count="11" type="stmt"/>
1463
1786
  </file>
1464
1787
  <file name="makeDirectory.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/util/makeDirectory.ts">
1465
- <metrics statements="12" coveredstatements="12" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
1788
+ <metrics statements="14" coveredstatements="14" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
1466
1789
  <line num="1" count="1" type="stmt"/>
1790
+ <line num="8" count="1" type="stmt"/>
1791
+ <line num="9" count="1" type="stmt"/>
1467
1792
  <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
1468
1793
  <line num="14" count="78" type="stmt"/>
1469
1794
  <line num="15" count="78" type="cond" truecount="1" falsecount="0"/>
@@ -1477,69 +1802,85 @@
1477
1802
  <line num="24" count="78" type="stmt"/>
1478
1803
  </file>
1479
1804
  <file name="packageDependencyGraphService.ts" path="/home/runner/work/monorepolint/monorepolint/packages/rules/src/util/packageDependencyGraphService.ts">
1480
- <metrics statements="62" coveredstatements="54" conditionals="13" coveredconditionals="8" methods="4" coveredmethods="4"/>
1805
+ <metrics statements="78" coveredstatements="68" conditionals="13" coveredconditionals="8" methods="4" coveredmethods="4"/>
1481
1806
  <line num="1" count="1" type="stmt"/>
1482
- <line num="35" count="1" type="stmt"/>
1483
- <line num="37" count="1" type="cond" truecount="1" falsecount="0"/>
1484
- <line num="38" count="1" type="stmt"/>
1485
- <line num="39" count="1" type="stmt"/>
1486
- <line num="40" count="1" type="stmt"/>
1807
+ <line num="6" count="1" type="stmt"/>
1808
+ <line num="7" count="1" type="stmt"/>
1487
1809
  <line num="41" count="1" type="stmt"/>
1488
- <line num="42" count="1" type="stmt"/>
1489
- <line num="43" count="1" type="cond" truecount="1" falsecount="0"/>
1490
- <line num="44" count="5" type="cond" truecount="0" falsecount="1"/>
1491
- <line num="45" count="0" type="stmt"/>
1492
- <line num="46" count="0" type="stmt"/>
1493
- <line num="48" count="5" type="stmt"/>
1494
- <line num="49" count="5" type="stmt"/>
1495
- <line num="50" count="5" type="stmt"/>
1496
- <line num="51" count="5" type="stmt"/>
1810
+ <line num="43" count="1" type="stmt"/>
1811
+ <line num="45" count="1" type="cond" truecount="1" falsecount="0"/>
1812
+ <line num="46" count="1" type="stmt"/>
1813
+ <line num="47" count="1" type="stmt"/>
1814
+ <line num="48" count="1" type="stmt"/>
1815
+ <line num="49" count="1" type="stmt"/>
1816
+ <line num="50" count="1" type="stmt"/>
1817
+ <line num="51" count="1" type="cond" truecount="1" falsecount="0"/>
1497
1818
  <line num="52" count="5" type="stmt"/>
1498
1819
  <line num="53" count="5" type="stmt"/>
1499
1820
  <line num="54" count="5" type="stmt"/>
1500
- <line num="55" count="5" type="stmt"/>
1501
- <line num="56" count="5" type="stmt"/>
1821
+ <line num="55" count="5" type="cond" truecount="0" falsecount="1"/>
1822
+ <line num="56" count="0" type="stmt"/>
1823
+ <line num="57" count="0" type="stmt"/>
1502
1824
  <line num="59" count="5" type="stmt"/>
1825
+ <line num="60" count="5" type="stmt"/>
1503
1826
  <line num="61" count="5" type="stmt"/>
1504
- <line num="62" count="5" type="cond" truecount="0" falsecount="1"/>
1505
- <line num="63" count="5" type="cond" truecount="2" falsecount="0"/>
1506
- <line num="64" count="5" type="cond" truecount="1" falsecount="0"/>
1507
- <line num="65" count="4" type="stmt"/>
1508
- <line num="66" count="4" type="cond" truecount="0" falsecount="1"/>
1509
- <line num="67" count="0" type="stmt"/>
1510
- <line num="68" count="0" type="stmt"/>
1511
- <line num="70" count="4" type="stmt"/>
1512
- <line num="71" count="4" type="stmt"/>
1827
+ <line num="62" count="5" type="stmt"/>
1828
+ <line num="63" count="5" type="stmt"/>
1829
+ <line num="64" count="5" type="stmt"/>
1830
+ <line num="65" count="5" type="stmt"/>
1831
+ <line num="66" count="5" type="stmt"/>
1832
+ <line num="67" count="5" type="stmt"/>
1833
+ <line num="70" count="5" type="stmt"/>
1513
1834
  <line num="72" count="5" type="stmt"/>
1514
- <line num="74" count="5" type="stmt"/>
1515
- <line num="75" count="5" type="stmt"/>
1516
- <line num="77" count="1" type="stmt"/>
1517
- <line num="78" count="1" type="stmt"/>
1518
- <line num="81" count="1" type="cond" truecount="1" falsecount="0"/>
1519
- <line num="82" count="1" type="stmt"/>
1520
- <line num="83" count="1" type="stmt"/>
1521
- <line num="84" count="1" type="stmt"/>
1522
- <line num="85" count="1" type="stmt"/>
1523
- <line num="87" count="1" type="cond" truecount="1" falsecount="0"/>
1524
- <line num="88" count="5" type="stmt"/>
1525
- <line num="89" count="5" type="stmt"/>
1526
- <line num="90" count="5" type="stmt"/>
1527
- <line num="92" count="5" type="cond" truecount="0" falsecount="1"/>
1528
- <line num="93" count="0" type="stmt"/>
1529
- <line num="94" count="0" type="stmt"/>
1530
- <line num="97" count="5" type="cond" truecount="0" falsecount="1"/>
1531
- <line num="98" count="0" type="stmt"/>
1532
- <line num="99" count="0" type="stmt"/>
1533
- <line num="102" count="5" type="stmt"/>
1534
- <line num="103" count="5" type="stmt"/>
1535
- <line num="104" count="5" type="stmt"/>
1536
- <line num="107" count="5" type="cond" truecount="1" falsecount="0"/>
1537
- <line num="108" count="4" type="stmt"/>
1538
- <line num="109" count="4" type="stmt"/>
1539
- <line num="110" count="5" type="stmt"/>
1540
- <line num="112" count="1" type="stmt"/>
1541
- <line num="113" count="1" type="stmt"/>
1542
- <line num="114" count="1" type="stmt"/>
1835
+ <line num="73" count="5" type="cond" truecount="0" falsecount="1"/>
1836
+ <line num="74" count="5" type="cond" truecount="1" falsecount="0"/>
1837
+ <line num="75" count="3" type="cond" truecount="1" falsecount="0"/>
1838
+ <line num="76" count="2" type="stmt"/>
1839
+ <line num="77" count="5" type="cond" truecount="1" falsecount="0"/>
1840
+ <line num="78" count="4" type="stmt"/>
1841
+ <line num="79" count="4" type="stmt"/>
1842
+ <line num="80" count="4" type="stmt"/>
1843
+ <line num="81" count="4" type="stmt"/>
1844
+ <line num="82" count="4" type="cond" truecount="0" falsecount="1"/>
1845
+ <line num="83" count="0" type="stmt"/>
1846
+ <line num="84" count="0" type="stmt"/>
1847
+ <line num="85" count="0" type="stmt"/>
1848
+ <line num="86" count="0" type="stmt"/>
1849
+ <line num="88" count="4" type="stmt"/>
1850
+ <line num="89" count="4" type="stmt"/>
1851
+ <line num="90" count="4" type="stmt"/>
1852
+ <line num="91" count="4" type="stmt"/>
1853
+ <line num="92" count="4" type="stmt"/>
1854
+ <line num="93" count="5" type="stmt"/>
1855
+ <line num="95" count="5" type="stmt"/>
1856
+ <line num="96" count="5" type="stmt"/>
1857
+ <line num="98" count="1" type="stmt"/>
1858
+ <line num="99" count="1" type="stmt"/>
1859
+ <line num="102" count="1" type="cond" truecount="1" falsecount="0"/>
1860
+ <line num="103" count="1" type="stmt"/>
1861
+ <line num="104" count="1" type="stmt"/>
1862
+ <line num="107" count="1" type="stmt"/>
1863
+ <line num="108" count="1" type="stmt"/>
1864
+ <line num="110" count="1" type="cond" truecount="1" falsecount="0"/>
1865
+ <line num="111" count="5" type="stmt"/>
1866
+ <line num="112" count="5" type="stmt"/>
1867
+ <line num="117" count="5" type="stmt"/>
1868
+ <line num="119" count="5" type="cond" truecount="0" falsecount="1"/>
1869
+ <line num="120" count="0" type="stmt"/>
1870
+ <line num="121" count="0" type="stmt"/>
1871
+ <line num="124" count="5" type="cond" truecount="0" falsecount="1"/>
1872
+ <line num="125" count="0" type="stmt"/>
1873
+ <line num="126" count="0" type="stmt"/>
1874
+ <line num="129" count="5" type="stmt"/>
1875
+ <line num="130" count="5" type="stmt"/>
1876
+ <line num="131" count="5" type="stmt"/>
1877
+ <line num="134" count="5" type="cond" truecount="1" falsecount="0"/>
1878
+ <line num="135" count="4" type="stmt"/>
1879
+ <line num="136" count="4" type="stmt"/>
1880
+ <line num="137" count="5" type="stmt"/>
1881
+ <line num="139" count="1" type="stmt"/>
1882
+ <line num="140" count="1" type="stmt"/>
1883
+ <line num="141" count="1" type="stmt"/>
1543
1884
  </file>
1544
1885
  </package>
1545
1886
  </project>