AY2425S1-CS2103T-T15-1 / tp

Other
0 stars 5 forks source link

Add rental information with relevant classes and JUnit tests #64

Closed gohsl99 closed 3 weeks ago

gohsl99 commented 3 weeks ago

Fixes #56, Fixes #67

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 99.20000% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...in/java/seedu/address/commons/util/RentalUtil.java 94.44% 1 Missing :warning:
Files with missing lines Coverage Δ Complexity Δ
...java/seedu/address/logic/commands/EditCommand.java 97.43% <ø> (ø) 13.00 <0.00> (ø)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <ø> (ø) 5.00 <0.00> (ø)
...in/java/seedu/address/logic/parser/ParserUtil.java 97.22% <ø> (ø) 14.00 <0.00> (ø)
...c/main/java/seedu/address/model/person/Person.java 97.22% <ø> (ø) 19.00 <0.00> (ø)
...seedu/address/model/rentalinformation/Address.java 100.00% <ø> (ø) 7.00 <0.00> (?)
.../address/model/rentalinformation/CustomerList.java 100.00% <100.00%> (ø) 10.00 <10.00> (?)
...seedu/address/model/rentalinformation/Deposit.java 100.00% <100.00%> (ø) 8.00 <8.00> (?)
...u/address/model/rentalinformation/MonthlyRent.java 100.00% <100.00%> (ø) 8.00 <8.00> (?)
...u/address/model/rentalinformation/RentDueDate.java 100.00% <100.00%> (ø) 7.00 <7.00> (?)
...du/address/model/rentalinformation/RentalDate.java 100.00% <100.00%> (ø) 7.00 <7.00> (?)
... and 4 more