()
| 15 | |
| 16 | // constructor for initializing genres to 0 - |
| 17 | bookShop() { |
| 18 | engg = 0; |
| 19 | nonfiction = 0; |
| 20 | fiction = 0; |
| 21 | childrens = 0; |
| 22 | } |
| 23 | |
| 24 | // function to add books to stock - |
| 25 | public void addToStock() { |
nothing calls this directly
no outgoing calls
no test coverage detected