Ran
|
Files
80
|
Run time
3s
|
Badge
README BADGES
|
push
travis-ci
Add Tag class, refactor Add and Edit command (#74) * Remove all instances of address * Add new command: Remark * Update UserGuide.adoc * Update UserGuide.adoc * Update Ui.png * Update UserGuide.adoc * Update Ui.png * Revert "Update Ui.png" This reverts commit 09529ffa6. * Revert "Update UserGuide.adoc" This reverts commit 1011cb16e. * Revert "Update Ui.png" This reverts commit 43aa00b78. * Revert "Update UserGuide.adoc" This reverts commit c907562aa. * Revert "Update UserGuide.adoc" This reverts commit ea7590c2d. * Revert "Merge branch 'tutorial-adding-command'" This reverts commit 3f671ae4b, reversing changes made to <a class=hub.com/AY1920S1-CS2103T-W11-3/main/commit/5e1abfd36d07a4f508e11d4db75ed375d1c7d091">5e1abfd36. * Revert "Remove all instances of address" This reverts commit 5e1abfd36d07a4f508e11d4db75ed375d1c7d091. * Update UserGuide.adoc * Update UserGuide.adoc * Add Tag class * Add tests for Tag class * Refactor existing classes * Refactor existing test classes * Remove trailing whitespaces * Fix code to refer to Tag class and not Category class * Fix ParserUtil class and test class * Change toString() method of AddressBook
1026 of 1471 relevant lines covered (69.75%)
0.7 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
0.0 | ...n/src/main/java/seedu/address/ui/FeedPostCard.java | 72 + 37 | 19 + 1 | 0 - 10 | 19 + 11 | 0.0 - 10 | |
0.0 | .../main/java/seedu/address/ui/FeedPostListPanel.java | 46 + 24 | 12 + 1 | 0 - 10 | 12 + 11 | 0.0 - 12 | |
0.0 | ...ain/src/main/java/seedu/address/ui/CommandBox.java | 77 - 4 | 17 - 32 | 0 - 33 | 17 + 1 | 0.0 - 8 | |
0.0 | ...rc/main/java/seedu/address/ui/EateryListPanel.java | 46 - 9 | 12 - 12 | 0 - 9 | 12 - 3 | 0.0 - 1.0 | |
0.0 | ...main/java/seedu/address/commons/core/Messages.java | 13 - 46 | 1 - 21 | 0 - 8 | 1 - 13 | 0.0 - 1.0 | |
0.0 | ...in/java/seedu/address/storage/JsonAdaptedFeed.java | 53 + 47 | 13 + 10 | 0 - 3 | 13 + 13 | 0.0 - 1.0 | |
0.0 | ...11-3/main/src/main/java/seedu/address/MainApp.java | 204 + 169 | 78 + 59 | 0 - 15 | 78 + 74 | 0.0 - 4 | |
0.0 | ...T-W11-3/main/src/main/java/seedu/address/Main.java | 25 - 17 | 3 - 15 | 0 - 16 | 3 + 1 | 0.0 - 6 | |
0.0 | ...ain/src/main/java/seedu/address/ui/EateryCard.java | 71 + 34 | 17 - 5 | 0 - 9 | 17 + 4 | 0.0 - 1.0 | |
0.0 | ...ain/src/main/java/seedu/address/ui/HelpWindow.java | 102 + 55 | 20 - 5 | 0 - 8 | 20 + 3 | 0.0 - 1.0 |