The declared length is checked against the body.
Content-Length declares the body byte count
The header declares 7 body bytes.
Content-Length=7
The body count is recomputed
The body byte count recomputes to 7.
body bytes=7
The counts match
The check row says yes because the declared count and counted body length are the same.
Summary
Content-Length is checked against the actual body bytes.
length check passes