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

nasa / trick / 25459968639

06 May 2026 08:42PM UTC coverage: 55.916% (-0.8%) from 56.7%
25459968639

Pull #2011

github

web-flow
Merge f11412d5f into 7054e405e
Pull Request #2011: Single-file CI and code style adoption

14607 of 26123 relevant lines covered (55.92%)

466416.66 hits per line

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

26.67
/trick_source/sim_services/ExternalApplications/SimControlPanel.cpp
1

2
#include <string>
3

4
#include "trick/SimControlPanel.hh"
5

6
Trick::SimControlPanel::SimControlPanel() {
189✔
7
    command += std::string("trick-simcontrol");
189✔
8
    auto_exit = false;
189✔
9
}
189✔
10

11
std::string Trick::SimControlPanel::create_arguments_string() {
×
12
    ExternalApplication::create_arguments_string();
×
13

14
    std::ostringstream oss;
×
15

16
    if (host_source != NONE) {
×
17
        oss << " " << host;
×
18
    }
19

20
    if (port_source != NONE) {
×
21
        oss << " " << port;
×
22
    }
23

24
    if (auto_exit) {
×
25
            oss << " -auto_exit";
×
26
    }
27

28
    return oss.str();
×
29
}
×
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