@ttoss/cloud-auth 0.8.7 → 0.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -3
- package/.turbo/turbo-build.log +0 -0
- package/.turbo/turbo-test.log +0 -33
- package/CHANGELOG.md +0 -114
- package/babel.config.js +0 -3
- package/coverage/clover.xml +0 -327
- package/coverage/coverage-final.json +0 -4
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/config.ts.html +0 -88
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -146
- package/coverage/lcov-report/index.ts.html +0 -91
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov-report/template.ts.html +0 -1012
- package/coverage/lcov.info +0 -358
- package/jest.config.ts +0 -5
- package/tests/unit/template.test.ts +0 -100
- package/tsconfig.json +0 -3
- package/tsup.config.ts +0 -3
package/package.json
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/cloud-auth",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.9",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/esm/index.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist",
|
|
8
|
+
"src"
|
|
9
|
+
],
|
|
6
10
|
"scripts": {
|
|
7
11
|
"build": "tsup",
|
|
8
12
|
"test": "jest"
|
|
@@ -10,7 +14,7 @@
|
|
|
10
14
|
"sideEffects": false,
|
|
11
15
|
"typings": "./dist/index.d.ts",
|
|
12
16
|
"dependencies": {
|
|
13
|
-
"@ttoss/cloudformation": "^0.6.
|
|
17
|
+
"@ttoss/cloudformation": "^0.6.10"
|
|
14
18
|
},
|
|
15
19
|
"devDependencies": {
|
|
16
20
|
"@ttoss/config": "^1.29.4",
|
|
@@ -22,5 +26,5 @@
|
|
|
22
26
|
"publishConfig": {
|
|
23
27
|
"access": "public"
|
|
24
28
|
},
|
|
25
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "8eafbcce082f4e1d8173eef0d40b99c683de8af9"
|
|
26
30
|
}
|
package/.turbo/turbo-build.log
DELETED
|
File without changes
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @ttoss/cloud-auth@0.8.6 test /hdd1T/startup/ttoss/ttoss/packages/cloud-auth
|
|
3
|
-
> jest
|
|
4
|
-
|
|
5
|
-
PASS tests/unit/template.test.ts (14.191 s)
|
|
6
|
-
user pool
|
|
7
|
-
✓ do not add schema if not provided (14 ms)
|
|
8
|
-
✓ add schema if provided (8 ms)
|
|
9
|
-
✓ should have autoVerifiedAttributes equal email by default (2 ms)
|
|
10
|
-
✓ default usernameAttributes should be email (2 ms)
|
|
11
|
-
✓ should have autoVerifiedAttributes undefined: [] (1 ms)
|
|
12
|
-
✓ should have autoVerifiedAttributes undefined: null (1 ms)
|
|
13
|
-
✓ should have autoVerifiedAttributes undefined: false (1 ms)
|
|
14
|
-
✓ should retain user pool (1 ms)
|
|
15
|
-
identity pool
|
|
16
|
-
✓ should not have identity pool by default or false: false (3 ms)
|
|
17
|
-
✓ should not have identity pool by default or false: undefined (2 ms)
|
|
18
|
-
✓ should have identity pool if false (2 ms)
|
|
19
|
-
✓ should have identity pool role attachment (1 ms)
|
|
20
|
-
|
|
21
|
-
-------------|---------|----------|---------|---------|-------------------
|
|
22
|
-
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
|
|
23
|
-
-------------|---------|----------|---------|---------|-------------------
|
|
24
|
-
All files | 97.75 | 70.58 | 100 | 97.75 |
|
|
25
|
-
config.ts | 100 | 100 | 100 | 100 |
|
|
26
|
-
index.ts | 100 | 57.14 | 100 | 100 | 1
|
|
27
|
-
template.ts | 97.73 | 80 | 100 | 97.73 | 139-143,284-285
|
|
28
|
-
-------------|---------|----------|---------|---------|-------------------
|
|
29
|
-
Test Suites: 1 passed, 1 total
|
|
30
|
-
Tests: 12 passed, 12 total
|
|
31
|
-
Snapshots: 0 total
|
|
32
|
-
Time: 16.121 s
|
|
33
|
-
Ran all test suites.
|
package/CHANGELOG.md
DELETED
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## 0.8.7 (2023-04-16)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @ttoss/cloud-auth
|
|
9
|
-
|
|
10
|
-
## [0.8.6](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.8.5...@ttoss/cloud-auth@0.8.6) (2023-04-05)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @ttoss/cloud-auth
|
|
13
|
-
|
|
14
|
-
## [0.8.5](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.8.4...@ttoss/cloud-auth@0.8.5) (2023-04-05)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @ttoss/cloud-auth
|
|
17
|
-
|
|
18
|
-
## [0.8.4](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.8.3...@ttoss/cloud-auth@0.8.4) (2023-04-03)
|
|
19
|
-
|
|
20
|
-
**Note:** Version bump only for package @ttoss/cloud-auth
|
|
21
|
-
|
|
22
|
-
## [0.8.3](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.8.2...@ttoss/cloud-auth@0.8.3) (2023-03-26)
|
|
23
|
-
|
|
24
|
-
### Bug Fixes
|
|
25
|
-
|
|
26
|
-
- add i18n id to builds ([#253](https://github.com/ttoss/ttoss/issues/253)) ([a50d288](https://github.com/ttoss/ttoss/commit/a50d288250a5a8d71aee4027f6d41f6e1f0f374d))
|
|
27
|
-
|
|
28
|
-
## [0.8.2](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.8.1...@ttoss/cloud-auth@0.8.2) (2023-03-22)
|
|
29
|
-
|
|
30
|
-
### Bug Fixes
|
|
31
|
-
|
|
32
|
-
- add type button as default ([#252](https://github.com/ttoss/ttoss/issues/252)) ([6429e7c](https://github.com/ttoss/ttoss/commit/6429e7c30e286a98316de9b109129c1b094f6680))
|
|
33
|
-
|
|
34
|
-
## [0.8.1](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.8.0...@ttoss/cloud-auth@0.8.1) (2023-03-20)
|
|
35
|
-
|
|
36
|
-
**Note:** Version bump only for package @ttoss/cloud-auth
|
|
37
|
-
|
|
38
|
-
# [0.8.0](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.7.2...@ttoss/cloud-auth@0.8.0) (2023-03-19)
|
|
39
|
-
|
|
40
|
-
### Features
|
|
41
|
-
|
|
42
|
-
- improve i18n ([#248](https://github.com/ttoss/ttoss/issues/248)) ([ac8629d](https://github.com/ttoss/ttoss/commit/ac8629d24c83076aa39f8bff5188ee74e1a4de9d))
|
|
43
|
-
|
|
44
|
-
## [0.7.2](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.7.1...@ttoss/cloud-auth@0.7.2) (2023-03-16)
|
|
45
|
-
|
|
46
|
-
**Note:** Version bump only for package @ttoss/cloud-auth
|
|
47
|
-
|
|
48
|
-
## [0.7.1](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.7.0...@ttoss/cloud-auth@0.7.1) (2023-03-07)
|
|
49
|
-
|
|
50
|
-
### Bug Fixes
|
|
51
|
-
|
|
52
|
-
- **@ttoss/cloud-auth:** retain user pool ([#229](https://github.com/ttoss/ttoss/issues/229)) ([82c454c](https://github.com/ttoss/ttoss/commit/82c454c75baffea045b2a9d26e713e93d8da12f6))
|
|
53
|
-
|
|
54
|
-
# [0.7.0](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.6.4...@ttoss/cloud-auth@0.7.0) (2023-03-05)
|
|
55
|
-
|
|
56
|
-
### Features
|
|
57
|
-
|
|
58
|
-
- improve appsync api ([#225](https://github.com/ttoss/ttoss/issues/225)) ([ded9624](https://github.com/ttoss/ttoss/commit/ded96245b181e546e1bb66a612d1e6cb0768b1e3))
|
|
59
|
-
|
|
60
|
-
## [0.6.4](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.6.3...@ttoss/cloud-auth@0.6.4) (2023-02-26)
|
|
61
|
-
|
|
62
|
-
**Note:** Version bump only for package @ttoss/cloud-auth
|
|
63
|
-
|
|
64
|
-
## [0.6.3](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.6.2...@ttoss/cloud-auth@0.6.3) (2023-02-23)
|
|
65
|
-
|
|
66
|
-
### Bug Fixes
|
|
67
|
-
|
|
68
|
-
- radio reset checked ([#210](https://github.com/ttoss/ttoss/issues/210)) ([7ccfaa1](https://github.com/ttoss/ttoss/commit/7ccfaa12cbcd0ed9a666348a5faaa79629c727fd))
|
|
69
|
-
|
|
70
|
-
## [0.6.2](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.6.1...@ttoss/cloud-auth@0.6.2) (2023-02-19)
|
|
71
|
-
|
|
72
|
-
**Note:** Version bump only for package @ttoss/cloud-auth
|
|
73
|
-
|
|
74
|
-
## [0.6.1](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.6.0...@ttoss/cloud-auth@0.6.1) (2023-02-15)
|
|
75
|
-
|
|
76
|
-
**Note:** Version bump only for package @ttoss/cloud-auth
|
|
77
|
-
|
|
78
|
-
# 0.6.0 (2023-02-02)
|
|
79
|
-
|
|
80
|
-
### Features
|
|
81
|
-
|
|
82
|
-
- container ([#175](https://github.com/ttoss/ttoss/issues/175)) ([6ce60e7](https://github.com/ttoss/ttoss/commit/6ce60e7618818ca479d70ee1ee42cb2f02ca57b4))
|
|
83
|
-
|
|
84
|
-
# [0.5.0](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.4.0...@ttoss/cloud-auth@0.5.0) (2023-01-14)
|
|
85
|
-
|
|
86
|
-
### Features
|
|
87
|
-
|
|
88
|
-
- add iam auth to appsync-api ([#151](https://github.com/ttoss/ttoss/issues/151)) ([c634cdf](https://github.com/ttoss/ttoss/commit/c634cdfc211ba30802907fd864c8db50a9e8c322))
|
|
89
|
-
|
|
90
|
-
# 0.4.0 (2023-01-11)
|
|
91
|
-
|
|
92
|
-
### Features
|
|
93
|
-
|
|
94
|
-
- task 445/improve cloud auth pedro arantes ([#148](https://github.com/ttoss/ttoss/issues/148)) ([e019266](https://github.com/ttoss/ttoss/commit/e0192663adf6b5a2a82eb0743827dba5ac72f85f))
|
|
95
|
-
|
|
96
|
-
## [0.3.1](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.3.0...@ttoss/cloud-auth@0.3.1) (2022-12-24)
|
|
97
|
-
|
|
98
|
-
**Note:** Version bump only for package @ttoss/cloud-auth
|
|
99
|
-
|
|
100
|
-
# [0.3.0](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.2.0...@ttoss/cloud-auth@0.3.0) (2022-12-19)
|
|
101
|
-
|
|
102
|
-
### Features
|
|
103
|
-
|
|
104
|
-
- add cloud auth ([#103](https://github.com/ttoss/ttoss/issues/103)) ([eba9df0](https://github.com/ttoss/ttoss/commit/eba9df065563c65db711e5615b54a08b28e645c1))
|
|
105
|
-
|
|
106
|
-
# 0.2.0 (2022-12-18)
|
|
107
|
-
|
|
108
|
-
### Bug Fixes
|
|
109
|
-
|
|
110
|
-
- publish access public ([9cd42b6](https://github.com/ttoss/ttoss/commit/9cd42b6231bf090c7a568c5fadeda34cbdb35c50))
|
|
111
|
-
|
|
112
|
-
### Features
|
|
113
|
-
|
|
114
|
-
- add react-auth ([#97](https://github.com/ttoss/ttoss/issues/97)) ([6686ef6](https://github.com/ttoss/ttoss/commit/6686ef6f31f2125dff3fed45aaf8b8250b4ff32c))
|
package/babel.config.js
DELETED
package/coverage/clover.xml
DELETED
|
@@ -1,327 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="1681672259635" clover="3.2.0">
|
|
3
|
-
<project timestamp="1681672259636" name="All files">
|
|
4
|
-
<metrics statements="312" coveredstatements="305" conditionals="17" coveredconditionals="12" methods="1" coveredmethods="1" elements="330" coveredelements="318" complexity="0" loc="312" ncloc="312" packages="1" files="3" classes="3"/>
|
|
5
|
-
<file name="config.ts" path="/hdd1T/startup/ttoss/ttoss/packages/cloud-auth/src/config.ts">
|
|
6
|
-
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
|
-
<line num="1" count="1" type="stmt"/>
|
|
8
|
-
</file>
|
|
9
|
-
<file name="index.ts" path="/hdd1T/startup/ttoss/ttoss/packages/cloud-auth/src/index.ts">
|
|
10
|
-
<metrics statements="2" coveredstatements="2" conditionals="7" coveredconditionals="4" methods="0" coveredmethods="0"/>
|
|
11
|
-
<line num="1" count="1" type="cond" truecount="4" falsecount="3"/>
|
|
12
|
-
<line num="2" count="1" type="stmt"/>
|
|
13
|
-
</file>
|
|
14
|
-
<file name="template.ts" path="/hdd1T/startup/ttoss/ttoss/packages/cloud-auth/src/template.ts">
|
|
15
|
-
<metrics statements="309" coveredstatements="302" conditionals="10" coveredconditionals="8" methods="1" coveredmethods="1"/>
|
|
16
|
-
<line num="1" count="1" type="stmt"/>
|
|
17
|
-
<line num="2" count="1" type="stmt"/>
|
|
18
|
-
<line num="3" count="1" type="stmt"/>
|
|
19
|
-
<line num="4" count="1" type="stmt"/>
|
|
20
|
-
<line num="5" count="1" type="stmt"/>
|
|
21
|
-
<line num="6" count="1" type="stmt"/>
|
|
22
|
-
<line num="7" count="1" type="stmt"/>
|
|
23
|
-
<line num="8" count="1" type="stmt"/>
|
|
24
|
-
<line num="9" count="1" type="stmt"/>
|
|
25
|
-
<line num="10" count="1" type="stmt"/>
|
|
26
|
-
<line num="11" count="1" type="stmt"/>
|
|
27
|
-
<line num="12" count="1" type="stmt"/>
|
|
28
|
-
<line num="13" count="1" type="stmt"/>
|
|
29
|
-
<line num="14" count="1" type="stmt"/>
|
|
30
|
-
<line num="15" count="1" type="stmt"/>
|
|
31
|
-
<line num="16" count="1" type="stmt"/>
|
|
32
|
-
<line num="17" count="1" type="stmt"/>
|
|
33
|
-
<line num="18" count="1" type="stmt"/>
|
|
34
|
-
<line num="19" count="1" type="stmt"/>
|
|
35
|
-
<line num="20" count="1" type="stmt"/>
|
|
36
|
-
<line num="21" count="1" type="stmt"/>
|
|
37
|
-
<line num="22" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
38
|
-
<line num="23" count="12" type="stmt"/>
|
|
39
|
-
<line num="24" count="12" type="stmt"/>
|
|
40
|
-
<line num="25" count="12" type="stmt"/>
|
|
41
|
-
<line num="26" count="12" type="stmt"/>
|
|
42
|
-
<line num="27" count="12" type="stmt"/>
|
|
43
|
-
<line num="28" count="12" type="stmt"/>
|
|
44
|
-
<line num="29" count="12" type="stmt"/>
|
|
45
|
-
<line num="30" count="12" type="stmt"/>
|
|
46
|
-
<line num="31" count="12" type="stmt"/>
|
|
47
|
-
<line num="32" count="12" type="stmt"/>
|
|
48
|
-
<line num="33" count="12" type="stmt"/>
|
|
49
|
-
<line num="34" count="12" type="stmt"/>
|
|
50
|
-
<line num="35" count="12" type="stmt"/>
|
|
51
|
-
<line num="36" count="12" type="stmt"/>
|
|
52
|
-
<line num="37" count="12" type="stmt"/>
|
|
53
|
-
<line num="38" count="12" type="stmt"/>
|
|
54
|
-
<line num="39" count="12" type="stmt"/>
|
|
55
|
-
<line num="40" count="12" type="stmt"/>
|
|
56
|
-
<line num="41" count="12" type="stmt"/>
|
|
57
|
-
<line num="42" count="12" type="stmt"/>
|
|
58
|
-
<line num="43" count="12" type="stmt"/>
|
|
59
|
-
<line num="44" count="12" type="stmt"/>
|
|
60
|
-
<line num="45" count="12" type="stmt"/>
|
|
61
|
-
<line num="46" count="12" type="stmt"/>
|
|
62
|
-
<line num="47" count="12" type="stmt"/>
|
|
63
|
-
<line num="48" count="12" type="stmt"/>
|
|
64
|
-
<line num="49" count="12" type="stmt"/>
|
|
65
|
-
<line num="50" count="12" type="stmt"/>
|
|
66
|
-
<line num="51" count="12" type="stmt"/>
|
|
67
|
-
<line num="52" count="12" type="stmt"/>
|
|
68
|
-
<line num="53" count="12" type="stmt"/>
|
|
69
|
-
<line num="54" count="12" type="stmt"/>
|
|
70
|
-
<line num="55" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
71
|
-
<line num="56" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
72
|
-
<line num="57" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
73
|
-
<line num="58" count="12" type="stmt"/>
|
|
74
|
-
<line num="59" count="12" type="stmt"/>
|
|
75
|
-
<line num="60" count="12" type="stmt"/>
|
|
76
|
-
<line num="61" count="12" type="stmt"/>
|
|
77
|
-
<line num="62" count="12" type="stmt"/>
|
|
78
|
-
<line num="63" count="12" type="stmt"/>
|
|
79
|
-
<line num="64" count="12" type="stmt"/>
|
|
80
|
-
<line num="65" count="12" type="stmt"/>
|
|
81
|
-
<line num="66" count="12" type="stmt"/>
|
|
82
|
-
<line num="67" count="12" type="stmt"/>
|
|
83
|
-
<line num="68" count="12" type="stmt"/>
|
|
84
|
-
<line num="69" count="12" type="stmt"/>
|
|
85
|
-
<line num="70" count="12" type="stmt"/>
|
|
86
|
-
<line num="71" count="12" type="stmt"/>
|
|
87
|
-
<line num="72" count="12" type="stmt"/>
|
|
88
|
-
<line num="73" count="12" type="stmt"/>
|
|
89
|
-
<line num="74" count="12" type="stmt"/>
|
|
90
|
-
<line num="75" count="12" type="stmt"/>
|
|
91
|
-
<line num="76" count="12" type="stmt"/>
|
|
92
|
-
<line num="77" count="12" type="stmt"/>
|
|
93
|
-
<line num="78" count="12" type="stmt"/>
|
|
94
|
-
<line num="79" count="12" type="stmt"/>
|
|
95
|
-
<line num="80" count="12" type="stmt"/>
|
|
96
|
-
<line num="81" count="12" type="stmt"/>
|
|
97
|
-
<line num="82" count="12" type="stmt"/>
|
|
98
|
-
<line num="83" count="12" type="stmt"/>
|
|
99
|
-
<line num="84" count="12" type="stmt"/>
|
|
100
|
-
<line num="85" count="12" type="stmt"/>
|
|
101
|
-
<line num="86" count="12" type="stmt"/>
|
|
102
|
-
<line num="87" count="12" type="stmt"/>
|
|
103
|
-
<line num="88" count="12" type="stmt"/>
|
|
104
|
-
<line num="89" count="12" type="stmt"/>
|
|
105
|
-
<line num="90" count="12" type="stmt"/>
|
|
106
|
-
<line num="91" count="12" type="stmt"/>
|
|
107
|
-
<line num="92" count="12" type="stmt"/>
|
|
108
|
-
<line num="93" count="12" type="stmt"/>
|
|
109
|
-
<line num="94" count="12" type="stmt"/>
|
|
110
|
-
<line num="95" count="12" type="stmt"/>
|
|
111
|
-
<line num="96" count="12" type="stmt"/>
|
|
112
|
-
<line num="97" count="12" type="stmt"/>
|
|
113
|
-
<line num="98" count="12" type="stmt"/>
|
|
114
|
-
<line num="99" count="12" type="stmt"/>
|
|
115
|
-
<line num="100" count="12" type="stmt"/>
|
|
116
|
-
<line num="101" count="12" type="stmt"/>
|
|
117
|
-
<line num="102" count="12" type="stmt"/>
|
|
118
|
-
<line num="103" count="12" type="stmt"/>
|
|
119
|
-
<line num="104" count="12" type="stmt"/>
|
|
120
|
-
<line num="105" count="12" type="stmt"/>
|
|
121
|
-
<line num="106" count="12" type="stmt"/>
|
|
122
|
-
<line num="107" count="12" type="stmt"/>
|
|
123
|
-
<line num="108" count="12" type="stmt"/>
|
|
124
|
-
<line num="109" count="12" type="stmt"/>
|
|
125
|
-
<line num="110" count="12" type="stmt"/>
|
|
126
|
-
<line num="111" count="12" type="stmt"/>
|
|
127
|
-
<line num="112" count="12" type="stmt"/>
|
|
128
|
-
<line num="113" count="12" type="stmt"/>
|
|
129
|
-
<line num="114" count="12" type="stmt"/>
|
|
130
|
-
<line num="115" count="12" type="stmt"/>
|
|
131
|
-
<line num="116" count="12" type="stmt"/>
|
|
132
|
-
<line num="117" count="12" type="stmt"/>
|
|
133
|
-
<line num="118" count="12" type="stmt"/>
|
|
134
|
-
<line num="119" count="12" type="stmt"/>
|
|
135
|
-
<line num="120" count="12" type="stmt"/>
|
|
136
|
-
<line num="121" count="12" type="stmt"/>
|
|
137
|
-
<line num="122" count="12" type="stmt"/>
|
|
138
|
-
<line num="123" count="12" type="stmt"/>
|
|
139
|
-
<line num="124" count="12" type="stmt"/>
|
|
140
|
-
<line num="125" count="12" type="stmt"/>
|
|
141
|
-
<line num="126" count="12" type="stmt"/>
|
|
142
|
-
<line num="127" count="12" type="stmt"/>
|
|
143
|
-
<line num="128" count="12" type="stmt"/>
|
|
144
|
-
<line num="129" count="12" type="stmt"/>
|
|
145
|
-
<line num="130" count="12" type="stmt"/>
|
|
146
|
-
<line num="131" count="12" type="stmt"/>
|
|
147
|
-
<line num="132" count="12" type="stmt"/>
|
|
148
|
-
<line num="133" count="12" type="stmt"/>
|
|
149
|
-
<line num="134" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
150
|
-
<line num="135" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
151
|
-
<line num="136" count="1" type="stmt"/>
|
|
152
|
-
<line num="137" count="1" type="stmt"/>
|
|
153
|
-
<line num="138" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
154
|
-
<line num="139" count="0" type="stmt"/>
|
|
155
|
-
<line num="140" count="0" type="stmt"/>
|
|
156
|
-
<line num="141" count="0" type="stmt"/>
|
|
157
|
-
<line num="142" count="0" type="stmt"/>
|
|
158
|
-
<line num="143" count="0" type="stmt"/>
|
|
159
|
-
<line num="144" count="1" type="stmt"/>
|
|
160
|
-
<line num="145" count="1" type="stmt"/>
|
|
161
|
-
<line num="146" count="1" type="stmt"/>
|
|
162
|
-
<line num="147" count="1" type="stmt"/>
|
|
163
|
-
<line num="148" count="1" type="stmt"/>
|
|
164
|
-
<line num="149" count="1" type="stmt"/>
|
|
165
|
-
<line num="150" count="1" type="stmt"/>
|
|
166
|
-
<line num="151" count="1" type="stmt"/>
|
|
167
|
-
<line num="152" count="1" type="stmt"/>
|
|
168
|
-
<line num="153" count="1" type="stmt"/>
|
|
169
|
-
<line num="154" count="1" type="stmt"/>
|
|
170
|
-
<line num="155" count="1" type="stmt"/>
|
|
171
|
-
<line num="156" count="1" type="stmt"/>
|
|
172
|
-
<line num="157" count="1" type="stmt"/>
|
|
173
|
-
<line num="158" count="1" type="stmt"/>
|
|
174
|
-
<line num="159" count="1" type="stmt"/>
|
|
175
|
-
<line num="160" count="1" type="stmt"/>
|
|
176
|
-
<line num="161" count="1" type="stmt"/>
|
|
177
|
-
<line num="162" count="1" type="stmt"/>
|
|
178
|
-
<line num="163" count="1" type="stmt"/>
|
|
179
|
-
<line num="164" count="1" type="stmt"/>
|
|
180
|
-
<line num="165" count="1" type="stmt"/>
|
|
181
|
-
<line num="166" count="1" type="stmt"/>
|
|
182
|
-
<line num="167" count="12" type="stmt"/>
|
|
183
|
-
<line num="168" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
184
|
-
<line num="169" count="2" type="stmt"/>
|
|
185
|
-
<line num="170" count="2" type="stmt"/>
|
|
186
|
-
<line num="171" count="2" type="stmt"/>
|
|
187
|
-
<line num="172" count="2" type="stmt"/>
|
|
188
|
-
<line num="173" count="2" type="stmt"/>
|
|
189
|
-
<line num="174" count="2" type="stmt"/>
|
|
190
|
-
<line num="175" count="2" type="stmt"/>
|
|
191
|
-
<line num="176" count="2" type="stmt"/>
|
|
192
|
-
<line num="177" count="2" type="stmt"/>
|
|
193
|
-
<line num="178" count="2" type="stmt"/>
|
|
194
|
-
<line num="179" count="2" type="stmt"/>
|
|
195
|
-
<line num="180" count="2" type="stmt"/>
|
|
196
|
-
<line num="181" count="2" type="stmt"/>
|
|
197
|
-
<line num="182" count="2" type="stmt"/>
|
|
198
|
-
<line num="183" count="2" type="stmt"/>
|
|
199
|
-
<line num="184" count="2" type="stmt"/>
|
|
200
|
-
<line num="185" count="2" type="stmt"/>
|
|
201
|
-
<line num="186" count="2" type="stmt"/>
|
|
202
|
-
<line num="187" count="2" type="stmt"/>
|
|
203
|
-
<line num="188" count="2" type="stmt"/>
|
|
204
|
-
<line num="189" count="2" type="stmt"/>
|
|
205
|
-
<line num="190" count="2" type="stmt"/>
|
|
206
|
-
<line num="191" count="2" type="stmt"/>
|
|
207
|
-
<line num="192" count="2" type="stmt"/>
|
|
208
|
-
<line num="193" count="2" type="stmt"/>
|
|
209
|
-
<line num="194" count="2" type="stmt"/>
|
|
210
|
-
<line num="195" count="2" type="stmt"/>
|
|
211
|
-
<line num="196" count="2" type="stmt"/>
|
|
212
|
-
<line num="197" count="2" type="stmt"/>
|
|
213
|
-
<line num="198" count="2" type="stmt"/>
|
|
214
|
-
<line num="199" count="2" type="stmt"/>
|
|
215
|
-
<line num="200" count="2" type="stmt"/>
|
|
216
|
-
<line num="201" count="2" type="stmt"/>
|
|
217
|
-
<line num="202" count="2" type="stmt"/>
|
|
218
|
-
<line num="203" count="2" type="stmt"/>
|
|
219
|
-
<line num="204" count="2" type="stmt"/>
|
|
220
|
-
<line num="205" count="2" type="stmt"/>
|
|
221
|
-
<line num="206" count="2" type="stmt"/>
|
|
222
|
-
<line num="207" count="2" type="stmt"/>
|
|
223
|
-
<line num="208" count="2" type="stmt"/>
|
|
224
|
-
<line num="209" count="2" type="stmt"/>
|
|
225
|
-
<line num="210" count="2" type="stmt"/>
|
|
226
|
-
<line num="211" count="2" type="stmt"/>
|
|
227
|
-
<line num="212" count="2" type="stmt"/>
|
|
228
|
-
<line num="213" count="2" type="stmt"/>
|
|
229
|
-
<line num="214" count="2" type="stmt"/>
|
|
230
|
-
<line num="215" count="2" type="stmt"/>
|
|
231
|
-
<line num="216" count="2" type="stmt"/>
|
|
232
|
-
<line num="217" count="2" type="stmt"/>
|
|
233
|
-
<line num="218" count="2" type="stmt"/>
|
|
234
|
-
<line num="219" count="2" type="stmt"/>
|
|
235
|
-
<line num="220" count="2" type="stmt"/>
|
|
236
|
-
<line num="221" count="2" type="stmt"/>
|
|
237
|
-
<line num="222" count="2" type="stmt"/>
|
|
238
|
-
<line num="223" count="2" type="stmt"/>
|
|
239
|
-
<line num="224" count="2" type="stmt"/>
|
|
240
|
-
<line num="225" count="2" type="stmt"/>
|
|
241
|
-
<line num="226" count="2" type="stmt"/>
|
|
242
|
-
<line num="227" count="2" type="stmt"/>
|
|
243
|
-
<line num="228" count="2" type="stmt"/>
|
|
244
|
-
<line num="229" count="2" type="stmt"/>
|
|
245
|
-
<line num="230" count="2" type="stmt"/>
|
|
246
|
-
<line num="231" count="2" type="stmt"/>
|
|
247
|
-
<line num="232" count="2" type="stmt"/>
|
|
248
|
-
<line num="233" count="2" type="stmt"/>
|
|
249
|
-
<line num="234" count="2" type="stmt"/>
|
|
250
|
-
<line num="235" count="2" type="stmt"/>
|
|
251
|
-
<line num="236" count="2" type="stmt"/>
|
|
252
|
-
<line num="237" count="2" type="stmt"/>
|
|
253
|
-
<line num="238" count="2" type="stmt"/>
|
|
254
|
-
<line num="239" count="2" type="stmt"/>
|
|
255
|
-
<line num="240" count="2" type="stmt"/>
|
|
256
|
-
<line num="241" count="2" type="stmt"/>
|
|
257
|
-
<line num="242" count="2" type="stmt"/>
|
|
258
|
-
<line num="243" count="2" type="stmt"/>
|
|
259
|
-
<line num="244" count="2" type="stmt"/>
|
|
260
|
-
<line num="245" count="2" type="stmt"/>
|
|
261
|
-
<line num="246" count="2" type="stmt"/>
|
|
262
|
-
<line num="247" count="2" type="stmt"/>
|
|
263
|
-
<line num="248" count="2" type="stmt"/>
|
|
264
|
-
<line num="249" count="2" type="stmt"/>
|
|
265
|
-
<line num="250" count="2" type="stmt"/>
|
|
266
|
-
<line num="251" count="2" type="stmt"/>
|
|
267
|
-
<line num="252" count="2" type="stmt"/>
|
|
268
|
-
<line num="253" count="2" type="stmt"/>
|
|
269
|
-
<line num="254" count="2" type="stmt"/>
|
|
270
|
-
<line num="255" count="2" type="stmt"/>
|
|
271
|
-
<line num="256" count="2" type="stmt"/>
|
|
272
|
-
<line num="257" count="2" type="stmt"/>
|
|
273
|
-
<line num="258" count="2" type="stmt"/>
|
|
274
|
-
<line num="259" count="2" type="stmt"/>
|
|
275
|
-
<line num="260" count="2" type="stmt"/>
|
|
276
|
-
<line num="261" count="2" type="stmt"/>
|
|
277
|
-
<line num="262" count="2" type="stmt"/>
|
|
278
|
-
<line num="263" count="2" type="stmt"/>
|
|
279
|
-
<line num="264" count="2" type="stmt"/>
|
|
280
|
-
<line num="265" count="2" type="stmt"/>
|
|
281
|
-
<line num="266" count="2" type="stmt"/>
|
|
282
|
-
<line num="267" count="2" type="stmt"/>
|
|
283
|
-
<line num="268" count="2" type="stmt"/>
|
|
284
|
-
<line num="269" count="2" type="stmt"/>
|
|
285
|
-
<line num="270" count="2" type="stmt"/>
|
|
286
|
-
<line num="271" count="2" type="stmt"/>
|
|
287
|
-
<line num="272" count="2" type="stmt"/>
|
|
288
|
-
<line num="273" count="2" type="stmt"/>
|
|
289
|
-
<line num="274" count="2" type="stmt"/>
|
|
290
|
-
<line num="275" count="2" type="stmt"/>
|
|
291
|
-
<line num="276" count="2" type="stmt"/>
|
|
292
|
-
<line num="277" count="2" type="stmt"/>
|
|
293
|
-
<line num="278" count="2" type="stmt"/>
|
|
294
|
-
<line num="279" count="2" type="stmt"/>
|
|
295
|
-
<line num="280" count="2" type="stmt"/>
|
|
296
|
-
<line num="281" count="2" type="stmt"/>
|
|
297
|
-
<line num="282" count="2" type="stmt"/>
|
|
298
|
-
<line num="283" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
299
|
-
<line num="284" count="0" type="stmt"/>
|
|
300
|
-
<line num="285" count="0" type="stmt"/>
|
|
301
|
-
<line num="286" count="2" type="stmt"/>
|
|
302
|
-
<line num="287" count="2" type="stmt"/>
|
|
303
|
-
<line num="288" count="2" type="stmt"/>
|
|
304
|
-
<line num="289" count="2" type="stmt"/>
|
|
305
|
-
<line num="290" count="2" type="stmt"/>
|
|
306
|
-
<line num="291" count="2" type="stmt"/>
|
|
307
|
-
<line num="292" count="2" type="stmt"/>
|
|
308
|
-
<line num="293" count="2" type="stmt"/>
|
|
309
|
-
<line num="294" count="2" type="stmt"/>
|
|
310
|
-
<line num="295" count="2" type="stmt"/>
|
|
311
|
-
<line num="296" count="2" type="stmt"/>
|
|
312
|
-
<line num="297" count="2" type="stmt"/>
|
|
313
|
-
<line num="298" count="2" type="stmt"/>
|
|
314
|
-
<line num="299" count="2" type="stmt"/>
|
|
315
|
-
<line num="300" count="2" type="stmt"/>
|
|
316
|
-
<line num="301" count="2" type="stmt"/>
|
|
317
|
-
<line num="302" count="12" type="stmt"/>
|
|
318
|
-
<line num="303" count="12" type="stmt"/>
|
|
319
|
-
<line num="304" count="12" type="stmt"/>
|
|
320
|
-
<line num="305" count="1" type="stmt"/>
|
|
321
|
-
<line num="306" count="1" type="stmt"/>
|
|
322
|
-
<line num="307" count="1" type="stmt"/>
|
|
323
|
-
<line num="308" count="1" type="stmt"/>
|
|
324
|
-
<line num="309" count="1" type="stmt"/>
|
|
325
|
-
</file>
|
|
326
|
-
</project>
|
|
327
|
-
</coverage>
|