Closed gohsl99 closed 3 hours ago
Attention: Patch coverage is 77.77778%
with 4 lines
in your changes missing coverage. Please review.
Files with missing lines | Patch % | Lines |
---|---|---|
...eedu/address/logic/commands/EditRentalCommand.java | 73.33% | 2 Missing and 2 partials :warning: |
Files with missing lines | Coverage Δ | Complexity Δ | |
---|---|---|---|
...seedu/address/logic/commands/AddClientCommand.java | 100.00% <ø> (ø) |
8.00 <0.00> (ø) |
|
...seedu/address/logic/commands/AddRentalCommand.java | 90.42% <ø> (ø) |
8.00 <0.00> (ø) |
|
...du/address/logic/commands/DeleteClientCommand.java | 87.50% <ø> (ø) |
9.00 <0.00> (ø) |
|
...eedu/address/logic/commands/EditClientCommand.java | 87.35% <ø> (ø) |
14.00 <0.00> (ø) |
|
...seedu/address/model/rentalinformation/Deposit.java | 100.00% <100.00%> (ø) |
13.00 <2.00> (ø) |
|
...u/address/model/rentalinformation/MonthlyRent.java | 100.00% <100.00%> (ø) |
13.00 <2.00> (ø) |
|
.../address/storage/JsonAdaptedRentalInformation.java | 100.00% <100.00%> (ø) |
29.00 <1.00> (+1.00) |
|
...eedu/address/logic/commands/EditRentalCommand.java | 92.62% <73.33%> (-1.35%) |
13.00 <2.00> (+2.00) |
:arrow_down: |
Fixes #194, Fixes #197, Fixes #198, Fixes #200