CS2103JAN2018-W11-B2 / main

MoViePlanner
https://cs2103jan2018-w11-b2.github.io/main/
MIT License
1 stars 4 forks source link

Update DG and UG #81

Closed qwlai closed 6 years ago

qwlai commented 6 years ago

Implementation details UG for my own components

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 124


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/seedu/address/logic/parser/MoviePlannerParser.java 0 2 0.0%
src/main/java/seedu/address/logic/parser/DeleteTheaterCommandParser.java 0 16 0.0%
src/main/java/seedu/address/logic/parser/AddTheaterCommandParser.java 0 16 0.0%
src/main/java/seedu/address/logic/commands/AddTheaterCommand.java 0 53 0.0%
src/main/java/seedu/address/logic/commands/DeleteTheaterCommand.java 0 54 0.0%
<!-- Total: 1 142 0.7% -->
Files with Coverage Reduction New Missed Lines %
src/main/java/seedu/address/logic/parser/MoviePlannerParser.java 4 77.78%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 122: 0.0%
Covered Lines: 1978
Relevant Lines: 2573

💛 - Coveralls