Spaces Data

Minimal test - lines (139, 143)

path: .spaces[0].metrics.mi.mi_sei
old: 134.29466649692904
new: 143.87835912830707

path: .spaces[0].metrics.loc.cloc
old: 1.0
new: 2.0

Code

class BuildFailed(Exception):
    """Raise this to indicate the C extension wouldn't build."""
    def __init__(self):
        Exception.__init__(self)
        self.cause = sys.exc_info()[1]      # work around py 2/3 different syntax