solidity-coverage-bug

To reproduce

  1. check out repo
  2. npm install
  3. ./node_modules/.bin/solidity-coverage
  4. see that library call to a pure function fails with revert but call to pure function in contract works only in the coverage environment.
  5. compare to truffle test