Fixed
* Corrected division by zero error in the case when there are
either no instructions (e.g., running tests on an initially
empty class) or no branches (e.g., no if statements or switch
statements, etc). In such cases, badge generator will now
compute 100% coverage (e.g., if there aren't any instructions
to cover, your tests must have covered all 0 of the instructions).