I see a strange cobertura report. It says that line number 89 (see screenshot)
siteMapItems = getItemFromPage(navParentPage, 0);
is executed once, but the method called on this line (getItemFromPage) shows no line coverage. I have also added logs in the method and i also see logs being printed during execution of unit test case.
What could be the reason of this strange report? Its not making sense to me.