Per the coverage report, the following edge cases could still be tested... - [ ] Transfer ownership to [zero address](https://coveralls.io/builds/25256286/source?filename=contracts/Ownable.sol#L59) - [ ] Get release id for a [non-existent release](https://coveralls.io/builds/25256286/source?filename=contracts/PackageRegistry.sol#L49) - [ ] Request all package Ids with an [offset param larger than the total number of packages](https://coveralls.io/builds/25256286/source?filename=contracts/PackageRegistry.sol#L167) - [ ] Request a [subset of the total number of package ids](https://coveralls.io/builds/25256286/source?filename=contracts/PackageRegistry.sol#L173)
Per the coverage report, the following edge cases could still be tested...