📅  最后修改于: 2022-03-11 14:58:22.842000             🧑  作者: Mango
Code coverage is different from Test coverage.
Code coverage is about unit testing practices
that must target all areas of the code at
least once. It is usually done by
developers or unit testers.