Per #14's 2026-04-28 boundary correction, future low-coverage work stays limited to self-contained unit tests on pure helpers, not mocked Admin-API command tests.
Targets:
pkg/selector
pkg/tableprinter
pkg/cmd/root
pkg/cmd/config/configutil
Also add invalid-parameter branch coverage for service + route + plugin-config combined scenarios (within the Admin-API boundary, not data-plane).
No blanket coverage % target; each named package gets a per-package target set during the work.
Part of #33
Per #14's 2026-04-28 boundary correction, future low-coverage work stays limited to self-contained unit tests on pure helpers, not mocked Admin-API command tests.
Targets:
pkg/selectorpkg/tableprinterpkg/cmd/rootpkg/cmd/config/configutilAlso add invalid-parameter branch coverage for
service + route + plugin-configcombined scenarios (within the Admin-API boundary, not data-plane).No blanket coverage % target; each named package gets a per-package target set during the work.
Part of #33