Add LCOV_EXCL_STOP where needed

This commit is contained in:
Bronek Kozicki
2025-11-10 17:14:21 +00:00
parent f833b7e6c7
commit 6db3e32d68

View File

@@ -3314,7 +3314,7 @@ canTransfer(
if (issue.native())
return tesSUCCESS;
if (!view.exists(keylet::account(issue.getIssuer())))
return tefINTERNAL;
return tefINTERNAL; // LCOV_EXCL_LINE
return tesSUCCESS;
}