Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCI mutant output highlights the wrong line #38

Closed
phihos opened this issue Nov 23, 2018 · 0 comments
Closed

SCI mutant output highlights the wrong line #38

phihos opened this issue Nov 23, 2018 · 0 comments
Labels

Comments

@phihos
Copy link
Collaborator

phihos commented Nov 23, 2018

Example:

   - [#  33] SCIP tri.struct._pystruct:60 : 
--------------------------------------------------------------------------------
 56:             del self[item]
 57:         except KeyError:
 58:             object.__delattr__(self, item)
 59:     
~60:     def copy(self):
 61:         super().copy()
 62:         return type(self)(self)
 63: 
 64: Struct.__module__ = 'tri.struct'
--------------------------------------------------------------------------------
[0.13408 s] survived

Line 61 should be marked instead, because this line was actually inserted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant