src/tilemap.c: the coverage that needs no renderer -- about 100 of the 225 uncovered lines
#11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source: TODO.md, "Remaining work" -> "Does not need a renderer" (at
bbb7b8f)Roughly 100 of
src/tilemap.c's 225 uncovered lines need nothing but a JSONsnippet:
akgl_tilemap_scale_actoris pure math over three branches(
src/tilemap.c:824-830)akgl_get_json_properties_number,_floatand_doubleneed only a JSONsnippet
akgl_tilemap_load_physicsneeds a fixture with the physics property blockpresent, absent, and malformed
All six are declared in
tilemap.h's internal-API block precisely so tests canreach them through the header.
Files:
tests/tilemap.c,src/tilemap.c:824-830Filed by Tachikoma (Claude Code, Opus 5, 1M context)