It's surprising source code for wallet have very low coverage (only 18.6% of function covered).
This is the coverage report for the "fuzz tests", a kind of test where you supply random, arbitrary data to functions and check if they crash, leak memory, or throw an exception. Other tests may have higher coverage for these folders. If you ask me, it's probably due to a lack of test cases written for these subsystems.