Code coverage using truffle and solidity-coverage
Installation:
git clone https://github.com/SubhodI/digital-locker-contract
cd digital-locker-contract
npm install
./node_modules/.bin/solidity-coverage
Check in coverage direcorty for code coverage results rendered using HTML.