#develcover — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #develcover, aggregated by home.social.
-
It is pretty interesting how trying to improve the test coverage of code gradually improves understanding of the code itself.
I wanted to get `Dancer2::Plugin::Feed` from ~94% `Devel::Cover` test coverage to 100%. I'm now at ~98%, but in getting there, I got aware of how a simple code improvement of a few lines opened up three to four previously non-existing cases.