Last active
December 11, 2015 18:39
-
-
Save stephanos/4643398 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| class Task { | |
| val _raw = "" | |
| val _source = "" | |
| val _noOfIfs = 0 | |
| val _noOfVars = 0 | |
| val _noOfVals = 0 | |
| val _noOfDefs = 0 | |
| val _noOfTrys = 0 | |
| val _noOfNulls = 0 | |
| val _noOfLines = 0 | |
| val _noOfWhiles = 0 | |
| val _noOfReturns = 0 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment