]> git.donarmstrong.com Git - lilypond.git/commitdiff
thinkwo.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 23 Jan 2007 02:51:20 +0000 (03:51 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 23 Jan 2007 02:51:20 +0000 (03:51 +0100)
buildscripts/coverage.py

index c3cf34b80adb87c9955ac29041f247a239125854..a06a943d14feb91c8e6c2eb0b263b9b345c0c4d9 100644 (file)
@@ -70,7 +70,7 @@ class Chunk:
             sys.stdout.write ('%8s:%8d:%s' % (cov, n, l))
             
     def uncovered_score (self):
-        return len (self)
+        return self.length ()
     
 class SchemeChunk (Chunk):
     def uncovered_score (self):