So I can see that the report shows a 100% line coverage and a 0% mutant coverage,
however, when I zoom in, the mutants survived are due to no_coverage, how does that work?
My understanding after reading the documentation is that no coverage is the same as Lived except there were no tests that exercised the line of code where the mutation was created.
So, if the class has a 100% line coverage, how can the mutant survive due to no coverage?