vickumar1981/stringdistance

Increase tests for SoundEx algorithm

vickumar1981 opened this issue · 1 comments

Current test coverage is ~86.2% for the SoundEx algorithm.

This can be increased by addressing a few edge cases:

The missing lines are shown in the scoverage report.

https://coveralls.io/builds/34087846/source?filename=src/main/scala/com/github/vickumar1981/stringdistance/interfaces/sound/SoundexAlgo.scala

Addressed by #58