Tests for Lens are not fully evaluated
Several unit tests for Lens are not really evaluated (e.g. get_minimum_logical_aperture_radius_pos_meniscus()) since the assert function is inside an if let statement which is not true. Check with code coverage analysis....