| 106 | } |
| 107 | |
| 108 | type isPerfectNumberTestCase struct { |
| 109 | number uint |
| 110 | isPerfect bool |
| 111 | } |
| 112 | |
| 113 | // getIsPerfectNumberTestCases returns an array of test data |
| 114 | // for the tests of the function IsPerfectNumber |
nothing calls this directly
no outgoing calls
no test coverage detected