MCPcopy 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)
43class 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

measureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected