Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crisxuan/bestJavaer
/ Metrics
Class
Metrics
scripts/check_article_quality.py:43–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
@dataclass(frozen=True)
43
class
Metrics:
44
chars: int
45
paragraphs: int
46
sentences: int
47
images: int = 0
48
broken_images: int = 0
49
50
51
@dataclass(frozen=True)
Callers
1
measure
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected