@dbml/cli 8.3.1-custom-metadata.0 → 8.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__tests__/db2dbml/mssql/dbml-error.log +6 -17
- package/__tests__/db2dbml/mysql/dbml-error.log +2 -5
- package/__tests__/db2dbml/oracle/dbml-error.log +11 -25
- package/__tests__/db2dbml/postgres/dbml-error.log +5 -12
- package/__tests__/dbml2sql/filename --mysql --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --oracle --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --postgres --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --mysql --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --oracle --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --postgres --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/syntax-error/dbml-error.log +4 -8
- package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log +4 -6
- package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/dbml-error.log +4 -6
- package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log +4 -6
- package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log +4 -6
- package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log +4 -6
- package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log +4 -6
- package/__tests__/sql2dbml/syntax-error/dbml-error.log +4 -6
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +4 -6
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +4 -6
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/coverage-summary.json +3 -0
- package/coverage/favicon.png +0 -0
- package/coverage/index.html +116 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +210 -0
- package/coverage/testHelpers.ts.html +109 -0
- package/dbml-error.log +291 -0
- package/lib/index.js +5 -5
- package/package.json +5 -5
- package/snowflake.log +129 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile circular import stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile complex stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/dbml-error.log +0 -10
- package/__tests__/dbml2sql/multifile error import-not-found/dbml-error.log +0 -3804
- package/__tests__/dbml2sql/multifile error imported-syntax-error/dbml-error.log +0 -10
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/dbml-error.log +0 -8
- package/__tests__/dbml2sql/multifile records pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/single file stdout/dbml-error.log +0 -0
|
@@ -1,22 +1,11 @@
|
|
|
1
|
-
2026-
|
|
1
|
+
2026-05-06T10:52:22.013Z
|
|
2
2
|
ConnectionError: Failed to connect to localhost:1433 - Could not connect (sequence)
|
|
3
|
-
at /Users/
|
|
4
|
-
at Connection.onConnect (/Users/
|
|
3
|
+
at /Users/huylm/code/work/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
4
|
+
at Connection.onConnect (/Users/huylm/code/work/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
5
5
|
at Object.onceWrapper (node:events:633:26)
|
|
6
6
|
at Connection.emit (node:events:518:28)
|
|
7
|
-
at Connection.emit (/Users/
|
|
8
|
-
at Connection.socketError (/Users/
|
|
9
|
-
at /Users/
|
|
10
|
-
at process.processTicksAndRejections (node:internal/process/task_queues:85:11)
|
|
11
|
-
|
|
12
|
-
2026-06-15T10:59:20.290Z
|
|
13
|
-
ConnectionError: Failed to connect to localhost:1433 - Could not connect (sequence)
|
|
14
|
-
at /Users/xuantho573/projects/holistics/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
15
|
-
at Connection.onConnect (/Users/xuantho573/projects/holistics/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
16
|
-
at Object.onceWrapper (node:events:633:26)
|
|
17
|
-
at Connection.emit (node:events:518:28)
|
|
18
|
-
at Connection.emit (/Users/xuantho573/projects/holistics/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
19
|
-
at Connection.socketError (/Users/xuantho573/projects/holistics/dbml/node_modules/tedious/lib/connection.js:1351:12)
|
|
20
|
-
at /Users/xuantho573/projects/holistics/dbml/node_modules/tedious/lib/connection.js:1144:14
|
|
7
|
+
at Connection.emit (/Users/huylm/code/work/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
8
|
+
at Connection.socketError (/Users/huylm/code/work/dbml/node_modules/tedious/lib/connection.js:1351:12)
|
|
9
|
+
at /Users/huylm/code/work/dbml/node_modules/tedious/lib/connection.js:1144:14
|
|
21
10
|
at process.processTicksAndRejections (node:internal/process/task_queues:85:11)
|
|
22
11
|
|
|
@@ -1,28 +1,14 @@
|
|
|
1
|
-
2026-
|
|
2
|
-
Error: NJS-503: connection to host 127.0.0.1 port 1521 could not be established. (CONNECTION_ID=
|
|
1
|
+
2026-05-06T10:52:23.301Z
|
|
2
|
+
Error: NJS-503: connection to host 127.0.0.1 port 1521 could not be established. (CONNECTION_ID=XWLNVPINzT/fce33gyGw6w==)
|
|
3
3
|
connect ECONNREFUSED 127.0.0.1:1521
|
|
4
|
-
at Object.throwErr (/Users/
|
|
5
|
-
at NTTCP.ntConnect (/Users/
|
|
4
|
+
at Object.throwErr (/Users/huylm/code/work/dbml/node_modules/oracledb/lib/errors.js:776:10)
|
|
5
|
+
at NTTCP.ntConnect (/Users/huylm/code/work/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:206:16)
|
|
6
6
|
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
7
|
-
at async NTTCP.connect (/Users/
|
|
8
|
-
at async NetworkSession.transportConnect (/Users/
|
|
9
|
-
at async NetworkSession.connect2 (/Users/
|
|
10
|
-
at async NetworkSession.connect1 (/Users/
|
|
11
|
-
at async NetworkSession.connect (/Users/
|
|
12
|
-
at async ThinConnectionImpl.connect (/Users/
|
|
13
|
-
at async getConnection (/Users/
|
|
14
|
-
|
|
15
|
-
2026-06-15T10:59:21.446Z
|
|
16
|
-
Error: NJS-503: connection to host 127.0.0.1 port 1521 could not be established. (CONNECTION_ID=RZQfvyaVfMHa1/THRFEYQA==)
|
|
17
|
-
connect ECONNREFUSED 127.0.0.1:1521
|
|
18
|
-
at Object.throwErr (/Users/xuantho573/projects/holistics/dbml/node_modules/oracledb/lib/errors.js:776:10)
|
|
19
|
-
at NTTCP.ntConnect (/Users/xuantho573/projects/holistics/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:206:16)
|
|
20
|
-
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
21
|
-
at async NTTCP.connect (/Users/xuantho573/projects/holistics/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:222:7)
|
|
22
|
-
at async NetworkSession.transportConnect (/Users/xuantho573/projects/holistics/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:182:5)
|
|
23
|
-
at async NetworkSession.connect2 (/Users/xuantho573/projects/holistics/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:222:7)
|
|
24
|
-
at async NetworkSession.connect1 (/Users/xuantho573/projects/holistics/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:336:23)
|
|
25
|
-
at async NetworkSession.connect (/Users/xuantho573/projects/holistics/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:623:5)
|
|
26
|
-
at async ThinConnectionImpl.connect (/Users/xuantho573/projects/holistics/dbml/node_modules/oracledb/lib/thin/connection.js:859:5)
|
|
27
|
-
at async getConnection (/Users/xuantho573/projects/holistics/dbml/node_modules/oracledb/lib/oracledb.js:791:3)
|
|
7
|
+
at async NTTCP.connect (/Users/huylm/code/work/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:222:7)
|
|
8
|
+
at async NetworkSession.transportConnect (/Users/huylm/code/work/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:182:5)
|
|
9
|
+
at async NetworkSession.connect2 (/Users/huylm/code/work/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:222:7)
|
|
10
|
+
at async NetworkSession.connect1 (/Users/huylm/code/work/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:336:23)
|
|
11
|
+
at async NetworkSession.connect (/Users/huylm/code/work/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:623:5)
|
|
12
|
+
at async ThinConnectionImpl.connect (/Users/huylm/code/work/dbml/node_modules/oracledb/lib/thin/connection.js:859:5)
|
|
13
|
+
at async getConnection (/Users/huylm/code/work/dbml/node_modules/oracledb/lib/oracledb.js:791:3)
|
|
28
14
|
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
2026-
|
|
2
|
-
Error: PostgreSQL connection error: error:
|
|
3
|
-
at vi (/Users/
|
|
1
|
+
2026-05-06T10:52:23.999Z
|
|
2
|
+
Error: PostgreSQL connection error: error: database "dbml_test" does not exist
|
|
3
|
+
at vi (/Users/huylm/code/work/dbml/packages/dbml-connector/dist/index.js:3484:2977)
|
|
4
4
|
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
5
|
-
at async Di (/Users/
|
|
6
|
-
at async connectionHandler (/Users/
|
|
7
|
-
|
|
8
|
-
2026-06-15T10:59:22.031Z
|
|
9
|
-
Error: PostgreSQL connection error: error: password authentication failed for user "dbml"
|
|
10
|
-
at vi (/Users/xuantho573/projects/holistics/dbml/packages/dbml-connector/dist/index.js:3484:2977)
|
|
11
|
-
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
12
|
-
at async Di (/Users/xuantho573/projects/holistics/dbml/packages/dbml-connector/dist/index.js:3701:279)
|
|
13
|
-
at async connectionHandler (/Users/xuantho573/projects/holistics/dbml/packages/dbml-cli/lib/index.js:1152:22)
|
|
5
|
+
at async Di (/Users/huylm/code/work/dbml/packages/dbml-connector/dist/index.js:3701:279)
|
|
6
|
+
at async connectionHandler (/Users/huylm/code/work/dbml/packages/dbml-cli/lib/index.js:1166:22)
|
|
14
7
|
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
2026-
|
|
1
|
+
2026-05-06T10:51:56.321Z
|
|
2
|
+
undefined
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
2026-06-15T10:58:59.111Z
|
|
7
|
-
|
|
8
|
-
ecommerce.dbml(17,24): Expect an identifier
|
|
9
|
-
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
4
|
+
2026-05-06T10:53:19.195Z
|
|
5
|
+
undefined
|
|
10
6
|
|
package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
2026-
|
|
1
|
+
2026-05-06T10:51:57.069Z
|
|
2
|
+
undefined
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
2026-06-15T10:58:59.805Z
|
|
6
|
-
|
|
7
|
-
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
4
|
+
2026-05-06T10:53:19.926Z
|
|
5
|
+
undefined
|
|
8
6
|
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
2026-
|
|
1
|
+
2026-05-06T10:51:57.785Z
|
|
2
|
+
undefined
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
2026-06-15T10:59:00.474Z
|
|
6
|
-
|
|
7
|
-
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
4
|
+
2026-05-06T10:53:20.642Z
|
|
5
|
+
undefined
|
|
8
6
|
|
package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
2026-
|
|
1
|
+
2026-05-06T10:51:58.517Z
|
|
2
|
+
undefined
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
2026-06-15T10:59:01.152Z
|
|
6
|
-
|
|
7
|
-
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
4
|
+
2026-05-06T10:53:21.371Z
|
|
5
|
+
undefined
|
|
8
6
|
|
package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
2026-
|
|
1
|
+
2026-05-06T10:51:59.256Z
|
|
2
|
+
undefined
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
2026-06-15T10:59:01.857Z
|
|
6
|
-
|
|
7
|
-
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
4
|
+
2026-05-06T10:53:22.109Z
|
|
5
|
+
undefined
|
|
8
6
|
|
package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
2026-
|
|
1
|
+
2026-05-06T10:52:00.021Z
|
|
2
|
+
undefined
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
2026-06-15T10:59:02.515Z
|
|
6
|
-
|
|
7
|
-
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
4
|
+
2026-05-06T10:53:22.892Z
|
|
5
|
+
undefined
|
|
8
6
|
|
package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
2026-
|
|
1
|
+
2026-05-06T10:52:01.194Z
|
|
2
|
+
undefined
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
2026-06-15T10:59:03.186Z
|
|
6
|
-
|
|
7
|
-
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
4
|
+
2026-05-06T10:53:23.608Z
|
|
5
|
+
undefined
|
|
8
6
|
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
2026-
|
|
1
|
+
2026-05-06T10:52:19.730Z
|
|
2
|
+
undefined
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
2026-06-15T10:59:18.327Z
|
|
6
|
-
|
|
7
|
-
You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
|
|
4
|
+
2026-05-06T10:53:40.863Z
|
|
5
|
+
undefined
|
|
8
6
|
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
2026-
|
|
1
|
+
2026-05-06T10:52:20.621Z
|
|
2
|
+
undefined
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
2026-06-15T10:59:19.055Z
|
|
6
|
-
|
|
7
|
-
You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
|
|
4
|
+
2026-05-06T10:53:41.656Z
|
|
5
|
+
undefined
|
|
8
6
|
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
2026-
|
|
1
|
+
2026-05-06T10:52:21.342Z
|
|
2
|
+
undefined
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
2026-06-15T10:59:19.725Z
|
|
6
|
-
|
|
7
|
-
You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
|
|
4
|
+
2026-05-06T10:53:42.454Z
|
|
5
|
+
undefined
|
|
8
6
|
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
body, html {
|
|
2
|
+
margin:0; padding: 0;
|
|
3
|
+
height: 100%;
|
|
4
|
+
}
|
|
5
|
+
body {
|
|
6
|
+
font-family: Helvetica Neue, Helvetica, Arial;
|
|
7
|
+
font-size: 14px;
|
|
8
|
+
color:#333;
|
|
9
|
+
}
|
|
10
|
+
.small { font-size: 12px; }
|
|
11
|
+
*, *:after, *:before {
|
|
12
|
+
-webkit-box-sizing:border-box;
|
|
13
|
+
-moz-box-sizing:border-box;
|
|
14
|
+
box-sizing:border-box;
|
|
15
|
+
}
|
|
16
|
+
h1 { font-size: 20px; margin: 0;}
|
|
17
|
+
h2 { font-size: 14px; }
|
|
18
|
+
pre {
|
|
19
|
+
font: 12px/1.4 Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
20
|
+
margin: 0;
|
|
21
|
+
padding: 0;
|
|
22
|
+
-moz-tab-size: 2;
|
|
23
|
+
-o-tab-size: 2;
|
|
24
|
+
tab-size: 2;
|
|
25
|
+
}
|
|
26
|
+
a { color:#0074D9; text-decoration:none; }
|
|
27
|
+
a:hover { text-decoration:underline; }
|
|
28
|
+
.strong { font-weight: bold; }
|
|
29
|
+
.space-top1 { padding: 10px 0 0 0; }
|
|
30
|
+
.pad2y { padding: 20px 0; }
|
|
31
|
+
.pad1y { padding: 10px 0; }
|
|
32
|
+
.pad2x { padding: 0 20px; }
|
|
33
|
+
.pad2 { padding: 20px; }
|
|
34
|
+
.pad1 { padding: 10px; }
|
|
35
|
+
.space-left2 { padding-left:55px; }
|
|
36
|
+
.space-right2 { padding-right:20px; }
|
|
37
|
+
.center { text-align:center; }
|
|
38
|
+
.clearfix { display:block; }
|
|
39
|
+
.clearfix:after {
|
|
40
|
+
content:'';
|
|
41
|
+
display:block;
|
|
42
|
+
height:0;
|
|
43
|
+
clear:both;
|
|
44
|
+
visibility:hidden;
|
|
45
|
+
}
|
|
46
|
+
.fl { float: left; }
|
|
47
|
+
@media only screen and (max-width:640px) {
|
|
48
|
+
.col3 { width:100%; max-width:100%; }
|
|
49
|
+
.hide-mobile { display:none!important; }
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.quiet {
|
|
53
|
+
color: #7f7f7f;
|
|
54
|
+
color: rgba(0,0,0,0.5);
|
|
55
|
+
}
|
|
56
|
+
.quiet a { opacity: 0.7; }
|
|
57
|
+
|
|
58
|
+
.fraction {
|
|
59
|
+
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
|
60
|
+
font-size: 10px;
|
|
61
|
+
color: #555;
|
|
62
|
+
background: #E8E8E8;
|
|
63
|
+
padding: 4px 5px;
|
|
64
|
+
border-radius: 3px;
|
|
65
|
+
vertical-align: middle;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
div.path a:link, div.path a:visited { color: #333; }
|
|
69
|
+
table.coverage {
|
|
70
|
+
border-collapse: collapse;
|
|
71
|
+
margin: 10px 0 0 0;
|
|
72
|
+
padding: 0;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
table.coverage td {
|
|
76
|
+
margin: 0;
|
|
77
|
+
padding: 0;
|
|
78
|
+
vertical-align: top;
|
|
79
|
+
}
|
|
80
|
+
table.coverage td.line-count {
|
|
81
|
+
text-align: right;
|
|
82
|
+
padding: 0 5px 0 20px;
|
|
83
|
+
}
|
|
84
|
+
table.coverage td.line-coverage {
|
|
85
|
+
text-align: right;
|
|
86
|
+
padding-right: 10px;
|
|
87
|
+
min-width:20px;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
table.coverage td span.cline-any {
|
|
91
|
+
display: inline-block;
|
|
92
|
+
padding: 0 5px;
|
|
93
|
+
width: 100%;
|
|
94
|
+
}
|
|
95
|
+
.missing-if-branch {
|
|
96
|
+
display: inline-block;
|
|
97
|
+
margin-right: 5px;
|
|
98
|
+
border-radius: 3px;
|
|
99
|
+
position: relative;
|
|
100
|
+
padding: 0 4px;
|
|
101
|
+
background: #333;
|
|
102
|
+
color: yellow;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.skip-if-branch {
|
|
106
|
+
display: none;
|
|
107
|
+
margin-right: 10px;
|
|
108
|
+
position: relative;
|
|
109
|
+
padding: 0 4px;
|
|
110
|
+
background: #ccc;
|
|
111
|
+
color: white;
|
|
112
|
+
}
|
|
113
|
+
.missing-if-branch .typ, .skip-if-branch .typ {
|
|
114
|
+
color: inherit !important;
|
|
115
|
+
}
|
|
116
|
+
.coverage-summary {
|
|
117
|
+
border-collapse: collapse;
|
|
118
|
+
width: 100%;
|
|
119
|
+
}
|
|
120
|
+
.coverage-summary tr { border-bottom: 1px solid #bbb; }
|
|
121
|
+
.keyline-all { border: 1px solid #ddd; }
|
|
122
|
+
.coverage-summary td, .coverage-summary th { padding: 10px; }
|
|
123
|
+
.coverage-summary tbody { border: 1px solid #bbb; }
|
|
124
|
+
.coverage-summary td { border-right: 1px solid #bbb; }
|
|
125
|
+
.coverage-summary td:last-child { border-right: none; }
|
|
126
|
+
.coverage-summary th {
|
|
127
|
+
text-align: left;
|
|
128
|
+
font-weight: normal;
|
|
129
|
+
white-space: nowrap;
|
|
130
|
+
}
|
|
131
|
+
.coverage-summary th.file { border-right: none !important; }
|
|
132
|
+
.coverage-summary th.pct { }
|
|
133
|
+
.coverage-summary th.pic,
|
|
134
|
+
.coverage-summary th.abs,
|
|
135
|
+
.coverage-summary td.pct,
|
|
136
|
+
.coverage-summary td.abs { text-align: right; }
|
|
137
|
+
.coverage-summary td.file { white-space: nowrap; }
|
|
138
|
+
.coverage-summary td.pic { min-width: 120px !important; }
|
|
139
|
+
.coverage-summary tfoot td { }
|
|
140
|
+
|
|
141
|
+
.coverage-summary .sorter {
|
|
142
|
+
height: 10px;
|
|
143
|
+
width: 7px;
|
|
144
|
+
display: inline-block;
|
|
145
|
+
margin-left: 0.5em;
|
|
146
|
+
background: url(sort-arrow-sprite.png) no-repeat scroll 0 0 transparent;
|
|
147
|
+
}
|
|
148
|
+
.coverage-summary .sorted .sorter {
|
|
149
|
+
background-position: 0 -20px;
|
|
150
|
+
}
|
|
151
|
+
.coverage-summary .sorted-desc .sorter {
|
|
152
|
+
background-position: 0 -10px;
|
|
153
|
+
}
|
|
154
|
+
.status-line { height: 10px; }
|
|
155
|
+
/* yellow */
|
|
156
|
+
.cbranch-no { background: yellow !important; color: #111; }
|
|
157
|
+
/* dark red */
|
|
158
|
+
.red.solid, .status-line.low, .low .cover-fill { background:#C21F39 }
|
|
159
|
+
.low .chart { border:1px solid #C21F39 }
|
|
160
|
+
.highlighted,
|
|
161
|
+
.highlighted .cstat-no, .highlighted .fstat-no, .highlighted .cbranch-no{
|
|
162
|
+
background: #C21F39 !important;
|
|
163
|
+
}
|
|
164
|
+
/* medium red */
|
|
165
|
+
.cstat-no, .fstat-no, .cbranch-no, .cbranch-no { background:#F6C6CE }
|
|
166
|
+
/* light red */
|
|
167
|
+
.low, .cline-no { background:#FCE1E5 }
|
|
168
|
+
/* light green */
|
|
169
|
+
.high, .cline-yes { background:rgb(230,245,208) }
|
|
170
|
+
/* medium green */
|
|
171
|
+
.cstat-yes { background:rgb(161,215,106) }
|
|
172
|
+
/* dark green */
|
|
173
|
+
.status-line.high, .high .cover-fill { background:rgb(77,146,33) }
|
|
174
|
+
.high .chart { border:1px solid rgb(77,146,33) }
|
|
175
|
+
/* dark yellow (gold) */
|
|
176
|
+
.status-line.medium, .medium .cover-fill { background: #f9cd0b; }
|
|
177
|
+
.medium .chart { border:1px solid #f9cd0b; }
|
|
178
|
+
/* light yellow */
|
|
179
|
+
.medium { background: #fff4c2; }
|
|
180
|
+
|
|
181
|
+
.cstat-skip { background: #ddd; color: #111; }
|
|
182
|
+
.fstat-skip { background: #ddd; color: #111 !important; }
|
|
183
|
+
.cbranch-skip { background: #ddd !important; color: #111; }
|
|
184
|
+
|
|
185
|
+
span.cline-neutral { background: #eaeaea; }
|
|
186
|
+
|
|
187
|
+
.coverage-summary td.empty {
|
|
188
|
+
opacity: .5;
|
|
189
|
+
padding-top: 4px;
|
|
190
|
+
padding-bottom: 4px;
|
|
191
|
+
line-height: 1;
|
|
192
|
+
color: #888;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.cover-fill, .cover-empty {
|
|
196
|
+
display:inline-block;
|
|
197
|
+
height: 12px;
|
|
198
|
+
}
|
|
199
|
+
.chart {
|
|
200
|
+
line-height: 0;
|
|
201
|
+
}
|
|
202
|
+
.cover-empty {
|
|
203
|
+
background: white;
|
|
204
|
+
}
|
|
205
|
+
.cover-full {
|
|
206
|
+
border-right: none !important;
|
|
207
|
+
}
|
|
208
|
+
pre.prettyprint {
|
|
209
|
+
border: none !important;
|
|
210
|
+
padding: 0 !important;
|
|
211
|
+
margin: 0 !important;
|
|
212
|
+
}
|
|
213
|
+
.com { color: #999 !important; }
|
|
214
|
+
.ignore-none { color: #999; font-weight: normal; }
|
|
215
|
+
|
|
216
|
+
.wrapper {
|
|
217
|
+
min-height: 100%;
|
|
218
|
+
height: auto !important;
|
|
219
|
+
height: 100%;
|
|
220
|
+
margin: 0 auto -48px;
|
|
221
|
+
}
|
|
222
|
+
.footer, .push {
|
|
223
|
+
height: 48px;
|
|
224
|
+
}
|