Spaces Data

Minimal test - lines (438, 441)

path: .spaces[12].spaces[0].metrics.mi.mi_original
old: 142.19991098932817
new: 130.97092666425706

path: .spaces[12].spaces[0].metrics.mi.mi_sei
old: 129.5520742665475
new: 157.80867647291169

path: .spaces[12].spaces[0].metrics.mi.mi_visual_studio
old: 83.15784268381765
new: 76.59118518377606

path: .spaces[12].spaces[0].metrics.loc.sloc
old: 2.0
new: 4.0

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

Code

    def __init__(self, func):
        self.func = func
        #for attr in ('__name__', '__module__', '__doc__'):
        #    setattr(self, attr, getattr(func, attr, None))