bitpay / bitcore-ecies

A module for bitcore that implements the Elliptic Curve Integrated Encryption Scheme (ECIES).
MIT License
58 stars 70 forks source link

Increase test coverage for aescbc and cbc #33

Open braydonf opened 9 years ago

braydonf commented 9 years ago

Functions and branches in aescbc.js and cdb.js are not covered in tests:

File Statements Branches Functions Lines
aescbc.js 75.76% (25 / 33) 50% (1 / 2) 40% (2 / 5) 75.76% (25 / 33)
cbc.js 92.94% (79 / 85) 33.33% (2 / 6) 91.67% (11 / 12) 92.94% (79 / 85)