Coverage for tests/import_test/two/_four/clash.py: 100%
3 statements
« prev ^ index » next coverage.py v7.14.3, created at 2026-07-09 01:48 -0700
« prev ^ index » next coverage.py v7.14.3, created at 2026-07-09 01:48 -0700
1class Simple:
2 """Simple test class."""
4 def true() -> bool:
5 """Return `True`."""
6 return True