
#### Generating The Code Coverage Report
To Get Current Code Coverage Status Run
>npm test

to create a html coverage report which is located at coverage/index.html then

> open coverage/index.html in you favorite browser

to see the current code coverage status

---
#### General Areas Requiring More Test Cases
 - Error and Failure Paths/Situations