• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Return-To-The-Roots / s25client / 27551410928

15 Jun 2026 01:57PM UTC coverage: 50.354% (-0.4%) from 50.749%
27551410928

Pull #1947

github

web-flow
Merge 223793751 into f299328f2
Pull Request #1947: Replace `boost::optional` by `std::optional`

35 of 103 new or added lines in 52 files covered. (33.98%)

5 existing lines in 2 files now uncovered.

23178 of 46030 relevant lines covered (50.35%)

43858.99 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/libs/s25main/gameTypes/MapDescription.cpp
1
// Copyright (C) 2005 - 2023 Settlers Freaks (sf-team at siedler25.org)
2
//
3
// SPDX-License-Identifier: GPL-2.0-or-later
4

5
#include "MapDescription.h"
6

7
MapDescription::MapDescription(boost::filesystem::path map_path, MapType map_type,
×
NEW
8
                               std::optional<boost::filesystem::path> lua_path)
×
9
    : map_path(std::move(map_path)), map_type(map_type), lua_path(std::move(lua_path))
×
10
{}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc