Created
September 14, 2011 16:46
-
-
Save neonux/1217064 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function coverage(aDump) | |
{ | |
return []; | |
} | |
function aggregate(aOriginalStats, aNewStats, aUpdate) | |
{ | |
// aUpdate(aScript, aLine) is called for every line that changed since aOriginalStats | |
} |
davidflanagan
commented
Sep 15, 2011
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment