-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathstyles.health.json
More file actions
80 lines (80 loc) · 1.82 KB
/
Copy pathstyles.health.json
File metadata and controls
80 lines (80 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"score": 60,
"metrics": [
{
"key": "selectorsPerRule",
"label": "Selectors per rule",
"value": "1.05",
"healthPercentile": 78.12,
"verdict": "better",
"severity": "ok"
},
{
"key": "declarationsPerRule",
"label": "Declarations per rule",
"value": "1.42",
"healthPercentile": 85.8,
"verdict": "better",
"severity": "ok"
},
{
"key": "importantRatio",
"label": "!important ratio",
"value": "30.6%",
"healthPercentile": 0,
"verdict": "worse",
"severity": "error"
},
{
"key": "avgSpecificity",
"label": "Average specificity",
"value": "7.84",
"healthPercentile": 83.67,
"verdict": "better",
"severity": "ok"
},
{
"key": "layerAdoption",
"label": "@layer adoption",
"value": "0.0%",
"healthPercentile": 0,
"verdict": "worse",
"severity": "error"
}
],
"status": "error",
"exitCode": 2,
"errors": 2,
"warnings": 0,
"benchmark": {
"metrics": {
"selectorsPerRule": {
"value": 1.05,
"healthPercentile": 78.12,
"verdict": "better"
},
"declarationsPerRule": {
"value": 1.42,
"healthPercentile": 85.8,
"verdict": "better"
},
"importantRatio": {
"value": 0.3063,
"healthPercentile": 0,
"verdict": "worse"
},
"avgSpecificity": {
"value": 7.84,
"healthPercentile": 83.67,
"verdict": "better"
},
"layerAdoption": {
"value": 0,
"healthPercentile": 0,
"verdict": "worse"
}
},
"overallPercentile": 49.52,
"summary": "Overall health percentile 49.52/100 — less healthy than the median production stylesheet (Project Wallace 2026, >100k sites)."
}
}