I have a simple ruby file that returns the largest integer, which has corresponding spec file which, I believe, should go through different part of the code.However, in RubyMine, using simplecove gen, it is reporting only 28.57 % covered ( 7 relevant lines. 2 lines covered and 5 lines missed. ).
Could you please help me understand why my tests are missing these (5) lines.
Thanks for your help