Sources:
Mutation testing changes the code which is being tested. For example, if a unit test checks for “1+2=3”, the mutation might change the operator, which will result in code outputting “-1”. In that case, a unit test must fail. If the unit test passes, it means it's not sufficient enough for the code.
Mutation score: mutations killed/total mutations.
Score 100% is very rare. 70%-80% is a good result.